#00A06D
A dark, vivid green closely aligning with Mediumseagreen.
About #00A06D
At its core, #00A06D is a dark and vivid hue. Designers often compare it to the standard color Mediumseagreen. Its digital footprint relies on 0 parts red, 160 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 32% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#00A06D
RGB0, 160, 109
HSL160.9°, 100.0%, 31.4%
CMYK100%, 0%, 32%, 37%
HSV160.9°, 100.0%, 62.7%
LAB58.3, -48.0, 16.8
XYZ15.3, 26.2, 18.7
Decimal41069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A06D;
}
.text-color {
color: #00A06D;
}
.border-color {
border: 2px solid #00A06D;
}