Shades of Elf Green #16915C
Tints of Elf Green #16915C
RGB
CMYK
RGB Variations
Color information
#16915C (or 0x16915C) is known color: Elf Green. HEX triplet: 16, 91 and 5C. RGB value is (22,145,92). Sum of RGB (Red+Green+Blue) = 22+145+92=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #16915C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16915C is #E96EA3. Grayscale: #666666. Windows color (decimal): -15298212 or 6066454. OLE color: 6066454.
HSL color Cylindrical-coordinate representation of color #16915C: hue angle of 154.15º 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 #16915C is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 145 | 92 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.43 |
| HSL | 154.15º | 0.74% | 0.33% | - |
| HSV(B) | 154.15º | 0.85% | 0.57% | - |
| XYZ | 12.39 | 21.19 | 13.56 | - |
| YUV | 102.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 145 | 92 | 0.85 | 0 | 0.37 | 0.43 | 154.15 | 0.74 | 0.33 |
| Hex | 16 | 91 | 5C | 55 | 0 | 25 | 2B | 9A | 4A | 21 |
| Octal | 26 | 221 | 134 | 125 | 0 | 45 | 53 | 232 | 112 | 41 |
| Binary | 10110 | 10010001 | 1011100 | 1010101 | 0 | 100101 | 101011 | 10011010 | 1001010 | 100001 |
Color Harmonies of #16915C
Complementary color
Monochromatic Colors of #16915C
Black with #16915C
Text Example
Text Example
White with #16915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16915C; }
p { color: rgb(22,145,92); }
H1.HeaderClassName
{
color: #16915C;
}
.AnyTagClassName
{
color: #16915C;
}
</style>
background-color css
<style>
a { background-color: #16915C; }
a { background-color: rgb(22,145,92); }
div.DivClassName
{
background-color: #16915C;
}
.BgClassName
{
background-color: #16915C;
}
</style>
border-color css
<style>
span { border-color: #16915C; }
span { border-color: rgb(22,145,92); }
td.TdClassName
{
border-color: #16915C;
}
.TagClassName
{
border-color: #16915C;
}
</style>