#A0FF16
A medium, vivid green closely aligning with Greenyellow.
About #A0FF16
Visually, #A0FF16 is defined as a vivid green. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 160 red, 255 green, and 22 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 37% Cyan, 0% Magenta, 91% Yellow, and 0% Black. The HSL representation is 84.5° hue, 100.0% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0FF16
RGB160, 255, 22
HSL84.5°, 100.0%, 54.3%
CMYK37%, 0%, 91%, 0%
HSV84.5°, 91.4%, 100.0%
LAB91.3, -57.6, 85.5
XYZ50.4, 79.1, 13.4
Decimal10551062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.81:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0FF16;
}
.text-color {
color: #A0FF16;
}
.border-color {
border: 2px solid #A0FF16;
}