#0FA850
A dark, vivid green closely aligning with Mediumseagreen.
About #0FA850
The precise color #0FA850 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(15, 168, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 91% Cyan, 0% Magenta, 52% Yellow, and 34% Black. The HSL representation is 145.5° hue, 83.6% saturation, and 35.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#0FA850
RGB15, 168, 80
HSL145.5°, 83.6%, 35.9%
CMYK91%, 0%, 52%, 34%
HSV145.5°, 91.1%, 65.9%
LAB60.5, -55.7, 35.2
XYZ15.6, 28.7, 12.3
Decimal1026128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.74:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA850;
}
.text-color {
color: #0FA850;
}
.border-color {
border: 2px solid #0FA850;
}