#aac00c
a dark, electric yellow · cool · closest name: olivedrab
RGB
170, 192, 12
HSL
67°, 88%, 40%
CMYK
12, 0, 94, 25
Luminance
0.4627
Every format
| HEX | #aac00c |
| RGB | rgb(170, 192, 12) |
| HSL | hsl(67, 88%, 40%) |
| CMYK | cmyk(12%, 0%, 94%, 25%) |
| LAB | lab(73.7 -26.7 73.0) |
| LCH | lch(73.7 77.8 110.1) |
| OKLCH | oklch(0.764 0.175 117.8) |
Copy-ready code
/* CSS */
color: #aac00c;
background-color: #aac00c;
/* Tailwind (arbitrary) */
class="text-[#aac00c] bg-[#aac00c]"
/* SCSS */
$brand: #aac00c;
/* SwiftUI */
Color(red: 0.667, green: 0.753, blue: 0.047)
/* Android */
Color.parseColor("#aac00c")Accessibility — WCAG contrast
Aa
#aac00c on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac00c on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green75.3%
Blue4.7%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow93.7%
Key (black)24.7%
Color previews
#aac00c text on a black background
contrast 10.25:1
Card sample
#aac00c text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac00c;
Background color
Panel with #aac00c background
background-color: #aac00c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac00c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 192, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 192, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac00c; background: linear-gradient(135deg, #aac00c, #32C00C);