Shades of Jade #16BD69
Tints of Jade #16BD69
RGB
CMYK
RGB Variations
Color information
#16BD69 (or 0x16BD69) is known color: Jade. HEX triplet: 16, BD and 69. RGB value is (22,189,105). Sum of RGB (Red+Green+Blue) = 22+189+105=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BD69 is #E94296. Grayscale: #818181. Windows color (decimal): -15286935 or 6929686. OLE color: 6929686.
HSL color Cylindrical-coordinate representation of color #16BD69: hue angle of 149.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BD69 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 105 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.26 |
| HSL | 149.82º | 0.79% | 0.41% | - |
| HSV(B) | 149.82º | 0.88% | 0.74% | - |
| XYZ | 21.08 | 37.59 | 19.51 | - |
| YUV | 129.49 | 114.17 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 105 | 0.88 | 0 | 0.44 | 0.26 | 149.82 | 0.79 | 0.41 |
| Hex | 16 | BD | 69 | 58 | 0 | 2C | 1A | 96 | 4F | 29 |
| Octal | 26 | 275 | 151 | 130 | 0 | 54 | 32 | 226 | 117 | 51 |
| Binary | 10110 | 10111101 | 1101001 | 1011000 | 0 | 101100 | 11010 | 10010110 | 1001111 | 101001 |
Color Harmonies of #16BD69
Complementary color
Monochromatic Colors of #16BD69
Black with #16BD69
Text Example
Text Example
White with #16BD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD69; }
p { color: rgb(22,189,105); }
H1.HeaderClassName
{
color: #16BD69;
}
.AnyTagClassName
{
color: #16BD69;
}
</style>
background-color css
<style>
a { background-color: #16BD69; }
a { background-color: rgb(22,189,105); }
div.DivClassName
{
background-color: #16BD69;
}
.BgClassName
{
background-color: #16BD69;
}
</style>
border-color css
<style>
span { border-color: #16BD69; }
span { border-color: rgb(22,189,105); }
td.TdClassName
{
border-color: #16BD69;
}
.TagClassName
{
border-color: #16BD69;
}
</style>