#AFFF1D
A medium, vivid green closely aligning with Greenyellow.
About #AFFF1D
The precise color #AFFF1D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(175, 255, 29).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 31% C, 0% M, 89% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AFFF1D
RGB175, 255, 29
HSL81.2°, 100.0%, 55.7%
CMYK31%, 0%, 89%, 0%
HSV81.2°, 88.6%, 100.0%
LAB92.0, -52.3, 85.5
XYZ53.7, 80.7, 13.9
Decimal11534109
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22: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: #AFFF1D;
}
.text-color {
color: #AFFF1D;
}
.border-color {
border: 2px solid #AFFF1D;
}