Shades of Elf Green #0F9363
Tints of Elf Green #0F9363
RGB
CMYK
RGB Variations
Color information
#0F9363 (or 0x0F9363) is known color: Elf Green. HEX triplet: 0F, 93 and 63. RGB value is (15,147,99). Sum of RGB (Red+Green+Blue) = 15+147+99=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9363 is #F06C9C. Grayscale: #666666. Windows color (decimal): -15756445 or 6525711. OLE color: 6525711.
HSL color Cylindrical-coordinate representation of color #0F9363: hue angle of 158.18º 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 #0F9363 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 99 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.42 |
| HSL | 158.18º | 0.81% | 0.32% | - |
| HSV(B) | 158.18º | 0.9% | 0.58% | - |
| XYZ | 12.88 | 21.87 | 15.35 | - |
| YUV | 102.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 99 | 0.90 | 0 | 0.33 | 0.42 | 158.18 | 0.81 | 0.32 |
| Hex | F | 93 | 63 | 5A | 0 | 21 | 2A | 9E | 51 | 20 |
| Octal | 17 | 223 | 143 | 132 | 0 | 41 | 52 | 236 | 121 | 40 |
| Binary | 1111 | 10010011 | 1100011 | 1011010 | 0 | 100001 | 101010 | 10011110 | 1010001 | 100000 |
Color Harmonies of #0F9363
Complementary color
Monochromatic Colors of #0F9363
Black with #0F9363
Text Example
Text Example
White with #0F9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9363; }
p { color: rgb(15,147,99); }
H1.HeaderClassName
{
color: #0F9363;
}
.AnyTagClassName
{
color: #0F9363;
}
</style>
background-color css
<style>
a { background-color: #0F9363; }
a { background-color: rgb(15,147,99); }
div.DivClassName
{
background-color: #0F9363;
}
.BgClassName
{
background-color: #0F9363;
}
</style>
border-color css
<style>
span { border-color: #0F9363; }
span { border-color: rgb(15,147,99); }
td.TdClassName
{
border-color: #0F9363;
}
.TagClassName
{
border-color: #0F9363;
}
</style>