#168500
a dark, electric green · cool · closest name: green
RGB
22, 133, 0
HSL
110°, 100%, 26%
CMYK
84, 0, 100, 48
Luminance
0.1695
Every format
| HEX | #168500 |
| RGB | rgb(22, 133, 0) |
| HSL | hsl(110, 100%, 26%) |
| CMYK | cmyk(84%, 0%, 100%, 48%) |
| LAB | lab(48.2 -51.2 51.6) |
| LCH | lch(48.2 72.7 134.8) |
| OKLCH | oklch(0.537 0.178 141.5) |
Copy-ready code
/* CSS */
color: #168500;
background-color: #168500;
/* Tailwind (arbitrary) */
class="text-[#168500] bg-[#168500]"
/* SCSS */
$brand: #168500;
/* SwiftUI */
Color(red: 0.086, green: 0.522, blue: 0.000)
/* Android */
Color.parseColor("#168500")Accessibility — WCAG contrast
Aa
#168500 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#168500 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green52.2%
Blue0.0%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow100.0%
Key (black)47.8%
Color previews
#168500 text on a black background
contrast 4.39:1
Card sample
#168500 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #168500;
Background color
Panel with #168500 background
background-color: #168500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #168500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 133, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 133, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #168500; background: linear-gradient(135deg, #168500, #008543);