#A0F824
A medium, vivid green closely aligning with Greenyellow.
About #A0F824
The precise color #A0F824 is an excellent choice for modern design projects. It is closely associated with the named CSS color Greenyellow. This translates to an RGB value of rgb(160, 248, 36).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 35% cyan, 0% magenta, 85% yellow, and 3% black. The HSL representation is 84.9° hue, 93.8% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0F824
RGB160, 248, 36
HSL84.9°, 93.8%, 55.7%
CMYK35%, 0%, 85%, 3%
HSV84.9°, 85.5%, 97.3%
LAB89.3, -54.5, 81.7
XYZ48.4, 74.7, 13.5
Decimal10549284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.95:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F824;
}
.text-color {
color: #A0F824;
}
.border-color {
border: 2px solid #A0F824;
}