#009c39
a dark, electric green · cool · closest name: forestgreen
RGB
0, 156, 57
HSL
142°, 100%, 31%
CMYK
100, 0, 64, 39
Luminance
0.2407
Every format
| HEX | #009c39 |
| RGB | rgb(0, 156, 57) |
| HSL | hsl(142, 100%, 31%) |
| CMYK | cmyk(100%, 0%, 64%, 39%) |
| LAB | lab(56.2 -55.9 41.2) |
| LCH | lch(56.2 69.4 143.6) |
| OKLCH | oklch(0.604 0.178 147.2) |
Copy-ready code
/* CSS */
color: #009c39;
background-color: #009c39;
/* Tailwind (arbitrary) */
class="text-[#009c39] bg-[#009c39]"
/* SCSS */
$brand: #009c39;
/* SwiftUI */
Color(red: 0.000, green: 0.612, blue: 0.224)
/* Android */
Color.parseColor("#009c39")Accessibility — WCAG contrast
Aa
#009c39 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009c39 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green61.2%
Blue22.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow63.5%
Key (black)38.8%
Color previews
#009c39 text on a black background
contrast 5.81:1
Card sample
#009c39 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009c39;
Background color
Panel with #009c39 background
background-color: #009c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 156, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 156, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009c39; background: linear-gradient(135deg, #009c39, #00979C);