#169966
A dark, vivid green closely aligning with Seagreen.
About #169966
At its core, #169966 is a dark and vivid hue. Its closest recognized web color is Seagreen. This translates to an RGB value of rgb(22, 153, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 86% C, 0% M, 33% Y, and 40% K. The HSL representation is 156.6° hue, 74.9% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#169966
RGB22, 153, 102
HSL156.6°, 74.9%, 34.3%
CMYK86%, 0%, 33%, 40%
HSV156.6°, 85.6%, 60.0%
LAB56.0, -45.5, 17.6
XYZ14.1, 23.9, 16.4
Decimal1481062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.78:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #169966;
}
.text-color {
color: #169966;
}
.border-color {
border: 2px solid #169966;
}