Shades of Jade #16AC6D
Tints of Jade #16AC6D
RGB
CMYK
RGB Variations
Color information
#16AC6D (or 0x16AC6D) is known color: Jade. HEX triplet: 16, AC and 6D. RGB value is (22,172,109). Sum of RGB (Red+Green+Blue) = 22+172+109=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AC6D is #E95392. Grayscale: #787878. Windows color (decimal): -15291283 or 7187478. OLE color: 7187478.
HSL color Cylindrical-coordinate representation of color #16AC6D: hue angle of 154.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AC6D is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 172 | 109 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.33 |
| HSL | 154.8º | 0.77% | 0.38% | - |
| HSV(B) | 154.8º | 0.87% | 0.67% | - |
| XYZ | 17.84 | 30.78 | 19.47 | - |
| YUV | 119.97 | 121.81 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 109 | 0.87 | 0 | 0.37 | 0.33 | 154.8 | 0.77 | 0.38 |
| Hex | 16 | AC | 6D | 57 | 0 | 25 | 21 | 9B | 4D | 26 |
| Octal | 26 | 254 | 155 | 127 | 0 | 45 | 41 | 233 | 115 | 46 |
| Binary | 10110 | 10101100 | 1101101 | 1010111 | 0 | 100101 | 100001 | 10011011 | 1001101 | 100110 |
Color Harmonies of #16AC6D
Complementary color
Monochromatic Colors of #16AC6D
Black with #16AC6D
Text Example
Text Example
White with #16AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AC6D; }
p { color: rgb(22,172,109); }
H1.HeaderClassName
{
color: #16AC6D;
}
.AnyTagClassName
{
color: #16AC6D;
}
</style>
background-color css
<style>
a { background-color: #16AC6D; }
a { background-color: rgb(22,172,109); }
div.DivClassName
{
background-color: #16AC6D;
}
.BgClassName
{
background-color: #16AC6D;
}
</style>
border-color css
<style>
span { border-color: #16AC6D; }
span { border-color: rgb(22,172,109); }
td.TdClassName
{
border-color: #16AC6D;
}
.TagClassName
{
border-color: #16AC6D;
}
</style>