#00aa4f
a dark, electric green · cool · closest name: forestgreen
RGB
0, 170, 79
HSL
148°, 100%, 33%
CMYK
100, 0, 54, 33
Luminance
0.2931
Every format
| HEX | #00aa4f |
| RGB | rgb(0, 170, 79) |
| HSL | hsl(148, 100%, 33%) |
| CMYK | cmyk(100%, 0%, 54%, 33%) |
| LAB | lab(61.1 -57.3 36.4) |
| LCH | lch(61.1 67.9 147.6) |
| OKLCH | oklch(0.645 0.177 150.2) |
Copy-ready code
/* CSS */
color: #00aa4f;
background-color: #00aa4f;
/* Tailwind (arbitrary) */
class="text-[#00aa4f] bg-[#00aa4f]"
/* SCSS */
$brand: #00aa4f;
/* SwiftUI */
Color(red: 0.000, green: 0.667, blue: 0.310)
/* Android */
Color.parseColor("#00aa4f")Accessibility — WCAG contrast
Aa
#00aa4f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00aa4f on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green66.7%
Blue31.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow53.5%
Key (black)33.3%
Color previews
#00aa4f text on a black background
contrast 6.86:1
Card sample
#00aa4f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00aa4f;
Background color
Panel with #00aa4f background
background-color: #00aa4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00aa4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 170, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 170, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00aa4f; background: linear-gradient(135deg, #00aa4f, #0093AA);