Shades of Elf Green #16946C
Tints of Elf Green #16946C
RGB
CMYK
RGB Variations
Color information
#16946C (or 0x16946C) is known color: Elf Green. HEX triplet: 16, 94 and 6C. RGB value is (22,148,108). Sum of RGB (Red+Green+Blue) = 22+148+108=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #16946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16946C is #E96B93. Grayscale: #696969. Windows color (decimal): -15297428 or 7115798. OLE color: 7115798.
HSL color Cylindrical-coordinate representation of color #16946C: hue angle of 160.95º 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 #16946C is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 148 | 108 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.42 |
| HSL | 160.95º | 0.74% | 0.33% | - |
| HSV(B) | 160.95º | 0.85% | 0.58% | - |
| XYZ | 13.63 | 22.43 | 17.8 | - |
| YUV | 105.77 | 129.26 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 148 | 108 | 0.85 | 0 | 0.27 | 0.42 | 160.95 | 0.74 | 0.33 |
| Hex | 16 | 94 | 6C | 55 | 0 | 1B | 2A | A1 | 4A | 21 |
| Octal | 26 | 224 | 154 | 125 | 0 | 33 | 52 | 241 | 112 | 41 |
| Binary | 10110 | 10010100 | 1101100 | 1010101 | 0 | 11011 | 101010 | 10100001 | 1001010 | 100001 |
Color Harmonies of #16946C
Complementary color
Monochromatic Colors of #16946C
Black with #16946C
Text Example
Text Example
White with #16946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16946C; }
p { color: rgb(22,148,108); }
H1.HeaderClassName
{
color: #16946C;
}
.AnyTagClassName
{
color: #16946C;
}
</style>
background-color css
<style>
a { background-color: #16946C; }
a { background-color: rgb(22,148,108); }
div.DivClassName
{
background-color: #16946C;
}
.BgClassName
{
background-color: #16946C;
}
</style>
border-color css
<style>
span { border-color: #16946C; }
span { border-color: rgb(22,148,108); }
td.TdClassName
{
border-color: #16946C;
}
.TagClassName
{
border-color: #16946C;
}
</style>