#99CC8A
A light, moderate green closely aligning with Darkseagreen.
About #99CC8A
Visually, #99CC8A is defined as a moderate 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, 204, and 138.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 25% cyan, 0% magenta, 32% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
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#99CC8A
RGB153, 204, 138
HSL106.4°, 39.3%, 67.1%
CMYK25%, 0%, 32%, 20%
HSV106.4°, 32.4%, 80.0%
LAB77.2, -29.0, 27.7
XYZ39.3, 51.8, 32.0
Decimal10079370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.36:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99CC8A;
}
.text-color {
color: #99CC8A;
}
.border-color {
border: 2px solid #99CC8A;
}