Shades of Elf Green #0F966B
Tints of Elf Green #0F966B
RGB
CMYK
RGB Variations
Color information
#0F966B (or 0x0F966B) is known color: Elf Green. HEX triplet: 0F, 96 and 6B. RGB value is (15,150,107). Sum of RGB (Red+Green+Blue) = 15+150+107=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #0F966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F966B is #F06994. Grayscale: #686868. Windows color (decimal): -15755669 or 7050767. OLE color: 7050767.
HSL color Cylindrical-coordinate representation of color #0F966B: hue angle of 160.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F966B is Cyan = 0.9, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 107 | - |
| CMYK | 0.9 | 0 | 0.29 | 0.41 |
| HSL | 160.89º | 0.82% | 0.32% | - |
| HSV(B) | 160.89º | 0.9% | 0.59% | - |
| XYZ | 13.76 | 22.98 | 17.62 | - |
| YUV | 104.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 107 | 0.9 | 0 | 0.29 | 0.41 | 160.89 | 0.82 | 0.32 |
| Hex | F | 96 | 6B | 5A | 0 | 1D | 29 | A1 | 52 | 20 |
| Octal | 17 | 226 | 153 | 132 | 0 | 35 | 51 | 241 | 122 | 40 |
| Binary | 1111 | 10010110 | 1101011 | 1011010 | 0 | 11101 | 101001 | 10100001 | 1010010 | 100000 |
Color Harmonies of #0F966B
Complementary color
Monochromatic Colors of #0F966B
Black with #0F966B
Text Example
Text Example
White with #0F966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F966B; }
p { color: rgb(15,150,107); }
H1.HeaderClassName
{
color: #0F966B;
}
.AnyTagClassName
{
color: #0F966B;
}
</style>
background-color css
<style>
a { background-color: #0F966B; }
a { background-color: rgb(15,150,107); }
div.DivClassName
{
background-color: #0F966B;
}
.BgClassName
{
background-color: #0F966B;
}
</style>
border-color css
<style>
span { border-color: #0F966B; }
span { border-color: rgb(15,150,107); }
td.TdClassName
{
border-color: #0F966B;
}
.TagClassName
{
border-color: #0F966B;
}
</style>