Shades of Jade #16AE68
Tints of Jade #16AE68
RGB
CMYK
RGB Variations
Color information
#16AE68 (or 0x16AE68) is known color: Jade. HEX triplet: 16, AE and 68. RGB value is (22,174,104). Sum of RGB (Red+Green+Blue) = 22+174+104=300 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE68 is #E95197. Grayscale: #787878. Windows color (decimal): -15290776 or 6860310. OLE color: 6860310.
HSL color Cylindrical-coordinate representation of color #16AE68: hue angle of 152.37º degrees, saturation: 0.78, 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 #16AE68 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 174 | 104 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.32 |
| HSL | 152.37º | 0.78% | 0.38% | - |
| HSV(B) | 152.37º | 0.87% | 0.68% | - |
| XYZ | 17.97 | 31.44 | 18.22 | - |
| YUV | 120.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 104 | 0.87 | 0 | 0.40 | 0.32 | 152.37 | 0.78 | 0.38 |
| Hex | 16 | AE | 68 | 57 | 0 | 28 | 20 | 98 | 4E | 26 |
| Octal | 26 | 256 | 150 | 127 | 0 | 50 | 40 | 230 | 116 | 46 |
| Binary | 10110 | 10101110 | 1101000 | 1010111 | 0 | 101000 | 100000 | 10011000 | 1001110 | 100110 |
Color Harmonies of #16AE68
Complementary color
Monochromatic Colors of #16AE68
Black with #16AE68
Text Example
Text Example
White with #16AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AE68; }
p { color: rgb(22,174,104); }
H1.HeaderClassName
{
color: #16AE68;
}
.AnyTagClassName
{
color: #16AE68;
}
</style>
background-color css
<style>
a { background-color: #16AE68; }
a { background-color: rgb(22,174,104); }
div.DivClassName
{
background-color: #16AE68;
}
.BgClassName
{
background-color: #16AE68;
}
</style>
border-color css
<style>
span { border-color: #16AE68; }
span { border-color: rgb(22,174,104); }
td.TdClassName
{
border-color: #16AE68;
}
.TagClassName
{
border-color: #16AE68;
}
</style>