#99AF7C
A medium, muted green closely aligning with Darkseagreen.
About #99AF7C
At its core, #99AF7C is a medium and muted hue. It is closely associated with the named CSS color Darkseagreen. This translates to an RGB value of rgb(153, 175, 124).
Translating this color to physical media requires the CMYK color model. The color uses 13% Cyan, 0% Magenta, 29% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99AF7C
RGB153, 175, 124
HSL85.9°, 24.2%, 58.6%
CMYK13%, 0%, 29%, 31%
HSV85.9°, 29.1%, 68.6%
LAB68.7, -16.7, 23.7
XYZ32.1, 38.9, 24.9
Decimal10071932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.78:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99AF7C;
}
.text-color {
color: #99AF7C;
}
.border-color {
border: 2px solid #99AF7C;
}