Shades of Elf Green #169477
Tints of Elf Green #169477
RGB
CMYK
RGB Variations
Color information
#169477 (or 0x169477) is known color: Elf Green. HEX triplet: 16, 94 and 77. RGB value is (22,148,119). Sum of RGB (Red+Green+Blue) = 22+148+119=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #169477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169477 is #E96B88. Grayscale: #6B6B6B. Windows color (decimal): -15297417 or 7836694. OLE color: 7836694.
HSL color Cylindrical-coordinate representation of color #169477: hue angle of 166.19º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169477 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 119 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.42 |
| HSL | 166.19º | 0.74% | 0.33% | - |
| HSV(B) | 166.19º | 0.85% | 0.58% | - |
| XYZ | 14.25 | 22.68 | 21.08 | - |
| YUV | 107.02 | 134.76 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 119 | 0.85 | 0 | 0.20 | 0.42 | 166.19 | 0.74 | 0.33 |
| Hex | 16 | 94 | 77 | 55 | 0 | 14 | 2A | A6 | 4A | 21 |
| Octal | 26 | 224 | 167 | 125 | 0 | 24 | 52 | 246 | 112 | 41 |
| Binary | 10110 | 10010100 | 1110111 | 1010101 | 0 | 10100 | 101010 | 10100110 | 1001010 | 100001 |
Color Harmonies of #169477
Complementary color
Monochromatic Colors of #169477
Black with #169477
Text Example
Text Example
White with #169477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169477; }
p { color: rgb(22,148,119); }
H1.HeaderClassName
{
color: #169477;
}
.AnyTagClassName
{
color: #169477;
}
</style>
background-color css
<style>
a { background-color: #169477; }
a { background-color: rgb(22,148,119); }
div.DivClassName
{
background-color: #169477;
}
.BgClassName
{
background-color: #169477;
}
</style>
border-color css
<style>
span { border-color: #169477; }
span { border-color: rgb(22,148,119); }
td.TdClassName
{
border-color: #169477;
}
.TagClassName
{
border-color: #169477;
}
</style>