#AFC575
A light, moderate green closely aligning with Darkkhaki.
About #AFC575
At its core, #AFC575 is a light and moderate hue. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(175, 197, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. With a hue angle of 76.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFC575
RGB175, 197, 117
HSL76.5°, 40.8%, 61.6%
CMYK11%, 0%, 41%, 23%
HSV76.5°, 40.6%, 77.3%
LAB76.3, -20.4, 37.6
XYZ40.9, 50.3, 24.4
Decimal11519349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.07:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFC575;
}
.text-color {
color: #AFC575;
}
.border-color {
border: 2px solid #AFC575;
}