#00a024
a dark, electric green · cool · closest name: forestgreen
RGB
0, 160, 36
HSL
134°, 100%, 31%
CMYK
100, 0, 78, 37
Luminance
0.2527
Every format
| HEX | #00a024 |
| RGB | rgb(0, 160, 36) |
| HSL | hsl(134, 100%, 31%) |
| CMYK | cmyk(100%, 0%, 78%, 37%) |
| LAB | lab(57.3 -59.2 50.9) |
| LCH | lch(57.3 78.1 139.3) |
| OKLCH | oklch(0.613 0.197 144.4) |
Copy-ready code
/* CSS */
color: #00a024;
background-color: #00a024;
/* Tailwind (arbitrary) */
class="text-[#00a024] bg-[#00a024]"
/* SCSS */
$brand: #00a024;
/* SwiftUI */
Color(red: 0.000, green: 0.627, blue: 0.141)
/* Android */
Color.parseColor("#00a024")Accessibility — WCAG contrast
Aa
#00a024 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a024 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green62.7%
Blue14.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow77.5%
Key (black)37.3%
Color previews
#00a024 text on a black background
contrast 6.05:1
Card sample
#00a024 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a024;
Background color
Panel with #00a024 background
background-color: #00a024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 160, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 160, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a024; background: linear-gradient(135deg, #00a024, #00A08F);