#99A87C
A medium, muted green closely aligning with Darkseagreen.
About #99A87C
Visually, #99A87C is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 168, and 124.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 9% cyan and 0% magenta inks. The HSL representation is 80.5° hue, 20.2% saturation, and 57.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99A87C
RGB153, 168, 124
HSL80.5°, 20.2%, 57.3%
CMYK9%, 0%, 26%, 34%
HSV80.5°, 26.2%, 65.9%
LAB66.7, -13.1, 21.0
XYZ30.8, 36.2, 24.4
Decimal10070140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.25:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99A87C;
}
.text-color {
color: #99A87C;
}
.border-color {
border: 2px solid #99A87C;
}