Shades of Elf Green #16927A
Tints of Elf Green #16927A
RGB
CMYK
RGB Variations
Color information
#16927A (or 0x16927A) is known color: Elf Green. HEX triplet: 16, 92 and 7A. RGB value is (22,146,122). Sum of RGB (Red+Green+Blue) = 22+146+122=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #16927A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16927A is #E96D85. Grayscale: #6A6A6A. Windows color (decimal): -15297926 or 8032790. OLE color: 8032790.
HSL color Cylindrical-coordinate representation of color #16927A: hue angle of 168.39º 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 #16927A is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 122 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.43 |
| HSL | 168.39º | 0.74% | 0.33% | - |
| HSV(B) | 168.39º | 0.85% | 0.57% | - |
| XYZ | 14.12 | 22.13 | 21.94 | - |
| YUV | 106.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 122 | 0.85 | 0 | 0.16 | 0.43 | 168.39 | 0.74 | 0.33 |
| Hex | 16 | 92 | 7A | 55 | 0 | 10 | 2B | A8 | 4A | 21 |
| Octal | 26 | 222 | 172 | 125 | 0 | 20 | 53 | 250 | 112 | 41 |
| Binary | 10110 | 10010010 | 1111010 | 1010101 | 0 | 10000 | 101011 | 10101000 | 1001010 | 100001 |
Color Harmonies of #16927A
Complementary color
Monochromatic Colors of #16927A
Black with #16927A
Text Example
Text Example
White with #16927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16927A; }
p { color: rgb(22,146,122); }
H1.HeaderClassName
{
color: #16927A;
}
.AnyTagClassName
{
color: #16927A;
}
</style>
background-color css
<style>
a { background-color: #16927A; }
a { background-color: rgb(22,146,122); }
div.DivClassName
{
background-color: #16927A;
}
.BgClassName
{
background-color: #16927A;
}
</style>
border-color css
<style>
span { border-color: #16927A; }
span { border-color: rgb(22,146,122); }
td.TdClassName
{
border-color: #16927A;
}
.TagClassName
{
border-color: #16927A;
}
</style>