Shades of Elf Green #10956D
Tints of Elf Green #10956D
RGB
CMYK
RGB Variations
Color information
#10956D (or 0x10956D) is known color: Elf Green. HEX triplet: 10, 95 and 6D. RGB value is (16,149,109). Sum of RGB (Red+Green+Blue) = 16+149+109=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #10956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10956D is #EF6A92. Grayscale: #686868. Windows color (decimal): -15690387 or 7181584. OLE color: 7181584.
HSL color Cylindrical-coordinate representation of color #10956D: hue angle of 161.95º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10956D is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 109 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.42 |
| HSL | 161.95º | 0.81% | 0.32% | - |
| HSV(B) | 161.95º | 0.89% | 0.58% | - |
| XYZ | 13.72 | 22.71 | 18.13 | - |
| YUV | 104.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 109 | 0.89 | 0 | 0.27 | 0.42 | 161.95 | 0.81 | 0.32 |
| Hex | 10 | 95 | 6D | 59 | 0 | 1B | 2A | A2 | 51 | 20 |
| Octal | 20 | 225 | 155 | 131 | 0 | 33 | 52 | 242 | 121 | 40 |
| Binary | 10000 | 10010101 | 1101101 | 1011001 | 0 | 11011 | 101010 | 10100010 | 1010001 | 100000 |
Color Harmonies of #10956D
Complementary color
Monochromatic Colors of #10956D
Black with #10956D
Text Example
Text Example
White with #10956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10956D; }
p { color: rgb(16,149,109); }
H1.HeaderClassName
{
color: #10956D;
}
.AnyTagClassName
{
color: #10956D;
}
</style>
background-color css
<style>
a { background-color: #10956D; }
a { background-color: rgb(16,149,109); }
div.DivClassName
{
background-color: #10956D;
}
.BgClassName
{
background-color: #10956D;
}
</style>
border-color css
<style>
span { border-color: #10956D; }
span { border-color: rgb(16,149,109); }
td.TdClassName
{
border-color: #10956D;
}
.TagClassName
{
border-color: #10956D;
}
</style>