Shades of Elf Green #10916D
Tints of Elf Green #10916D
RGB
CMYK
RGB Variations
Color information
#10916D (or 0x10916D) is known color: Elf Green. HEX triplet: 10, 91 and 6D. RGB value is (16,145,109). Sum of RGB (Red+Green+Blue) = 16+145+109=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #10916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10916D is #EF6E92. Grayscale: #666666. Windows color (decimal): -15691411 or 7180560. OLE color: 7180560.
HSL color Cylindrical-coordinate representation of color #10916D: hue angle of 163.26º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10916D is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 109 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.43 |
| HSL | 163.26º | 0.8% | 0.32% | - |
| HSV(B) | 163.26º | 0.89% | 0.57% | - |
| XYZ | 13.1 | 21.47 | 17.92 | - |
| YUV | 102.33 | 131.76 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 109 | 0.89 | 0 | 0.25 | 0.43 | 163.26 | 0.8 | 0.32 |
| Hex | 10 | 91 | 6D | 59 | 0 | 19 | 2B | A3 | 50 | 20 |
| Octal | 20 | 221 | 155 | 131 | 0 | 31 | 53 | 243 | 120 | 40 |
| Binary | 10000 | 10010001 | 1101101 | 1011001 | 0 | 11001 | 101011 | 10100011 | 1010000 | 100000 |
Color Harmonies of #10916D
Complementary color
Monochromatic Colors of #10916D
Black with #10916D
Text Example
Text Example
White with #10916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10916D; }
p { color: rgb(16,145,109); }
H1.HeaderClassName
{
color: #10916D;
}
.AnyTagClassName
{
color: #10916D;
}
</style>
background-color css
<style>
a { background-color: #10916D; }
a { background-color: rgb(16,145,109); }
div.DivClassName
{
background-color: #10916D;
}
.BgClassName
{
background-color: #10916D;
}
</style>
border-color css
<style>
span { border-color: #10916D; }
span { border-color: rgb(16,145,109); }
td.TdClassName
{
border-color: #10916D;
}
.TagClassName
{
border-color: #10916D;
}
</style>