#A0F807
A medium, vivid green closely aligning with Greenyellow.
About #A0F807
Visually, #A0F807 is defined as a vivid green. It is closely associated with the named CSS color Greenyellow. Its digital footprint relies on 160 parts red, 248 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 35% Cyan, 0% Magenta, 97% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0F807
RGB160, 248, 7
HSL81.9°, 94.5%, 50.0%
CMYK35%, 0%, 97%, 3%
HSV81.9°, 97.2%, 97.3%
LAB89.2, -55.1, 85.3
XYZ48.1, 74.6, 12.1
Decimal10549255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.92:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F807;
}
.text-color {
color: #A0F807;
}
.border-color {
border: 2px solid #A0F807;
}