#007a14
a deep, electric green · cool · closest name: forestgreen
RGB
0, 122, 20
HSL
130°, 100%, 24%
CMYK
100, 0, 84, 52
Luminance
0.1397
Every format
| HEX | #007a14 |
| RGB | rgb(0, 122, 20) |
| HSL | hsl(130, 100%, 24%) |
| CMYK | cmyk(100%, 0%, 84%, 52%) |
| LAB | lab(44.2 -49.0 43.5) |
| LCH | lch(44.2 65.5 138.4) |
| OKLCH | oklch(0.503 0.164 143.8) |
Copy-ready code
/* CSS */
color: #007a14;
background-color: #007a14;
/* Tailwind (arbitrary) */
class="text-[#007a14] bg-[#007a14]"
/* SCSS */
$brand: #007a14;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.078)
/* Android */
Color.parseColor("#007a14")Accessibility — WCAG contrast
Aa
#007a14 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007a14 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue7.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow83.6%
Key (black)52.2%
Color previews
#007a14 text on a black background
contrast 3.79:1
Card sample
#007a14 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007a14;
Background color
Panel with #007a14 background
background-color: #007a14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007a14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007a14; background: linear-gradient(135deg, #007a14, #007A65);