Shades of Elf Green #0F956C
Tints of Elf Green #0F956C
RGB
CMYK
RGB Variations
Color information
#0F956C (or 0x0F956C) is known color: Elf Green. HEX triplet: 0F, 95 and 6C. RGB value is (15,149,108). Sum of RGB (Red+Green+Blue) = 15+149+108=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #0F956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F956C is #F06A93. Grayscale: #686868. Windows color (decimal): -15755924 or 7116047. OLE color: 7116047.
HSL color Cylindrical-coordinate representation of color #0F956C: hue angle of 161.64º degrees, saturation: 0.82, 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 #0F956C is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 108 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.42 |
| HSL | 161.64º | 0.82% | 0.32% | - |
| HSV(B) | 161.64º | 0.9% | 0.58% | - |
| XYZ | 13.65 | 22.68 | 17.85 | - |
| YUV | 104.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 108 | 0.90 | 0 | 0.28 | 0.42 | 161.64 | 0.82 | 0.32 |
| Hex | F | 95 | 6C | 5A | 0 | 1C | 2A | A2 | 52 | 20 |
| Octal | 17 | 225 | 154 | 132 | 0 | 34 | 52 | 242 | 122 | 40 |
| Binary | 1111 | 10010101 | 1101100 | 1011010 | 0 | 11100 | 101010 | 10100010 | 1010010 | 100000 |
Color Harmonies of #0F956C
Complementary color
Monochromatic Colors of #0F956C
Black with #0F956C
Text Example
Text Example
White with #0F956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F956C; }
p { color: rgb(15,149,108); }
H1.HeaderClassName
{
color: #0F956C;
}
.AnyTagClassName
{
color: #0F956C;
}
</style>
background-color css
<style>
a { background-color: #0F956C; }
a { background-color: rgb(15,149,108); }
div.DivClassName
{
background-color: #0F956C;
}
.BgClassName
{
background-color: #0F956C;
}
</style>
border-color css
<style>
span { border-color: #0F956C; }
span { border-color: rgb(15,149,108); }
td.TdClassName
{
border-color: #0F956C;
}
.TagClassName
{
border-color: #0F956C;
}
</style>