#00A05F
A dark, vivid green closely aligning with Mediumseagreen.
About #00A05F
At its core, #00A05F is a dark and vivid hue. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 160, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 41% Yellow, and 37% Black. The HSL representation is 155.6° hue, 100.0% saturation, and 31.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00A05F
RGB0, 160, 95
HSL155.6°, 100.0%, 31.4%
CMYK100%, 0%, 41%, 37%
HSV155.6°, 100.0%, 62.7%
LAB58.0, -51.0, 24.1
XYZ14.6, 26.0, 15.1
Decimal41055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.19:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A05F;
}
.text-color {
color: #00A05F;
}
.border-color {
border: 2px solid #00A05F;
}