#a0f024
a balanced, electric green · cool · closest name: yellow
RGB
160, 240, 36
HSL
84°, 87%, 54%
CMYK
33, 0, 85, 6
Luminance
0.6992
Every format
| HEX | #a0f024 |
| RGB | rgb(160, 240, 36) |
| HSL | hsl(84, 87%, 54%) |
| CMYK | cmyk(33%, 0%, 85%, 6%) |
| LAB | lab(87.0 -51.3 79.7) |
| LCH | lch(87.0 94.8 122.8) |
| OKLCH | oklch(0.870 0.227 130.3) |
Copy-ready code
/* CSS */
color: #a0f024;
background-color: #a0f024;
/* Tailwind (arbitrary) */
class="text-[#a0f024] bg-[#a0f024]"
/* SCSS */
$brand: #a0f024;
/* SwiftUI */
Color(red: 0.627, green: 0.941, blue: 0.141)
/* Android */
Color.parseColor("#a0f024")Accessibility — WCAG contrast
Aa
#a0f024 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0f024 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green94.1%
Blue14.1%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow85.0%
Key (black)5.9%
Color previews
#a0f024 text on a black background
contrast 14.98:1
Card sample
#a0f024 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0f024;
Background color
Panel with #a0f024 background
background-color: #a0f024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0f024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 240, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 240, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0f024; background: linear-gradient(135deg, #a0f024, #24F030);