#AFBD8A
A light, muted green closely aligning with Darkseagreen.
About #AFBD8A
The hex code #AFBD8A represents a beautifully specific shade of green. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(175, 189, 138).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 7% cyan, 0% magenta, 27% yellow, and 26% black. With a hue angle of 76.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFBD8A
RGB175, 189, 138
HSL76.5°, 27.9%, 64.1%
CMYK7%, 0%, 27%, 26%
HSV76.5°, 27.0%, 74.1%
LAB74.4, -13.6, 24.2
XYZ40.5, 47.3, 31.1
Decimal11517322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.47:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD8A;
}
.text-color {
color: #AFBD8A;
}
.border-color {
border: 2px solid #AFBD8A;
}