#00aa2a
a dark, electric green · cool · closest name: forestgreen
RGB
0, 170, 42
HSL
135°, 100%, 33%
CMYK
100, 0, 75, 33
Luminance
0.2892
Every format
| HEX | #00aa2a |
| RGB | rgb(0, 170, 42) |
| HSL | hsl(135, 100%, 33%) |
| CMYK | cmyk(100%, 0%, 75%, 33%) |
| LAB | lab(60.7 -61.7 52.2) |
| LCH | lch(60.7 80.8 139.8) |
| OKLCH | oklch(0.641 0.204 144.6) |
Copy-ready code
/* CSS */
color: #00aa2a;
background-color: #00aa2a;
/* Tailwind (arbitrary) */
class="text-[#00aa2a] bg-[#00aa2a]"
/* SCSS */
$brand: #00aa2a;
/* SwiftUI */
Color(red: 0.000, green: 0.667, blue: 0.165)
/* Android */
Color.parseColor("#00aa2a")Accessibility — WCAG contrast
Aa
#00aa2a on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00aa2a on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green66.7%
Blue16.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow75.3%
Key (black)33.3%
Color previews
#00aa2a text on a black background
contrast 6.78:1
Card sample
#00aa2a text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00aa2a;
Background color
Panel with #00aa2a background
background-color: #00aa2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00aa2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 170, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 170, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00aa2a; background: linear-gradient(135deg, #00aa2a, #00AA9B);