#AFF800
A medium, vivid green closely aligning with Greenyellow.
About #AFF800
At its core, #AFF800 is a medium and vivid hue. Its closest recognized web color is Greenyellow. Its digital footprint relies on 175 parts red, 248 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 29% C, 0% M, 100% Y, and 3% K. The HSL representation is 77.7° hue, 100.0% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFF800
RGB175, 248, 0
HSL77.7°, 100.0%, 48.6%
CMYK29%, 0%, 100%, 3%
HSV77.7°, 100.0%, 97.3%
LAB90.0, -49.8, 86.8
XYZ51.2, 76.2, 12.0
Decimal11532288
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF800;
}
.text-color {
color: #AFF800;
}
.border-color {
border: 2px solid #AFF800;
}