Shades of Jade #16AA6A
Tints of Jade #16AA6A
RGB
CMYK
RGB Variations
Color information
#16AA6A (or 0x16AA6A) is known color: Jade. HEX triplet: 16, AA and 6A. RGB value is (22,170,106). Sum of RGB (Red+Green+Blue) = 22+170+106=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AA6A is #E95595. Grayscale: #767676. Windows color (decimal): -15291798 or 6990358. OLE color: 6990358.
HSL color Cylindrical-coordinate representation of color #16AA6A: hue angle of 154.05º 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 #16AA6A is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 170 | 106 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.33 |
| HSL | 154.05º | 0.77% | 0.38% | - |
| HSV(B) | 154.05º | 0.87% | 0.67% | - |
| XYZ | 17.31 | 29.96 | 18.51 | - |
| YUV | 118.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 106 | 0.87 | 0 | 0.38 | 0.33 | 154.05 | 0.77 | 0.38 |
| Hex | 16 | AA | 6A | 57 | 0 | 26 | 21 | 9A | 4D | 26 |
| Octal | 26 | 252 | 152 | 127 | 0 | 46 | 41 | 232 | 115 | 46 |
| Binary | 10110 | 10101010 | 1101010 | 1010111 | 0 | 100110 | 100001 | 10011010 | 1001101 | 100110 |
Color Harmonies of #16AA6A
Complementary color
Monochromatic Colors of #16AA6A
Black with #16AA6A
Text Example
Text Example
White with #16AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AA6A; }
p { color: rgb(22,170,106); }
H1.HeaderClassName
{
color: #16AA6A;
}
.AnyTagClassName
{
color: #16AA6A;
}
</style>
background-color css
<style>
a { background-color: #16AA6A; }
a { background-color: rgb(22,170,106); }
div.DivClassName
{
background-color: #16AA6A;
}
.BgClassName
{
background-color: #16AA6A;
}
</style>
border-color css
<style>
span { border-color: #16AA6A; }
span { border-color: rgb(22,170,106); }
td.TdClassName
{
border-color: #16AA6A;
}
.TagClassName
{
border-color: #16AA6A;
}
</style>