Shades of Elf Green #169160
Tints of Elf Green #169160
RGB
CMYK
RGB Variations
Color information
#169160 (or 0x169160) is known color: Elf Green. HEX triplet: 16, 91 and 60. RGB value is (22,145,96). Sum of RGB (Red+Green+Blue) = 22+145+96=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #169160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169160 is #E96E9F. Grayscale: #666666. Windows color (decimal): -15298208 or 6328598. OLE color: 6328598.
HSL color Cylindrical-coordinate representation of color #169160: hue angle of 156.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169160 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 96 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.43 |
| HSL | 156.1º | 0.74% | 0.33% | - |
| HSV(B) | 156.1º | 0.85% | 0.57% | - |
| XYZ | 12.57 | 21.27 | 14.51 | - |
| YUV | 102.64 | 124.25 | 70.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 96 | 0.85 | 0 | 0.34 | 0.43 | 156.1 | 0.74 | 0.33 |
| Hex | 16 | 91 | 60 | 55 | 0 | 22 | 2B | 9C | 4A | 21 |
| Octal | 26 | 221 | 140 | 125 | 0 | 42 | 53 | 234 | 112 | 41 |
| Binary | 10110 | 10010001 | 1100000 | 1010101 | 0 | 100010 | 101011 | 10011100 | 1001010 | 100001 |
Color Harmonies of #169160
Complementary color
Monochromatic Colors of #169160
Black with #169160
Text Example
Text Example
White with #169160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169160; }
p { color: rgb(22,145,96); }
H1.HeaderClassName
{
color: #169160;
}
.AnyTagClassName
{
color: #169160;
}
</style>
background-color css
<style>
a { background-color: #169160; }
a { background-color: rgb(22,145,96); }
div.DivClassName
{
background-color: #169160;
}
.BgClassName
{
background-color: #169160;
}
</style>
border-color css
<style>
span { border-color: #169160; }
span { border-color: rgb(22,145,96); }
td.TdClassName
{
border-color: #169160;
}
.TagClassName
{
border-color: #169160;
}
</style>