Shades of Elf Green #0F886F
Tints of Elf Green #0F886F
RGB
CMYK
RGB Variations
Color information
#0F886F (or 0x0F886F) is known color: Elf Green. HEX triplet: 0F, 88 and 6F. RGB value is (15,136,111). Sum of RGB (Red+Green+Blue) = 15+136+111=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #0F886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F886F is #F07790. Grayscale: #606060. Windows color (decimal): -15759249 or 7309327. OLE color: 7309327.
HSL color Cylindrical-coordinate representation of color #0F886F: hue angle of 167.6º 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 #0F886F is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 111 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.47 |
| HSL | 167.6º | 0.8% | 0.3% | - |
| HSV(B) | 167.6º | 0.89% | 0.53% | - |
| XYZ | 11.87 | 18.86 | 18.05 | - |
| YUV | 96.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 111 | 0.89 | 0 | 0.18 | 0.47 | 167.6 | 0.8 | 0.3 |
| Hex | F | 88 | 6F | 59 | 0 | 12 | 2F | A8 | 50 | 1E |
| Octal | 17 | 210 | 157 | 131 | 0 | 22 | 57 | 250 | 120 | 36 |
| Binary | 1111 | 10001000 | 1101111 | 1011001 | 0 | 10010 | 101111 | 10101000 | 1010000 | 11110 |
Color Harmonies of #0F886F
Complementary color
Monochromatic Colors of #0F886F
Black with #0F886F
Text Example
Text Example
White with #0F886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F886F; }
p { color: rgb(15,136,111); }
H1.HeaderClassName
{
color: #0F886F;
}
.AnyTagClassName
{
color: #0F886F;
}
</style>
background-color css
<style>
a { background-color: #0F886F; }
a { background-color: rgb(15,136,111); }
div.DivClassName
{
background-color: #0F886F;
}
.BgClassName
{
background-color: #0F886F;
}
</style>
border-color css
<style>
span { border-color: #0F886F; }
span { border-color: rgb(15,136,111); }
td.TdClassName
{
border-color: #0F886F;
}
.TagClassName
{
border-color: #0F886F;
}
</style>