Shades of Elf Green #0F916E
Tints of Elf Green #0F916E
RGB
CMYK
RGB Variations
Color information
#0F916E (or 0x0F916E) is known color: Elf Green. HEX triplet: 0F, 91 and 6E. RGB value is (15,145,110). Sum of RGB (Red+Green+Blue) = 15+145+110=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #0F916E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F916E is #F06E91. Grayscale: #666666. Windows color (decimal): -15756946 or 7246095. OLE color: 7246095.
HSL color Cylindrical-coordinate representation of color #0F916E: hue angle of 163.85º 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 #0F916E is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 110 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.43 |
| HSL | 163.85º | 0.81% | 0.31% | - |
| HSV(B) | 163.85º | 0.9% | 0.57% | - |
| XYZ | 13.14 | 21.48 | 18.21 | - |
| YUV | 102.14 | 132.43 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 110 | 0.90 | 0 | 0.24 | 0.43 | 163.85 | 0.81 | 0.31 |
| Hex | F | 91 | 6E | 5A | 0 | 18 | 2B | A4 | 51 | 1F |
| Octal | 17 | 221 | 156 | 132 | 0 | 30 | 53 | 244 | 121 | 37 |
| Binary | 1111 | 10010001 | 1101110 | 1011010 | 0 | 11000 | 101011 | 10100100 | 1010001 | 11111 |
Color Harmonies of #0F916E
Complementary color
Monochromatic Colors of #0F916E
Black with #0F916E
Text Example
Text Example
White with #0F916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F916E; }
p { color: rgb(15,145,110); }
H1.HeaderClassName
{
color: #0F916E;
}
.AnyTagClassName
{
color: #0F916E;
}
</style>
background-color css
<style>
a { background-color: #0F916E; }
a { background-color: rgb(15,145,110); }
div.DivClassName
{
background-color: #0F916E;
}
.BgClassName
{
background-color: #0F916E;
}
</style>
border-color css
<style>
span { border-color: #0F916E; }
span { border-color: rgb(15,145,110); }
td.TdClassName
{
border-color: #0F916E;
}
.TagClassName
{
border-color: #0F916E;
}
</style>