#A0F81D
A medium, vivid green closely aligning with Greenyellow.
About #A0F81D
Visually, #A0F81D is defined as a vivid green. It is closely associated with the named CSS color Greenyellow. In the RGB color space, it consists of 160 red, 248 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 35% cyan, 0% magenta, 88% yellow, and 3% black. The HSL representation is 84.1° hue, 94.0% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0F81D
RGB160, 248, 29
HSL84.1°, 94.0%, 54.3%
CMYK35%, 0%, 88%, 3%
HSV84.1°, 88.3%, 97.3%
LAB89.3, -54.7, 82.9
XYZ48.3, 74.7, 13.0
Decimal10549277
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.94:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F81D;
}
.text-color {
color: #A0F81D;
}
.border-color {
border: 2px solid #A0F81D;
}