#A0F016
A medium, vivid green closely aligning with Greenyellow.
About #A0F016
Visually, #A0F016 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. In the RGB color space, it consists of 160 red, 240 green, and 22 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. With a hue angle of 82.0 degrees, it sits comfortably in the green spectrum.
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#A0F016
RGB160, 240, 22
HSL82.0°, 87.9%, 51.4%
CMYK33%, 0%, 91%, 6%
HSV82.0°, 90.8%, 94.1%
LAB86.9, -51.6, 82.0
XYZ45.8, 69.9, 11.8
Decimal10547222
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.97:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F016;
}
.text-color {
color: #A0F016;
}
.border-color {
border: 2px solid #A0F016;
}