#0F6642
A dark, vivid green closely aligning with Seagreen.
About #0F6642
The precise color #0F6642 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(15, 102, 66).
If you are designing for print, the four-color process is what matters most. The color uses 85% Cyan, 0% Magenta, 35% Yellow, and 60% Black. The HSL representation is 155.2° hue, 74.4% saturation, and 22.9% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F6642
RGB15, 102, 66
HSL155.2°, 74.4%, 22.9%
CMYK85%, 0%, 35%, 60%
HSV155.2°, 85.3%, 40.0%
LAB37.8, -33.7, 13.6
XYZ5.9, 10.0, 6.8
Decimal1009218
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.00:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.69:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F6642;
}
.text-color {
color: #0F6642;
}
.border-color {
border: 2px solid #0F6642;
}