#9ac113
a dark, electric green · cool · closest name: olivedrab
RGB
154, 193, 19
HSL
73°, 82%, 42%
CMYK
20, 0, 90, 24
Luminance
0.4506
Every format
| HEX | #9ac113 |
| RGB | rgb(154, 193, 19) |
| HSL | hsl(73, 82%, 42%) |
| CMYK | cmyk(20%, 0%, 90%, 24%) |
| LAB | lab(72.9 -33.6 71.0) |
| LCH | lch(72.9 78.5 115.4) |
| OKLCH | oklch(0.755 0.182 123.2) |
Copy-ready code
/* CSS */
color: #9ac113;
background-color: #9ac113;
/* Tailwind (arbitrary) */
class="text-[#9ac113] bg-[#9ac113]"
/* SCSS */
$brand: #9ac113;
/* SwiftUI */
Color(red: 0.604, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#9ac113")Accessibility — WCAG contrast
Aa
#9ac113 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac113 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green75.7%
Blue7.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow90.2%
Key (black)24.3%
Color previews
#9ac113 text on a black background
contrast 10.01:1
Card sample
#9ac113 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac113;
Background color
Panel with #9ac113 background
background-color: #9ac113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac113; background: linear-gradient(135deg, #9ac113, #26C113);