Shades of Jade #16B467
Tints of Jade #16B467
RGB
CMYK
RGB Variations
Color information
#16B467 (or 0x16B467) is known color: Jade. HEX triplet: 16, B4 and 67. RGB value is (22,180,103). Sum of RGB (Red+Green+Blue) = 22+180+103=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #16B467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B467 is #E94B98. Grayscale: #7C7C7C. Windows color (decimal): -15289241 or 6796310. OLE color: 6796310.
HSL color Cylindrical-coordinate representation of color #16B467: hue angle of 150.76º 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 #16B467 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 103 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.29 |
| HSL | 150.76º | 0.78% | 0.4% | - |
| HSV(B) | 150.76º | 0.88% | 0.71% | - |
| XYZ | 19.1 | 33.79 | 18.35 | - |
| YUV | 123.98 | 116.15 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 103 | 0.88 | 0 | 0.43 | 0.29 | 150.76 | 0.78 | 0.4 |
| Hex | 16 | B4 | 67 | 58 | 0 | 2B | 1D | 97 | 4E | 28 |
| Octal | 26 | 264 | 147 | 130 | 0 | 53 | 35 | 227 | 116 | 50 |
| Binary | 10110 | 10110100 | 1100111 | 1011000 | 0 | 101011 | 11101 | 10010111 | 1001110 | 101000 |
Color Harmonies of #16B467
Complementary color
Monochromatic Colors of #16B467
Black with #16B467
Text Example
Text Example
White with #16B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B467; }
p { color: rgb(22,180,103); }
H1.HeaderClassName
{
color: #16B467;
}
.AnyTagClassName
{
color: #16B467;
}
</style>
background-color css
<style>
a { background-color: #16B467; }
a { background-color: rgb(22,180,103); }
div.DivClassName
{
background-color: #16B467;
}
.BgClassName
{
background-color: #16B467;
}
</style>
border-color css
<style>
span { border-color: #16B467; }
span { border-color: rgb(22,180,103); }
td.TdClassName
{
border-color: #16B467;
}
.TagClassName
{
border-color: #16B467;
}
</style>