Shades of Elf Green #0F886D
Tints of Elf Green #0F886D
RGB
CMYK
RGB Variations
Color information
#0F886D (or 0x0F886D) is known color: Elf Green. HEX triplet: 0F, 88 and 6D. RGB value is (15,136,109). Sum of RGB (Red+Green+Blue) = 15+136+109=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #0F886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F886D is #F07792. Grayscale: #606060. Windows color (decimal): -15759251 or 7178255. OLE color: 7178255.
HSL color Cylindrical-coordinate representation of color #0F886D: hue angle of 166.61º 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 #0F886D is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 109 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.47 |
| HSL | 166.61º | 0.8% | 0.3% | - |
| HSV(B) | 166.61º | 0.89% | 0.53% | - |
| XYZ | 11.76 | 18.81 | 17.48 | - |
| YUV | 96.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 109 | 0.89 | 0 | 0.20 | 0.47 | 166.61 | 0.8 | 0.3 |
| Hex | F | 88 | 6D | 59 | 0 | 14 | 2F | A7 | 50 | 1E |
| Octal | 17 | 210 | 155 | 131 | 0 | 24 | 57 | 247 | 120 | 36 |
| Binary | 1111 | 10001000 | 1101101 | 1011001 | 0 | 10100 | 101111 | 10100111 | 1010000 | 11110 |
Color Harmonies of #0F886D
Complementary color
Monochromatic Colors of #0F886D
Black with #0F886D
Text Example
Text Example
White with #0F886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F886D; }
p { color: rgb(15,136,109); }
H1.HeaderClassName
{
color: #0F886D;
}
.AnyTagClassName
{
color: #0F886D;
}
</style>
background-color css
<style>
a { background-color: #0F886D; }
a { background-color: rgb(15,136,109); }
div.DivClassName
{
background-color: #0F886D;
}
.BgClassName
{
background-color: #0F886D;
}
</style>
border-color css
<style>
span { border-color: #0F886D; }
span { border-color: rgb(15,136,109); }
td.TdClassName
{
border-color: #0F886D;
}
.TagClassName
{
border-color: #0F886D;
}
</style>