Shades of Elf Green #0F9667
Tints of Elf Green #0F9667
RGB
CMYK
RGB Variations
Color information
#0F9667 (or 0x0F9667) is known color: Elf Green. HEX triplet: 0F, 96 and 67. RGB value is (15,150,103). Sum of RGB (Red+Green+Blue) = 15+150+103=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9667 is #F06998. Grayscale: #686868. Windows color (decimal): -15755673 or 6788623. OLE color: 6788623.
HSL color Cylindrical-coordinate representation of color #0F9667: hue angle of 159.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9667 is Cyan = 0.9, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 103 | - |
| CMYK | 0.9 | 0 | 0.31 | 0.41 |
| HSL | 159.11º | 0.82% | 0.32% | - |
| HSV(B) | 159.11º | 0.9% | 0.59% | - |
| XYZ | 13.55 | 22.89 | 16.54 | - |
| YUV | 104.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 103 | 0.9 | 0 | 0.31 | 0.41 | 159.11 | 0.82 | 0.32 |
| Hex | F | 96 | 67 | 5A | 0 | 1F | 29 | 9F | 52 | 20 |
| Octal | 17 | 226 | 147 | 132 | 0 | 37 | 51 | 237 | 122 | 40 |
| Binary | 1111 | 10010110 | 1100111 | 1011010 | 0 | 11111 | 101001 | 10011111 | 1010010 | 100000 |
Color Harmonies of #0F9667
Complementary color
Monochromatic Colors of #0F9667
Black with #0F9667
Text Example
Text Example
White with #0F9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9667; }
p { color: rgb(15,150,103); }
H1.HeaderClassName
{
color: #0F9667;
}
.AnyTagClassName
{
color: #0F9667;
}
</style>
background-color css
<style>
a { background-color: #0F9667; }
a { background-color: rgb(15,150,103); }
div.DivClassName
{
background-color: #0F9667;
}
.BgClassName
{
background-color: #0F9667;
}
</style>
border-color css
<style>
span { border-color: #0F9667; }
span { border-color: rgb(15,150,103); }
td.TdClassName
{
border-color: #0F9667;
}
.TagClassName
{
border-color: #0F9667;
}
</style>