Shades of Elf Green #16935A
Tints of Elf Green #16935A
RGB
CMYK
RGB Variations
Color information
#16935A (or 0x16935A) is known color: Elf Green. HEX triplet: 16, 93 and 5A. RGB value is (22,147,90). Sum of RGB (Red+Green+Blue) = 22+147+90=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #16935A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16935A is #E96CA5. Grayscale: #676767. Windows color (decimal): -15297702 or 5935894. OLE color: 5935894.
HSL color Cylindrical-coordinate representation of color #16935A: hue angle of 152.64º 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 #16935A is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 147 | 90 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.42 |
| HSL | 152.64º | 0.74% | 0.33% | - |
| HSV(B) | 152.64º | 0.85% | 0.58% | - |
| XYZ | 12.61 | 21.78 | 13.21 | - |
| YUV | 103.13 | 120.59 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 90 | 0.85 | 0 | 0.39 | 0.42 | 152.64 | 0.74 | 0.33 |
| Hex | 16 | 93 | 5A | 55 | 0 | 27 | 2A | 99 | 4A | 21 |
| Octal | 26 | 223 | 132 | 125 | 0 | 47 | 52 | 231 | 112 | 41 |
| Binary | 10110 | 10010011 | 1011010 | 1010101 | 0 | 100111 | 101010 | 10011001 | 1001010 | 100001 |
Color Harmonies of #16935A
Complementary color
Monochromatic Colors of #16935A
Black with #16935A
Text Example
Text Example
White with #16935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16935A; }
p { color: rgb(22,147,90); }
H1.HeaderClassName
{
color: #16935A;
}
.AnyTagClassName
{
color: #16935A;
}
</style>
background-color css
<style>
a { background-color: #16935A; }
a { background-color: rgb(22,147,90); }
div.DivClassName
{
background-color: #16935A;
}
.BgClassName
{
background-color: #16935A;
}
</style>
border-color css
<style>
span { border-color: #16935A; }
span { border-color: rgb(22,147,90); }
td.TdClassName
{
border-color: #16935A;
}
.TagClassName
{
border-color: #16935A;
}
</style>