#16BD66
A medium, vivid green closely aligning with Mediumseagreen.
About #16BD66
The hex code #16BD66 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(22, 189, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 88% C, 0% M, 46% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16BD66
RGB22, 189, 102
HSL148.7°, 79.1%, 41.4%
CMYK88%, 0%, 46%, 26%
HSV148.7°, 88.4%, 74.1%
LAB67.7, -58.7, 33.1
XYZ20.9, 37.5, 18.7
Decimal1490278
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.47:1
Text on #FFFFFF
FAIL
8.51:1
Text on #000000
AAA
2.36:1
Text on #F8FAFC
FAIL
7.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16BD66;
}
.text-color {
color: #16BD66;
}
.border-color {
border: 2px solid #16BD66;
}