Shades of Elf Green #16977C
Tints of Elf Green #16977C
RGB
CMYK
RGB Variations
Color information
#16977C (or 0x16977C) is known color: Elf Green. HEX triplet: 16, 97 and 7C. RGB value is (22,151,124). Sum of RGB (Red+Green+Blue) = 22+151+124=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #16977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16977C is #E96883. Grayscale: #6D6D6D. Windows color (decimal): -15296644 or 8165142. OLE color: 8165142.
HSL color Cylindrical-coordinate representation of color #16977C: hue angle of 167.44º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16977C is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 151 | 124 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.41 |
| HSL | 167.44º | 0.75% | 0.34% | - |
| HSV(B) | 167.44º | 0.85% | 0.59% | - |
| XYZ | 15.04 | 23.76 | 22.86 | - |
| YUV | 109.35 | 136.26 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 151 | 124 | 0.85 | 0 | 0.18 | 0.41 | 167.44 | 0.75 | 0.34 |
| Hex | 16 | 97 | 7C | 55 | 0 | 12 | 29 | A7 | 4B | 22 |
| Octal | 26 | 227 | 174 | 125 | 0 | 22 | 51 | 247 | 113 | 42 |
| Binary | 10110 | 10010111 | 1111100 | 1010101 | 0 | 10010 | 101001 | 10100111 | 1001011 | 100010 |
Color Harmonies of #16977C
Complementary color
Monochromatic Colors of #16977C
Black with #16977C
Text Example
Text Example
White with #16977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16977C; }
p { color: rgb(22,151,124); }
H1.HeaderClassName
{
color: #16977C;
}
.AnyTagClassName
{
color: #16977C;
}
</style>
background-color css
<style>
a { background-color: #16977C; }
a { background-color: rgb(22,151,124); }
div.DivClassName
{
background-color: #16977C;
}
.BgClassName
{
background-color: #16977C;
}
</style>
border-color css
<style>
span { border-color: #16977C; }
span { border-color: rgb(22,151,124); }
td.TdClassName
{
border-color: #16977C;
}
.TagClassName
{
border-color: #16977C;
}
</style>