Shades of Elf Green #0F8C71
Tints of Elf Green #0F8C71
RGB
CMYK
RGB Variations
Color information
#0F8C71 (or 0x0F8C71) is known color: Elf Green. HEX triplet: 0F, 8C and 71. RGB value is (15,140,113). Sum of RGB (Red+Green+Blue) = 15+140+113=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #0F8C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8C71 is #F0738E. Grayscale: #636363. Windows color (decimal): -15758223 or 7441423. OLE color: 7441423.
HSL color Cylindrical-coordinate representation of color #0F8C71: hue angle of 167.04º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8C71 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 140 | 113 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.45 |
| HSL | 167.04º | 0.81% | 0.3% | - |
| HSV(B) | 167.04º | 0.89% | 0.55% | - |
| XYZ | 12.56 | 20.05 | 18.83 | - |
| YUV | 99.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 140 | 113 | 0.89 | 0 | 0.19 | 0.45 | 167.04 | 0.81 | 0.3 |
| Hex | F | 8C | 71 | 59 | 0 | 13 | 2D | A7 | 51 | 1E |
| Octal | 17 | 214 | 161 | 131 | 0 | 23 | 55 | 247 | 121 | 36 |
| Binary | 1111 | 10001100 | 1110001 | 1011001 | 0 | 10011 | 101101 | 10100111 | 1010001 | 11110 |
Color Harmonies of #0F8C71
Complementary color
Monochromatic Colors of #0F8C71
Black with #0F8C71
Text Example
Text Example
White with #0F8C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8C71; }
p { color: rgb(15,140,113); }
H1.HeaderClassName
{
color: #0F8C71;
}
.AnyTagClassName
{
color: #0F8C71;
}
</style>
background-color css
<style>
a { background-color: #0F8C71; }
a { background-color: rgb(15,140,113); }
div.DivClassName
{
background-color: #0F8C71;
}
.BgClassName
{
background-color: #0F8C71;
}
</style>
border-color css
<style>
span { border-color: #0F8C71; }
span { border-color: rgb(15,140,113); }
td.TdClassName
{
border-color: #0F8C71;
}
.TagClassName
{
border-color: #0F8C71;
}
</style>