Shades of Elf Green #169165
Tints of Elf Green #169165
RGB
CMYK
RGB Variations
Color information
#169165 (or 0x169165) is known color: Elf Green. HEX triplet: 16, 91 and 65. RGB value is (22,145,101). Sum of RGB (Red+Green+Blue) = 22+145+101=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #169165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169165 is #E96E9A. Grayscale: #676767. Windows color (decimal): -15298203 or 6656278. OLE color: 6656278.
HSL color Cylindrical-coordinate representation of color #169165: hue angle of 158.54º 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 #169165 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 101 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.43 |
| HSL | 158.54º | 0.74% | 0.33% | - |
| HSV(B) | 158.54º | 0.85% | 0.57% | - |
| XYZ | 12.81 | 21.36 | 15.76 | - |
| YUV | 103.21 | 126.75 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 101 | 0.85 | 0 | 0.30 | 0.43 | 158.54 | 0.74 | 0.33 |
| Hex | 16 | 91 | 65 | 55 | 0 | 1E | 2B | 9F | 4A | 21 |
| Octal | 26 | 221 | 145 | 125 | 0 | 36 | 53 | 237 | 112 | 41 |
| Binary | 10110 | 10010001 | 1100101 | 1010101 | 0 | 11110 | 101011 | 10011111 | 1001010 | 100001 |
Color Harmonies of #169165
Complementary color
Monochromatic Colors of #169165
Black with #169165
Text Example
Text Example
White with #169165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169165; }
p { color: rgb(22,145,101); }
H1.HeaderClassName
{
color: #169165;
}
.AnyTagClassName
{
color: #169165;
}
</style>
background-color css
<style>
a { background-color: #169165; }
a { background-color: rgb(22,145,101); }
div.DivClassName
{
background-color: #169165;
}
.BgClassName
{
background-color: #169165;
}
</style>
border-color css
<style>
span { border-color: #169165; }
span { border-color: rgb(22,145,101); }
td.TdClassName
{
border-color: #169165;
}
.TagClassName
{
border-color: #169165;
}
</style>