Shades of Jade #16B56C
Tints of Jade #16B56C
RGB
CMYK
RGB Variations
Color information
#16B56C (or 0x16B56C) is known color: Jade. HEX triplet: 16, B5 and 6C. RGB value is (22,181,108). Sum of RGB (Red+Green+Blue) = 22+181+108=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #16B56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B56C is #E94A93. Grayscale: #7D7D7D. Windows color (decimal): -15288980 or 7124246. OLE color: 7124246.
HSL color Cylindrical-coordinate representation of color #16B56C: hue angle of 152.45º 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 #16B56C is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 181 | 108 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.29 |
| HSL | 152.45º | 0.78% | 0.4% | - |
| HSV(B) | 152.45º | 0.88% | 0.71% | - |
| XYZ | 19.56 | 34.3 | 19.78 | - |
| YUV | 125.14 | 118.32 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 181 | 108 | 0.88 | 0 | 0.40 | 0.29 | 152.45 | 0.78 | 0.4 |
| Hex | 16 | B5 | 6C | 58 | 0 | 28 | 1D | 98 | 4E | 28 |
| Octal | 26 | 265 | 154 | 130 | 0 | 50 | 35 | 230 | 116 | 50 |
| Binary | 10110 | 10110101 | 1101100 | 1011000 | 0 | 101000 | 11101 | 10011000 | 1001110 | 101000 |
Color Harmonies of #16B56C
Complementary color
Monochromatic Colors of #16B56C
Black with #16B56C
Text Example
Text Example
White with #16B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B56C; }
p { color: rgb(22,181,108); }
H1.HeaderClassName
{
color: #16B56C;
}
.AnyTagClassName
{
color: #16B56C;
}
</style>
background-color css
<style>
a { background-color: #16B56C; }
a { background-color: rgb(22,181,108); }
div.DivClassName
{
background-color: #16B56C;
}
.BgClassName
{
background-color: #16B56C;
}
</style>
border-color css
<style>
span { border-color: #16B56C; }
span { border-color: rgb(22,181,108); }
td.TdClassName
{
border-color: #16B56C;
}
.TagClassName
{
border-color: #16B56C;
}
</style>