#00926D
A dark, vivid green closely aligning with Seagreen.
About #00926D
The hex code #00926D represents a beautifully specific shade of green. 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 109.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 25% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00926D
RGB0, 146, 109
HSL164.8°, 100.0%, 28.6%
CMYK100%, 0%, 25%, 43%
HSV164.8°, 100.0%, 57.3%
LAB53.7, -42.4, 10.4
XYZ13.0, 21.7, 18.0
Decimal37485
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.94:1
Text on #FFFFFF
AA Large
5.33:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.53:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00926D;
}
.text-color {
color: #00926D;
}
.border-color {
border: 2px solid #00926D;
}