Shades of Jade #16AD63
Tints of Jade #16AD63
RGB
CMYK
RGB Variations
Color information
#16AD63 (or 0x16AD63) is known color: Jade. HEX triplet: 16, AD and 63. RGB value is (22,173,99). Sum of RGB (Red+Green+Blue) = 22+173+99=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #16AD63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AD63 is #E9529C. Grayscale: #777777. Windows color (decimal): -15291037 or 6532374. OLE color: 6532374.
HSL color Cylindrical-coordinate representation of color #16AD63: hue angle of 150.6º 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 #16AD63 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 173 | 99 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.32 |
| HSL | 150.6º | 0.77% | 0.38% | - |
| HSV(B) | 150.6º | 0.87% | 0.68% | - |
| XYZ | 17.53 | 30.96 | 16.86 | - |
| YUV | 119.42 | 116.47 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 99 | 0.87 | 0 | 0.43 | 0.32 | 150.6 | 0.77 | 0.38 |
| Hex | 16 | AD | 63 | 57 | 0 | 2B | 20 | 97 | 4D | 26 |
| Octal | 26 | 255 | 143 | 127 | 0 | 53 | 40 | 227 | 115 | 46 |
| Binary | 10110 | 10101101 | 1100011 | 1010111 | 0 | 101011 | 100000 | 10010111 | 1001101 | 100110 |
Color Harmonies of #16AD63
Complementary color
Monochromatic Colors of #16AD63
Black with #16AD63
Text Example
Text Example
White with #16AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AD63; }
p { color: rgb(22,173,99); }
H1.HeaderClassName
{
color: #16AD63;
}
.AnyTagClassName
{
color: #16AD63;
}
</style>
background-color css
<style>
a { background-color: #16AD63; }
a { background-color: rgb(22,173,99); }
div.DivClassName
{
background-color: #16AD63;
}
.BgClassName
{
background-color: #16AD63;
}
</style>
border-color css
<style>
span { border-color: #16AD63; }
span { border-color: rgb(22,173,99); }
td.TdClassName
{
border-color: #16AD63;
}
.TagClassName
{
border-color: #16AD63;
}
</style>