#A0FF1D
A medium, vivid green closely aligning with Greenyellow.
About #A0FF1D
Visually, #A0FF1D is defined as a vivid green. It is closely associated with the named CSS color Greenyellow. Its digital footprint relies on 160 parts red, 255 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 37% cyan and 0% magenta inks. The HSL representation is 85.2° hue, 100.0% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0FF1D
RGB160, 255, 29
HSL85.2°, 100.0%, 55.7%
CMYK37%, 0%, 89%, 0%
HSV85.2°, 88.6%, 100.0%
LAB91.3, -57.5, 84.6
XYZ50.5, 79.1, 13.8
Decimal10551069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.82:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF1D;
}
.text-color {
color: #A0FF1D;
}
.border-color {
border: 2px solid #A0FF1D;
}