Shades of Jade #16AD6C
Tints of Jade #16AD6C
RGB
CMYK
RGB Variations
Color information
#16AD6C (or 0x16AD6C) is known color: Jade. HEX triplet: 16, AD and 6C. RGB value is (22,173,108). Sum of RGB (Red+Green+Blue) = 22+173+108=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #16AD6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AD6C is #E95293. Grayscale: #787878. Windows color (decimal): -15291028 or 7122198. OLE color: 7122198.
HSL color Cylindrical-coordinate representation of color #16AD6C: hue angle of 154.17º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AD6C is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 173 | 108 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.32 |
| HSL | 154.17º | 0.77% | 0.38% | - |
| HSV(B) | 154.17º | 0.87% | 0.68% | - |
| XYZ | 17.98 | 31.14 | 19.25 | - |
| YUV | 120.44 | 120.97 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 108 | 0.87 | 0 | 0.38 | 0.32 | 154.17 | 0.77 | 0.38 |
| Hex | 16 | AD | 6C | 57 | 0 | 26 | 20 | 9A | 4D | 26 |
| Octal | 26 | 255 | 154 | 127 | 0 | 46 | 40 | 232 | 115 | 46 |
| Binary | 10110 | 10101101 | 1101100 | 1010111 | 0 | 100110 | 100000 | 10011010 | 1001101 | 100110 |
Color Harmonies of #16AD6C
Complementary color
Monochromatic Colors of #16AD6C
Black with #16AD6C
Text Example
Text Example
White with #16AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AD6C; }
p { color: rgb(22,173,108); }
H1.HeaderClassName
{
color: #16AD6C;
}
.AnyTagClassName
{
color: #16AD6C;
}
</style>
background-color css
<style>
a { background-color: #16AD6C; }
a { background-color: rgb(22,173,108); }
div.DivClassName
{
background-color: #16AD6C;
}
.BgClassName
{
background-color: #16AD6C;
}
</style>
border-color css
<style>
span { border-color: #16AD6C; }
span { border-color: rgb(22,173,108); }
td.TdClassName
{
border-color: #16AD6C;
}
.TagClassName
{
border-color: #16AD6C;
}
</style>