Shades of Jade #16B866
Tints of Jade #16B866
RGB
CMYK
RGB Variations
Color information
#16B866 (or 0x16B866) is known color: Jade. HEX triplet: 16, B8 and 66. RGB value is (22,184,102). Sum of RGB (Red+Green+Blue) = 22+184+102=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #16B866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B866 is #E94799. Grayscale: #7E7E7E. Windows color (decimal): -15288218 or 6731798. OLE color: 6731798.
HSL color Cylindrical-coordinate representation of color #16B866: hue angle of 149.63º 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 #16B866 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 184 | 102 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.28 |
| HSL | 149.63º | 0.79% | 0.4% | - |
| HSV(B) | 149.63º | 0.88% | 0.72% | - |
| XYZ | 19.87 | 35.41 | 18.36 | - |
| YUV | 126.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 102 | 0.88 | 0 | 0.45 | 0.28 | 149.63 | 0.79 | 0.4 |
| Hex | 16 | B8 | 66 | 58 | 0 | 2D | 1C | 96 | 4F | 28 |
| Octal | 26 | 270 | 146 | 130 | 0 | 55 | 34 | 226 | 117 | 50 |
| Binary | 10110 | 10111000 | 1100110 | 1011000 | 0 | 101101 | 11100 | 10010110 | 1001111 | 101000 |
Color Harmonies of #16B866
Complementary color
Monochromatic Colors of #16B866
Black with #16B866
Text Example
Text Example
White with #16B866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B866; }
p { color: rgb(22,184,102); }
H1.HeaderClassName
{
color: #16B866;
}
.AnyTagClassName
{
color: #16B866;
}
</style>
background-color css
<style>
a { background-color: #16B866; }
a { background-color: rgb(22,184,102); }
div.DivClassName
{
background-color: #16B866;
}
.BgClassName
{
background-color: #16B866;
}
</style>
border-color css
<style>
span { border-color: #16B866; }
span { border-color: rgb(22,184,102); }
td.TdClassName
{
border-color: #16B866;
}
.TagClassName
{
border-color: #16B866;
}
</style>