#aacc00
a dark, electric green · cool · closest name: yellow
RGB
170, 204, 0
HSL
70°, 100%, 40%
CMYK
17, 0, 100, 20
Luminance
0.5173
Every format
| HEX | #aacc00 |
| RGB | rgb(170, 204, 0) |
| HSL | hsl(70, 100%, 40%) |
| CMYK | cmyk(17%, 0%, 100%, 20%) |
| LAB | lab(77.1 -32.5 76.9) |
| LCH | lch(77.1 83.5 112.9) |
| OKLCH | oklch(0.792 0.190 121.0) |
Copy-ready code
/* CSS */
color: #aacc00;
background-color: #aacc00;
/* Tailwind (arbitrary) */
class="text-[#aacc00] bg-[#aacc00]"
/* SCSS */
$brand: #aacc00;
/* SwiftUI */
Color(red: 0.667, green: 0.800, blue: 0.000)
/* Android */
Color.parseColor("#aacc00")Accessibility — WCAG contrast
Aa
#aacc00 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacc00 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.0%
Blue0.0%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow100.0%
Key (black)20.0%
Color previews
#aacc00 text on a black background
contrast 11.35:1
Card sample
#aacc00 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacc00;
Background color
Panel with #aacc00 background
background-color: #aacc00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacc00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 204, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 204, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacc00; background: linear-gradient(135deg, #aacc00, #22CC00);