Shades of Elf Green #169172
Tints of Elf Green #169172
RGB
CMYK
RGB Variations
Color information
#169172 (or 0x169172) is known color: Elf Green. HEX triplet: 16, 91 and 72. RGB value is (22,145,114). Sum of RGB (Red+Green+Blue) = 22+145+114=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #169172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169172 is #E96E8D. Grayscale: #686868. Windows color (decimal): -15298190 or 7508246. OLE color: 7508246.
HSL color Cylindrical-coordinate representation of color #169172: hue angle of 164.88º 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 #169172 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 114 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.43 |
| HSL | 164.88º | 0.74% | 0.33% | - |
| HSV(B) | 164.88º | 0.85% | 0.57% | - |
| XYZ | 13.49 | 21.64 | 19.38 | - |
| YUV | 104.69 | 133.25 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 114 | 0.85 | 0 | 0.21 | 0.43 | 164.88 | 0.74 | 0.33 |
| Hex | 16 | 91 | 72 | 55 | 0 | 15 | 2B | A5 | 4A | 21 |
| Octal | 26 | 221 | 162 | 125 | 0 | 25 | 53 | 245 | 112 | 41 |
| Binary | 10110 | 10010001 | 1110010 | 1010101 | 0 | 10101 | 101011 | 10100101 | 1001010 | 100001 |
Color Harmonies of #169172
Complementary color
Monochromatic Colors of #169172
Black with #169172
Text Example
Text Example
White with #169172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169172; }
p { color: rgb(22,145,114); }
H1.HeaderClassName
{
color: #169172;
}
.AnyTagClassName
{
color: #169172;
}
</style>
background-color css
<style>
a { background-color: #169172; }
a { background-color: rgb(22,145,114); }
div.DivClassName
{
background-color: #169172;
}
.BgClassName
{
background-color: #169172;
}
</style>
border-color css
<style>
span { border-color: #169172; }
span { border-color: rgb(22,145,114); }
td.TdClassName
{
border-color: #169172;
}
.TagClassName
{
border-color: #169172;
}
</style>