#00a11d
a dark, electric green · cool · closest name: green
RGB
0, 161, 29
HSL
131°, 100%, 32%
CMYK
100, 0, 82, 37
Luminance
0.2558
Every format
| HEX | #00a11d |
| RGB | rgb(0, 161, 29) |
| HSL | hsl(131, 100%, 32%) |
| CMYK | cmyk(100%, 0%, 82%, 37%) |
| LAB | lab(57.6 -60.0 53.4) |
| LCH | lch(57.6 80.3 138.3) |
| OKLCH | oklch(0.615 0.201 143.8) |
Copy-ready code
/* CSS */
color: #00a11d;
background-color: #00a11d;
/* Tailwind (arbitrary) */
class="text-[#00a11d] bg-[#00a11d]"
/* SCSS */
$brand: #00a11d;
/* SwiftUI */
Color(red: 0.000, green: 0.631, blue: 0.114)
/* Android */
Color.parseColor("#00a11d")Accessibility — WCAG contrast
Aa
#00a11d on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00a11d on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green63.1%
Blue11.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow82.0%
Key (black)36.9%
Color previews
#00a11d text on a black background
contrast 6.12:1
Card sample
#00a11d text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00a11d;
Background color
Panel with #00a11d background
background-color: #00a11d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00a11d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 161, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 161, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00a11d; background: linear-gradient(135deg, #00a11d, #00A188);