Shades of Elf Green #0F9160
Tints of Elf Green #0F9160
RGB
CMYK
RGB Variations
Color information
#0F9160 (or 0x0F9160) is known color: Elf Green. HEX triplet: 0F, 91 and 60. RGB value is (15,145,96). Sum of RGB (Red+Green+Blue) = 15+145+96=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9160 is #F06E9F. Grayscale: #646464. Windows color (decimal): -15756960 or 6328591. OLE color: 6328591.
HSL color Cylindrical-coordinate representation of color #0F9160: hue angle of 157.38º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9160 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 96 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.43 |
| HSL | 157.38º | 0.81% | 0.31% | - |
| HSV(B) | 157.38º | 0.9% | 0.57% | - |
| XYZ | 12.43 | 21.2 | 14.5 | - |
| YUV | 100.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 96 | 0.90 | 0 | 0.34 | 0.43 | 157.38 | 0.81 | 0.31 |
| Hex | F | 91 | 60 | 5A | 0 | 22 | 2B | 9D | 51 | 1F |
| Octal | 17 | 221 | 140 | 132 | 0 | 42 | 53 | 235 | 121 | 37 |
| Binary | 1111 | 10010001 | 1100000 | 1011010 | 0 | 100010 | 101011 | 10011101 | 1010001 | 11111 |
Color Harmonies of #0F9160
Complementary color
Monochromatic Colors of #0F9160
Black with #0F9160
Text Example
Text Example
White with #0F9160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9160; }
p { color: rgb(15,145,96); }
H1.HeaderClassName
{
color: #0F9160;
}
.AnyTagClassName
{
color: #0F9160;
}
</style>
background-color css
<style>
a { background-color: #0F9160; }
a { background-color: rgb(15,145,96); }
div.DivClassName
{
background-color: #0F9160;
}
.BgClassName
{
background-color: #0F9160;
}
</style>
border-color css
<style>
span { border-color: #0F9160; }
span { border-color: rgb(15,145,96); }
td.TdClassName
{
border-color: #0F9160;
}
.TagClassName
{
border-color: #0F9160;
}
</style>