#99BD7C
A light, moderate green closely aligning with Darkseagreen.
About #99BD7C
The hex code #99BD7C represents a beautifully specific shade of green. Designers often compare it to the standard color Darkseagreen. Its digital footprint relies on 153 parts red, 189 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 19% cyan, 0% magenta, 34% yellow, and 26% black. The HSL representation is 93.2° hue, 33.0% saturation, and 61.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99BD7C
RGB153, 189, 124
HSL93.2°, 33.0%, 61.4%
CMYK19%, 0%, 34%, 26%
HSV93.2°, 34.4%, 74.1%
LAB72.6, -23.8, 29.0
XYZ35.0, 44.6, 25.8
Decimal10075516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.92:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD7C;
}
.text-color {
color: #99BD7C;
}
.border-color {
border: 2px solid #99BD7C;
}