#009266
A dark, vivid green closely aligning with Seagreen.
About #009266
At its core, #009266 is a dark and vivid hue. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 146, and 102.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 161.9° hue, 100.0% saturation, and 28.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#009266
RGB0, 146, 102
HSL161.9°, 100.0%, 28.6%
CMYK100%, 0%, 30%, 43%
HSV161.9°, 100.0%, 57.3%
LAB53.5, -44.2, 14.2
XYZ12.7, 21.5, 16.1
Decimal37478
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #009266;
}
.text-color {
color: #009266;
}
.border-color {
border: 2px solid #009266;
}