Shades of Elf Green #0F916A
Tints of Elf Green #0F916A
RGB
CMYK
RGB Variations
Color information
#0F916A (or 0x0F916A) is known color: Elf Green. HEX triplet: 0F, 91 and 6A. RGB value is (15,145,106). Sum of RGB (Red+Green+Blue) = 15+145+106=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #0F916A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F916A is #F06E95. Grayscale: #656565. Windows color (decimal): -15756950 or 6983951. OLE color: 6983951.
HSL color Cylindrical-coordinate representation of color #0F916A: hue angle of 162º 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 #0F916A is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 106 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.43 |
| HSL | 162º | 0.81% | 0.31% | - |
| HSV(B) | 162º | 0.9% | 0.57% | - |
| XYZ | 12.92 | 21.39 | 17.08 | - |
| YUV | 101.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 106 | 0.90 | 0 | 0.27 | 0.43 | 162 | 0.81 | 0.31 |
| Hex | F | 91 | 6A | 5A | 0 | 1B | 2B | A2 | 51 | 1F |
| Octal | 17 | 221 | 152 | 132 | 0 | 33 | 53 | 242 | 121 | 37 |
| Binary | 1111 | 10010001 | 1101010 | 1011010 | 0 | 11011 | 101011 | 10100010 | 1010001 | 11111 |
Color Harmonies of #0F916A
Complementary color
Monochromatic Colors of #0F916A
Black with #0F916A
Text Example
Text Example
White with #0F916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F916A; }
p { color: rgb(15,145,106); }
H1.HeaderClassName
{
color: #0F916A;
}
.AnyTagClassName
{
color: #0F916A;
}
</style>
background-color css
<style>
a { background-color: #0F916A; }
a { background-color: rgb(15,145,106); }
div.DivClassName
{
background-color: #0F916A;
}
.BgClassName
{
background-color: #0F916A;
}
</style>
border-color css
<style>
span { border-color: #0F916A; }
span { border-color: rgb(15,145,106); }
td.TdClassName
{
border-color: #0F916A;
}
.TagClassName
{
border-color: #0F916A;
}
</style>