#AFE907
A medium, vivid green closely aligning with Greenyellow.
About #AFE907
Visually, #AFE907 is defined as a vivid green. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 175 red, 233 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 25% Cyan, 0% Magenta, 97% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#AFE907
RGB175, 233, 7
HSL75.4°, 94.2%, 47.1%
CMYK25%, 0%, 97%, 9%
HSV75.4°, 97.0%, 91.4%
LAB85.7, -43.4, 82.9
XYZ46.9, 67.4, 10.7
Decimal11528455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.48:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE907;
}
.text-color {
color: #AFE907;
}
.border-color {
border: 2px solid #AFE907;
}