#AFFF00
A medium, vivid green closely aligning with Greenyellow.
About #AFFF00
At its core, #AFFF00 is a medium and vivid hue. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(175, 255, 0).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 31% cyan and 0% magenta inks. With a hue angle of 78.8 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#AFFF00
RGB175, 255, 0
HSL78.8°, 100.0%, 50.0%
CMYK31%, 0%, 100%, 0%
HSV78.8°, 100.0%, 100.0%
LAB92.0, -52.7, 88.3
XYZ53.4, 80.6, 12.7
Decimal11534080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.13:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF00;
}
.text-color {
color: #AFFF00;
}
.border-color {
border: 2px solid #AFFF00;
}