#AFFF66
A light, vivid green closely aligning with Greenyellow.
About #AFFF66
When working with digital screens, the color #AFFF66 is rendered by mixing light. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 175 red, 255 green, and 102 blue.
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 91.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFFF66
RGB175, 255, 102
HSL91.4°, 100.0%, 70.0%
CMYK31%, 0%, 60%, 0%
HSV91.4°, 60.0%, 100.0%
LAB92.4, -48.5, 63.8
XYZ55.8, 81.6, 25.4
Decimal11534182
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.21:1
Text on #FFFFFF
FAIL
17.32:1
Text on #000000
AAA
1.16:1
Text on #F8FAFC
FAIL
14.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF66;
}
.text-color {
color: #AFFF66;
}
.border-color {
border: 2px solid #AFFF66;
}