Shades of Jade #16B263
Tints of Jade #16B263
RGB
CMYK
RGB Variations
Color information
#16B263 (or 0x16B263) is known color: Jade. HEX triplet: 16, B2 and 63. RGB value is (22,178,99). Sum of RGB (Red+Green+Blue) = 22+178+99=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #16B263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B263 is #E94D9C. Grayscale: #7A7A7A. Windows color (decimal): -15289757 or 6533654. OLE color: 6533654.
HSL color Cylindrical-coordinate representation of color #16B263: hue angle of 149.62º 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 #16B263 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 178 | 99 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.30 |
| HSL | 149.62º | 0.78% | 0.39% | - |
| HSV(B) | 149.62º | 0.88% | 0.7% | - |
| XYZ | 18.5 | 32.91 | 17.18 | - |
| YUV | 122.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 99 | 0.88 | 0 | 0.44 | 0.30 | 149.62 | 0.78 | 0.39 |
| Hex | 16 | B2 | 63 | 58 | 0 | 2C | 1E | 96 | 4E | 27 |
| Octal | 26 | 262 | 143 | 130 | 0 | 54 | 36 | 226 | 116 | 47 |
| Binary | 10110 | 10110010 | 1100011 | 1011000 | 0 | 101100 | 11110 | 10010110 | 1001110 | 100111 |
Color Harmonies of #16B263
Complementary color
Monochromatic Colors of #16B263
Black with #16B263
Text Example
Text Example
White with #16B263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B263; }
p { color: rgb(22,178,99); }
H1.HeaderClassName
{
color: #16B263;
}
.AnyTagClassName
{
color: #16B263;
}
</style>
background-color css
<style>
a { background-color: #16B263; }
a { background-color: rgb(22,178,99); }
div.DivClassName
{
background-color: #16B263;
}
.BgClassName
{
background-color: #16B263;
}
</style>
border-color css
<style>
span { border-color: #16B263; }
span { border-color: rgb(22,178,99); }
td.TdClassName
{
border-color: #16B263;
}
.TagClassName
{
border-color: #16B263;
}
</style>