#16640c
a deep, electric green · cool · closest name: forestgreen
RGB
22, 100, 12
HSL
113°, 79%, 22%
CMYK
78, 0, 88, 61
Luminance
0.0931
Every format
| HEX | #16640c |
| RGB | rgb(22, 100, 12) |
| HSL | hsl(113, 79%, 22%) |
| CMYK | cmyk(78%, 0%, 88%, 61%) |
| LAB | lab(36.6 -39.9 38.9) |
| LCH | lch(36.6 55.7 135.7) |
| OKLCH | oklch(0.440 0.139 141.6) |
Copy-ready code
/* CSS */
color: #16640c;
background-color: #16640c;
/* Tailwind (arbitrary) */
class="text-[#16640c] bg-[#16640c]"
/* SCSS */
$brand: #16640c;
/* SwiftUI */
Color(red: 0.086, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#16640c")Accessibility — WCAG contrast
Aa
#16640c on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16640c on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green39.2%
Blue4.7%
CMYK percentages
Cyan78.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#16640c text on a black background
contrast 2.86:1
Card sample
#16640c text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16640c;
Background color
Panel with #16640c background
background-color: #16640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16640c; background: linear-gradient(135deg, #16640c, #0C643D);