#A0F02C
A medium, vivid green closely aligning with Greenyellow.
About #A0F02C
At its core, #A0F02C is a medium and vivid hue. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(160, 240, 44).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 33% cyan, 0% magenta, 82% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0F02C
RGB160, 240, 44
HSL84.5°, 86.7%, 55.7%
CMYK33%, 0%, 82%, 6%
HSV84.5°, 81.7%, 94.1%
LAB87.0, -51.0, 77.9
XYZ46.1, 70.0, 13.5
Decimal10547244
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
15.00:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F02C;
}
.text-color {
color: #A0F02C;
}
.border-color {
border: 2px solid #A0F02C;
}