#99A892
A light, muted green closely aligning with Darkgray.
About #99A892
The hex code #99A892 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgray. In the RGB color space, it consists of 153 red, 168 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 9% Cyan, 0% Magenta, 13% Yellow, and 34% Black. The HSL representation is 100.9° hue, 11.2% saturation, and 61.6% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99A892
RGB153, 168, 146
HSL100.9°, 11.2%, 61.6%
CMYK9%, 0%, 13%, 34%
HSV100.9°, 13.1%, 65.9%
LAB67.2, -9.5, 9.6
XYZ32.3, 36.9, 32.6
Decimal10070162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.37:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99A892;
}
.text-color {
color: #99A892;
}
.border-color {
border: 2px solid #99A892;
}