#AFD357
A medium, moderate green closely aligning with Yellowgreen.
About #AFD357
Visually, #AFD357 is defined as a moderate green. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(175, 211, 87).
If you are designing for print, the four-color process is what matters most. The color uses 17% Cyan, 0% Magenta, 59% Yellow, and 17% Black. With a hue angle of 77.4 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFD357
RGB175, 211, 87
HSL77.4°, 58.5%, 58.4%
CMYK17%, 0%, 59%, 17%
HSV77.4°, 58.8%, 82.7%
LAB79.8, -30.2, 56.2
XYZ42.7, 56.4, 17.7
Decimal11522903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.28:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFD357;
}
.text-color {
color: #AFD357;
}
.border-color {
border: 2px solid #AFD357;
}