Shades of Jade #16B762
Tints of Jade #16B762
RGB
CMYK
RGB Variations
Color information
#16B762 (or 0x16B762) is known color: Jade. HEX triplet: 16, B7 and 62. RGB value is (22,183,98). Sum of RGB (Red+Green+Blue) = 22+183+98=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #16B762 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B762 is #E9489D. Grayscale: #7D7D7D. Windows color (decimal): -15288478 or 6469398. OLE color: 6469398.
HSL color Cylindrical-coordinate representation of color #16B762: hue angle of 148.32º 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 #16B762 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 98 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.28 |
| HSL | 148.32º | 0.79% | 0.4% | - |
| HSV(B) | 148.32º | 0.88% | 0.72% | - |
| XYZ | 19.47 | 34.92 | 17.27 | - |
| YUV | 125.17 | 112.66 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 98 | 0.88 | 0 | 0.46 | 0.28 | 148.32 | 0.79 | 0.4 |
| Hex | 16 | B7 | 62 | 58 | 0 | 2E | 1C | 94 | 4F | 28 |
| Octal | 26 | 267 | 142 | 130 | 0 | 56 | 34 | 224 | 117 | 50 |
| Binary | 10110 | 10110111 | 1100010 | 1011000 | 0 | 101110 | 11100 | 10010100 | 1001111 | 101000 |
Color Harmonies of #16B762
Complementary color
Monochromatic Colors of #16B762
Black with #16B762
Text Example
Text Example
White with #16B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B762; }
p { color: rgb(22,183,98); }
H1.HeaderClassName
{
color: #16B762;
}
.AnyTagClassName
{
color: #16B762;
}
</style>
background-color css
<style>
a { background-color: #16B762; }
a { background-color: rgb(22,183,98); }
div.DivClassName
{
background-color: #16B762;
}
.BgClassName
{
background-color: #16B762;
}
</style>
border-color css
<style>
span { border-color: #16B762; }
span { border-color: rgb(22,183,98); }
td.TdClassName
{
border-color: #16B762;
}
.TagClassName
{
border-color: #16B762;
}
</style>