#009250
A dark, vivid green closely aligning with Seagreen.
About #009250
Visually, #009250 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 0 red, 146 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 152.9 degrees, it sits comfortably in the green spectrum.
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#009250
RGB0, 146, 80
HSL152.9°, 100.0%, 28.6%
CMYK100%, 0%, 45%, 43%
HSV152.9°, 100.0%, 57.3%
LAB53.1, -48.9, 25.8
XYZ11.7, 21.1, 11.1
Decimal37456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.23:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #009250;
}
.text-color {
color: #009250;
}
.border-color {
border: 2px solid #009250;
}