#096100
a deep, electric green · cool · closest name: green
RGB
9, 97, 0
HSL
114°, 100%, 19%
CMYK
91, 0, 100, 62
Luminance
0.0861
Every format
| HEX | #096100 |
| RGB | rgb(9, 97, 0) |
| HSL | hsl(114, 100%, 19%) |
| CMYK | cmyk(91%, 0%, 100%, 62%) |
| LAB | lab(35.2 -41.4 41.1) |
| LCH | lch(35.2 58.4 135.2) |
| OKLCH | oklch(0.428 0.143 141.8) |
Copy-ready code
/* CSS */
color: #096100;
background-color: #096100;
/* Tailwind (arbitrary) */
class="text-[#096100] bg-[#096100]"
/* SCSS */
$brand: #096100;
/* SwiftUI */
Color(red: 0.035, green: 0.380, blue: 0.000)
/* Android */
Color.parseColor("#096100")Accessibility — WCAG contrast
Aa
#096100 on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#096100 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green38.0%
Blue0.0%
CMYK percentages
Cyan90.7%
Magenta0.0%
Yellow100.0%
Key (black)62.0%
Color previews
#096100 text on a black background
contrast 2.72:1
Card sample
#096100 text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096100;
Background color
Panel with #096100 background
background-color: #096100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 97, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 97, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096100; background: linear-gradient(135deg, #096100, #006138);