Shades of Elf Green #16917D
Tints of Elf Green #16917D
RGB
CMYK
RGB Variations
Color information
#16917D (or 0x16917D) is known color: Elf Green. HEX triplet: 16, 91 and 7D. RGB value is (22,145,125). Sum of RGB (Red+Green+Blue) = 22+145+125=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #16917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16917D is #E96E82. Grayscale: #696969. Windows color (decimal): -15298179 or 8229142. OLE color: 8229142.
HSL color Cylindrical-coordinate representation of color #16917D: hue angle of 170.24º 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 #16917D is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 125 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.43 |
| HSL | 170.24º | 0.74% | 0.33% | - |
| HSV(B) | 170.24º | 0.85% | 0.57% | - |
| XYZ | 14.16 | 21.9 | 22.88 | - |
| YUV | 105.94 | 138.75 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 125 | 0.85 | 0 | 0.14 | 0.43 | 170.24 | 0.74 | 0.33 |
| Hex | 16 | 91 | 7D | 55 | 0 | E | 2B | AA | 4A | 21 |
| Octal | 26 | 221 | 175 | 125 | 0 | 16 | 53 | 252 | 112 | 41 |
| Binary | 10110 | 10010001 | 1111101 | 1010101 | 0 | 1110 | 101011 | 10101010 | 1001010 | 100001 |
Color Harmonies of #16917D
Complementary color
Monochromatic Colors of #16917D
Black with #16917D
Text Example
Text Example
White with #16917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16917D; }
p { color: rgb(22,145,125); }
H1.HeaderClassName
{
color: #16917D;
}
.AnyTagClassName
{
color: #16917D;
}
</style>
background-color css
<style>
a { background-color: #16917D; }
a { background-color: rgb(22,145,125); }
div.DivClassName
{
background-color: #16917D;
}
.BgClassName
{
background-color: #16917D;
}
</style>
border-color css
<style>
span { border-color: #16917D; }
span { border-color: rgb(22,145,125); }
td.TdClassName
{
border-color: #16917D;
}
.TagClassName
{
border-color: #16917D;
}
</style>