#AFFF16
A medium, vivid green closely aligning with Greenyellow.
About #AFFF16
Visually, #AFFF16 is defined as a vivid green. It is closely associated with the named CSS color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 255, and 22.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 31% C, 0% M, 91% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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#AFFF16
RGB175, 255, 22
HSL80.6°, 100.0%, 54.3%
CMYK31%, 0%, 91%, 0%
HSV80.6°, 91.4%, 100.0%
LAB92.0, -52.4, 86.4
XYZ53.6, 80.7, 13.5
Decimal11534102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.14:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF16;
}
.text-color {
color: #AFFF16;
}
.border-color {
border: 2px solid #AFFF16;
}