Shades of Elf Green #0F9366
Tints of Elf Green #0F9366
RGB
CMYK
RGB Variations
Color information
#0F9366 (or 0x0F9366) is known color: Elf Green. HEX triplet: 0F, 93 and 66. RGB value is (15,147,102). Sum of RGB (Red+Green+Blue) = 15+147+102=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9366 is #F06C99. Grayscale: #666666. Windows color (decimal): -15756442 or 6722319. OLE color: 6722319.
HSL color Cylindrical-coordinate representation of color #0F9366: hue angle of 159.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9366 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 102 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.42 |
| HSL | 159.55º | 0.81% | 0.32% | - |
| HSV(B) | 159.55º | 0.9% | 0.58% | - |
| XYZ | 13.03 | 21.93 | 16.12 | - |
| YUV | 102.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 102 | 0.90 | 0 | 0.31 | 0.42 | 159.55 | 0.81 | 0.32 |
| Hex | F | 93 | 66 | 5A | 0 | 1F | 2A | A0 | 51 | 20 |
| Octal | 17 | 223 | 146 | 132 | 0 | 37 | 52 | 240 | 121 | 40 |
| Binary | 1111 | 10010011 | 1100110 | 1011010 | 0 | 11111 | 101010 | 10100000 | 1010001 | 100000 |
Color Harmonies of #0F9366
Complementary color
Monochromatic Colors of #0F9366
Black with #0F9366
Text Example
Text Example
White with #0F9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9366; }
p { color: rgb(15,147,102); }
H1.HeaderClassName
{
color: #0F9366;
}
.AnyTagClassName
{
color: #0F9366;
}
</style>
background-color css
<style>
a { background-color: #0F9366; }
a { background-color: rgb(15,147,102); }
div.DivClassName
{
background-color: #0F9366;
}
.BgClassName
{
background-color: #0F9366;
}
</style>
border-color css
<style>
span { border-color: #0F9366; }
span { border-color: rgb(15,147,102); }
td.TdClassName
{
border-color: #0F9366;
}
.TagClassName
{
border-color: #0F9366;
}
</style>