Shades of Jade #16B76D
Tints of Jade #16B76D
RGB
CMYK
RGB Variations
Color information
#16B76D (or 0x16B76D) is known color: Jade. HEX triplet: 16, B7 and 6D. RGB value is (22,183,109). Sum of RGB (Red+Green+Blue) = 22+183+109=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #16B76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B76D is #E94892. Grayscale: #7E7E7E. Windows color (decimal): -15288467 or 7190294. OLE color: 7190294.
HSL color Cylindrical-coordinate representation of color #16B76D: hue angle of 152.42º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B76D is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 109 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.28 |
| HSL | 152.42º | 0.79% | 0.4% | - |
| HSV(B) | 152.42º | 0.88% | 0.72% | - |
| XYZ | 20.02 | 35.14 | 20.2 | - |
| YUV | 126.43 | 118.16 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 109 | 0.88 | 0 | 0.40 | 0.28 | 152.42 | 0.79 | 0.4 |
| Hex | 16 | B7 | 6D | 58 | 0 | 28 | 1C | 98 | 4F | 28 |
| Octal | 26 | 267 | 155 | 130 | 0 | 50 | 34 | 230 | 117 | 50 |
| Binary | 10110 | 10110111 | 1101101 | 1011000 | 0 | 101000 | 11100 | 10011000 | 1001111 | 101000 |
Color Harmonies of #16B76D
Complementary color
Monochromatic Colors of #16B76D
Black with #16B76D
Text Example
Text Example
White with #16B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B76D; }
p { color: rgb(22,183,109); }
H1.HeaderClassName
{
color: #16B76D;
}
.AnyTagClassName
{
color: #16B76D;
}
</style>
background-color css
<style>
a { background-color: #16B76D; }
a { background-color: rgb(22,183,109); }
div.DivClassName
{
background-color: #16B76D;
}
.BgClassName
{
background-color: #16B76D;
}
</style>
border-color css
<style>
span { border-color: #16B76D; }
span { border-color: rgb(22,183,109); }
td.TdClassName
{
border-color: #16B76D;
}
.TagClassName
{
border-color: #16B76D;
}
</style>