Shades of Elf Green #0F8C66
Tints of Elf Green #0F8C66
RGB
CMYK
RGB Variations
Color information
#0F8C66 (or 0x0F8C66) is known color: Elf Green. HEX triplet: 0F, 8C and 66. RGB value is (15,140,102). Sum of RGB (Red+Green+Blue) = 15+140+102=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #0F8C66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8C66 is #F07399. Grayscale: #626262. Windows color (decimal): -15758234 or 6720527. OLE color: 6720527.
HSL color Cylindrical-coordinate representation of color #0F8C66: hue angle of 161.76º 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 #0F8C66 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 140 | 102 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.45 |
| HSL | 161.76º | 0.81% | 0.3% | - |
| HSV(B) | 161.76º | 0.89% | 0.55% | - |
| XYZ | 11.97 | 19.82 | 15.76 | - |
| YUV | 98.29 | 130.09 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 140 | 102 | 0.89 | 0 | 0.27 | 0.45 | 161.76 | 0.81 | 0.3 |
| Hex | F | 8C | 66 | 59 | 0 | 1B | 2D | A2 | 51 | 1E |
| Octal | 17 | 214 | 146 | 131 | 0 | 33 | 55 | 242 | 121 | 36 |
| Binary | 1111 | 10001100 | 1100110 | 1011001 | 0 | 11011 | 101101 | 10100010 | 1010001 | 11110 |
Color Harmonies of #0F8C66
Complementary color
Monochromatic Colors of #0F8C66
Black with #0F8C66
Text Example
Text Example
White with #0F8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8C66; }
p { color: rgb(15,140,102); }
H1.HeaderClassName
{
color: #0F8C66;
}
.AnyTagClassName
{
color: #0F8C66;
}
</style>
background-color css
<style>
a { background-color: #0F8C66; }
a { background-color: rgb(15,140,102); }
div.DivClassName
{
background-color: #0F8C66;
}
.BgClassName
{
background-color: #0F8C66;
}
</style>
border-color css
<style>
span { border-color: #0F8C66; }
span { border-color: rgb(15,140,102); }
td.TdClassName
{
border-color: #0F8C66;
}
.TagClassName
{
border-color: #0F8C66;
}
</style>