#0FBD83
A medium, vivid green closely aligning with Mediumseagreen.
About #0FBD83
Visually, #0FBD83 is defined as a vivid green. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(15, 189, 131).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 92% C, 0% M, 31% Y, and 26% K. With a hue angle of 160.0 degrees, it sits comfortably in the green spectrum.
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#0FBD83
RGB15, 189, 131
HSL160.0°, 85.3%, 40.0%
CMYK92%, 0%, 31%, 26%
HSV160.0°, 92.1%, 74.1%
LAB68.1, -53.3, 18.4
XYZ22.5, 38.1, 27.6
Decimal1031555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD83;
}
.text-color {
color: #0FBD83;
}
.border-color {
border: 2px solid #0FBD83;
}