#aaee00
a balanced, electric green · cool · closest name: yellow
RGB
170, 238, 0
HSL
77°, 100%, 47%
CMYK
29, 0, 100, 7
Luminance
0.6970
Every format
| HEX | #aaee00 |
| RGB | rgb(170, 238, 0) |
| HSL | hsl(77, 100%, 47%) |
| CMYK | cmyk(29%, 0%, 100%, 7%) |
| LAB | lab(86.8 -47.5 84.3) |
| LCH | lch(86.8 96.7 119.4) |
| OKLCH | oklch(0.871 0.226 127.6) |
Copy-ready code
/* CSS */
color: #aaee00;
background-color: #aaee00;
/* Tailwind (arbitrary) */
class="text-[#aaee00] bg-[#aaee00]"
/* SCSS */
$brand: #aaee00;
/* SwiftUI */
Color(red: 0.667, green: 0.933, blue: 0.000)
/* Android */
Color.parseColor("#aaee00")Accessibility — WCAG contrast
Aa
#aaee00 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaee00 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green93.3%
Blue0.0%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow100.0%
Key (black)6.7%
Color previews
#aaee00 text on a black background
contrast 14.94:1
Card sample
#aaee00 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaee00;
Background color
Panel with #aaee00 background
background-color: #aaee00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaee00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 238, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 238, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaee00; background: linear-gradient(135deg, #aaee00, #0CEE00);