#00B66D
A dark, vivid green closely aligning with Mediumseagreen.
About #00B66D
At its core, #00B66D is a dark and vivid hue. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(0, 182, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 0% M, 40% Y, and 29% K. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00B66D
RGB0, 182, 109
HSL155.9°, 100.0%, 35.7%
CMYK100%, 0%, 40%, 29%
HSV155.9°, 100.0%, 71.4%
LAB65.4, -56.0, 26.5
XYZ19.5, 34.6, 20.1
Decimal46701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B66D;
}
.text-color {
color: #00B66D;
}
.border-color {
border: 2px solid #00B66D;
}