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