#91c152
a balanced, vivid green · cool · closest name: olivedrab
RGB
145, 193, 82
HSL
86°, 47%, 54%
CMYK
25, 0, 58, 24
Luminance
0.4477
Every format
| HEX | #91c152 |
| RGB | rgb(145, 193, 82) |
| HSL | hsl(86, 47%, 54%) |
| CMYK | cmyk(25%, 0%, 58%, 24%) |
| LAB | lab(72.7 -33.7 49.9) |
| LCH | lch(72.7 60.2 124.0) |
| OKLCH | oklch(0.753 0.150 129.0) |
Copy-ready code
/* CSS */
color: #91c152;
background-color: #91c152;
/* Tailwind (arbitrary) */
class="text-[#91c152] bg-[#91c152]"
/* SCSS */
$brand: #91c152;
/* SwiftUI */
Color(red: 0.569, green: 0.757, blue: 0.322)
/* Android */
Color.parseColor("#91c152")Accessibility — WCAG contrast
Aa
#91c152 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91c152 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green75.7%
Blue32.2%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow57.5%
Key (black)24.3%
Color previews
#91c152 text on a black background
contrast 9.95:1
Card sample
#91c152 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91c152;
Background color
Panel with #91c152 background
background-color: #91c152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91c152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 193, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 193, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91c152; background: linear-gradient(135deg, #91c152, #52C15D);