Shades of Jade #16B366
Tints of Jade #16B366
RGB
CMYK
RGB Variations
Color information
#16B366 (or 0x16B366) is known color: Jade. HEX triplet: 16, B3 and 66. RGB value is (22,179,102). Sum of RGB (Red+Green+Blue) = 22+179+102=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #16B366 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B366 is #E94C99. Grayscale: #7B7B7B. Windows color (decimal): -15289498 or 6730518. OLE color: 6730518.
HSL color Cylindrical-coordinate representation of color #16B366: hue angle of 150.57º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B366 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 179 | 102 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.30 |
| HSL | 150.57º | 0.78% | 0.39% | - |
| HSV(B) | 150.57º | 0.88% | 0.7% | - |
| XYZ | 18.85 | 33.37 | 18.02 | - |
| YUV | 123.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 179 | 102 | 0.88 | 0 | 0.43 | 0.30 | 150.57 | 0.78 | 0.39 |
| Hex | 16 | B3 | 66 | 58 | 0 | 2B | 1E | 97 | 4E | 27 |
| Octal | 26 | 263 | 146 | 130 | 0 | 53 | 36 | 227 | 116 | 47 |
| Binary | 10110 | 10110011 | 1100110 | 1011000 | 0 | 101011 | 11110 | 10010111 | 1001110 | 100111 |
Color Harmonies of #16B366
Complementary color
Monochromatic Colors of #16B366
Black with #16B366
Text Example
Text Example
White with #16B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B366; }
p { color: rgb(22,179,102); }
H1.HeaderClassName
{
color: #16B366;
}
.AnyTagClassName
{
color: #16B366;
}
</style>
background-color css
<style>
a { background-color: #16B366; }
a { background-color: rgb(22,179,102); }
div.DivClassName
{
background-color: #16B366;
}
.BgClassName
{
background-color: #16B366;
}
</style>
border-color css
<style>
span { border-color: #16B366; }
span { border-color: rgb(22,179,102); }
td.TdClassName
{
border-color: #16B366;
}
.TagClassName
{
border-color: #16B366;
}
</style>