Shades of Jade #16B460
Tints of Jade #16B460
RGB
CMYK
RGB Variations
Color information
#16B460 (or 0x16B460) is known color: Jade. HEX triplet: 16, B4 and 60. RGB value is (22,180,96). Sum of RGB (Red+Green+Blue) = 22+180+96=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #16B460 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B460 is #E94B9F. Grayscale: #7B7B7B. Windows color (decimal): -15289248 or 6337558. OLE color: 6337558.
HSL color Cylindrical-coordinate representation of color #16B460: hue angle of 148.1º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B460 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 96 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.29 |
| HSL | 148.1º | 0.78% | 0.4% | - |
| HSV(B) | 148.1º | 0.88% | 0.71% | - |
| XYZ | 18.76 | 33.66 | 16.57 | - |
| YUV | 123.18 | 112.65 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 96 | 0.88 | 0 | 0.47 | 0.29 | 148.1 | 0.78 | 0.4 |
| Hex | 16 | B4 | 60 | 58 | 0 | 2F | 1D | 94 | 4E | 28 |
| Octal | 26 | 264 | 140 | 130 | 0 | 57 | 35 | 224 | 116 | 50 |
| Binary | 10110 | 10110100 | 1100000 | 1011000 | 0 | 101111 | 11101 | 10010100 | 1001110 | 101000 |
Color Harmonies of #16B460
Complementary color
Monochromatic Colors of #16B460
Black with #16B460
Text Example
Text Example
White with #16B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B460; }
p { color: rgb(22,180,96); }
H1.HeaderClassName
{
color: #16B460;
}
.AnyTagClassName
{
color: #16B460;
}
</style>
background-color css
<style>
a { background-color: #16B460; }
a { background-color: rgb(22,180,96); }
div.DivClassName
{
background-color: #16B460;
}
.BgClassName
{
background-color: #16B460;
}
</style>
border-color css
<style>
span { border-color: #16B460; }
span { border-color: rgb(22,180,96); }
td.TdClassName
{
border-color: #16B460;
}
.TagClassName
{
border-color: #16B460;
}
</style>