Shades of Jade #16A36E
Tints of Jade #16A36E
RGB
CMYK
RGB Variations
Color information
#16A36E (or 0x16A36E) is known color: Jade. HEX triplet: 16, A3 and 6E. RGB value is (22,163,110). Sum of RGB (Red+Green+Blue) = 22+163+110=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #16A36E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A36E is #E95C91. Grayscale: #727272. Windows color (decimal): -15293586 or 7250710. OLE color: 7250710.
HSL color Cylindrical-coordinate representation of color #16A36E: hue angle of 157.45º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A36E is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 163 | 110 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.36 |
| HSL | 157.45º | 0.76% | 0.36% | - |
| HSV(B) | 157.45º | 0.87% | 0.64% | - |
| XYZ | 16.24 | 27.49 | 19.2 | - |
| YUV | 114.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 110 | 0.87 | 0 | 0.33 | 0.36 | 157.45 | 0.76 | 0.36 |
| Hex | 16 | A3 | 6E | 57 | 0 | 21 | 24 | 9D | 4C | 24 |
| Octal | 26 | 243 | 156 | 127 | 0 | 41 | 44 | 235 | 114 | 44 |
| Binary | 10110 | 10100011 | 1101110 | 1010111 | 0 | 100001 | 100100 | 10011101 | 1001100 | 100100 |
Color Harmonies of #16A36E
Complementary color
Monochromatic Colors of #16A36E
Black with #16A36E
Text Example
Text Example
White with #16A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A36E; }
p { color: rgb(22,163,110); }
H1.HeaderClassName
{
color: #16A36E;
}
.AnyTagClassName
{
color: #16A36E;
}
</style>
background-color css
<style>
a { background-color: #16A36E; }
a { background-color: rgb(22,163,110); }
div.DivClassName
{
background-color: #16A36E;
}
.BgClassName
{
background-color: #16A36E;
}
</style>
border-color css
<style>
span { border-color: #16A36E; }
span { border-color: rgb(22,163,110); }
td.TdClassName
{
border-color: #16A36E;
}
.TagClassName
{
border-color: #16A36E;
}
</style>