Shades of Elf Green #10906D
Tints of Elf Green #10906D
RGB
CMYK
RGB Variations
Color information
#10906D (or 0x10906D) is known color: Elf Green. HEX triplet: 10, 90 and 6D. RGB value is (16,144,109). Sum of RGB (Red+Green+Blue) = 16+144+109=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #10906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10906D is #EF6F92. Grayscale: #656565. Windows color (decimal): -15691667 or 7180304. OLE color: 7180304.
HSL color Cylindrical-coordinate representation of color #10906D: hue angle of 163.59º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10906D is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 144 | 109 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.44 |
| HSL | 163.59º | 0.8% | 0.31% | - |
| HSV(B) | 163.59º | 0.89% | 0.56% | - |
| XYZ | 12.95 | 21.16 | 17.87 | - |
| YUV | 101.74 | 132.09 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 109 | 0.89 | 0 | 0.24 | 0.44 | 163.59 | 0.8 | 0.31 |
| Hex | 10 | 90 | 6D | 59 | 0 | 18 | 2C | A4 | 50 | 1F |
| Octal | 20 | 220 | 155 | 131 | 0 | 30 | 54 | 244 | 120 | 37 |
| Binary | 10000 | 10010000 | 1101101 | 1011001 | 0 | 11000 | 101100 | 10100100 | 1010000 | 11111 |
Color Harmonies of #10906D
Complementary color
Monochromatic Colors of #10906D
Black with #10906D
Text Example
Text Example
White with #10906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10906D; }
p { color: rgb(16,144,109); }
H1.HeaderClassName
{
color: #10906D;
}
.AnyTagClassName
{
color: #10906D;
}
</style>
background-color css
<style>
a { background-color: #10906D; }
a { background-color: rgb(16,144,109); }
div.DivClassName
{
background-color: #10906D;
}
.BgClassName
{
background-color: #10906D;
}
</style>
border-color css
<style>
span { border-color: #10906D; }
span { border-color: rgb(16,144,109); }
td.TdClassName
{
border-color: #10906D;
}
.TagClassName
{
border-color: #10906D;
}
</style>