#16980b
a dark, electric green · cool · closest name: green
RGB
22, 152, 11
HSL
115°, 87%, 32%
CMYK
86, 0, 93, 40
Luminance
0.2265
Every format
| HEX | #16980b |
| RGB | rgb(22, 152, 11) |
| HSL | hsl(115, 87%, 32%) |
| CMYK | cmyk(86%, 0%, 93%, 40%) |
| LAB | lab(54.7 -56.6 55.0) |
| LCH | lch(54.7 79.0 135.8) |
| OKLCH | oklch(0.591 0.195 142.1) |
Copy-ready code
/* CSS */
color: #16980b;
background-color: #16980b;
/* Tailwind (arbitrary) */
class="text-[#16980b] bg-[#16980b]"
/* SCSS */
$brand: #16980b;
/* SwiftUI */
Color(red: 0.086, green: 0.596, blue: 0.043)
/* Android */
Color.parseColor("#16980b")Accessibility — WCAG contrast
Aa
#16980b on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#16980b on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green59.6%
Blue4.3%
CMYK percentages
Cyan85.5%
Magenta0.0%
Yellow92.8%
Key (black)40.4%
Color previews
#16980b text on a black background
contrast 5.53:1
Card sample
#16980b text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16980b;
Background color
Panel with #16980b background
background-color: #16980b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16980b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 152, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 152, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16980b; background: linear-gradient(135deg, #16980b, #0B985E);