Shades of Elf Green #0F8869
Tints of Elf Green #0F8869
RGB
CMYK
RGB Variations
Color information
#0F8869 (or 0x0F8869) is known color: Elf Green. HEX triplet: 0F, 88 and 69. RGB value is (15,136,105). Sum of RGB (Red+Green+Blue) = 15+136+105=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8869 is #F07796. Grayscale: #606060. Windows color (decimal): -15759255 or 6916111. OLE color: 6916111.
HSL color Cylindrical-coordinate representation of color #0F8869: hue angle of 164.63º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8869 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 105 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.47 |
| HSL | 164.63º | 0.8% | 0.3% | - |
| HSV(B) | 164.63º | 0.89% | 0.53% | - |
| XYZ | 11.55 | 18.73 | 16.37 | - |
| YUV | 96.29 | 132.91 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 105 | 0.89 | 0 | 0.23 | 0.47 | 164.63 | 0.8 | 0.3 |
| Hex | F | 88 | 69 | 59 | 0 | 17 | 2F | A5 | 50 | 1E |
| Octal | 17 | 210 | 151 | 131 | 0 | 27 | 57 | 245 | 120 | 36 |
| Binary | 1111 | 10001000 | 1101001 | 1011001 | 0 | 10111 | 101111 | 10100101 | 1010000 | 11110 |
Color Harmonies of #0F8869
Complementary color
Monochromatic Colors of #0F8869
Black with #0F8869
Text Example
Text Example
White with #0F8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8869; }
p { color: rgb(15,136,105); }
H1.HeaderClassName
{
color: #0F8869;
}
.AnyTagClassName
{
color: #0F8869;
}
</style>
background-color css
<style>
a { background-color: #0F8869; }
a { background-color: rgb(15,136,105); }
div.DivClassName
{
background-color: #0F8869;
}
.BgClassName
{
background-color: #0F8869;
}
</style>
border-color css
<style>
span { border-color: #0F8869; }
span { border-color: rgb(15,136,105); }
td.TdClassName
{
border-color: #0F8869;
}
.TagClassName
{
border-color: #0F8869;
}
</style>