#A0F816
A medium, vivid green closely aligning with Greenyellow.
About #A0F816
Visually, #A0F816 is defined as a vivid green. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 248, and 22.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 35% cyan and 0% magenta inks. With a hue angle of 83.4 degrees, it sits comfortably in the green spectrum.
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#A0F816
RGB160, 248, 22
HSL83.4°, 94.2%, 52.9%
CMYK35%, 0%, 91%, 3%
HSV83.4°, 91.1%, 97.3%
LAB89.2, -54.9, 83.9
XYZ48.2, 74.7, 12.6
Decimal10549270
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93: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: #A0F816;
}
.text-color {
color: #A0F816;
}
.border-color {
border: 2px solid #A0F816;
}