#92CC99
A light, moderate green closely aligning with Darkseagreen.
About #92CC99
The precise color #92CC99 is an excellent choice for modern design projects. 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 146, 204, and 153.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 28% C, 0% M, 25% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92CC99
RGB146, 204, 153
HSL127.2°, 36.3%, 68.6%
CMYK28%, 0%, 25%, 20%
HSV127.2°, 28.4%, 80.0%
LAB77.0, -28.9, 19.6
XYZ39.2, 51.6, 38.0
Decimal9620633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.32:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92CC99;
}
.text-color {
color: #92CC99;
}
.border-color {
border: 2px solid #92CC99;
}