#00aa49
a dark, electric green · cool · closest name: forestgreen
RGB
0, 170, 73
HSL
146°, 100%, 33%
CMYK
100, 0, 57, 33
Luminance
0.2923
Every format
| HEX | #00aa49 |
| RGB | rgb(0, 170, 73) |
| HSL | hsl(146, 100%, 33%) |
| CMYK | cmyk(100%, 0%, 57%, 33%) |
| LAB | lab(61.0 -58.2 39.2) |
| LCH | lch(61.0 70.2 146.0) |
| OKLCH | oklch(0.644 0.182 149.0) |
Copy-ready code
/* CSS */
color: #00aa49;
background-color: #00aa49;
/* Tailwind (arbitrary) */
class="text-[#00aa49] bg-[#00aa49]"
/* SCSS */
$brand: #00aa49;
/* SwiftUI */
Color(red: 0.000, green: 0.667, blue: 0.286)
/* Android */
Color.parseColor("#00aa49")Accessibility — WCAG contrast
Aa
#00aa49 on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00aa49 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green66.7%
Blue28.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow57.1%
Key (black)33.3%
Color previews
#00aa49 text on a black background
contrast 6.85:1
Card sample
#00aa49 text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00aa49;
Background color
Panel with #00aa49 background
background-color: #00aa49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00aa49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 170, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 170, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00aa49; background: linear-gradient(135deg, #00aa49, #0099AA);