Shades of Jade #16C067
Tints of Jade #16C067
RGB
CMYK
RGB Variations
Color information
#16C067 (or 0x16C067) is known color: Jade. HEX triplet: 16, C0 and 67. RGB value is (22,192,103). Sum of RGB (Red+Green+Blue) = 22+192+103=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #16C067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C067 is #E93F98. Grayscale: #838383. Windows color (decimal): -15286169 or 6799382. OLE color: 6799382.
HSL color Cylindrical-coordinate representation of color #16C067: hue angle of 148.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C067 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 103 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.25 |
| HSL | 148.59º | 0.79% | 0.42% | - |
| HSV(B) | 148.59º | 0.89% | 0.75% | - |
| XYZ | 21.63 | 38.85 | 19.19 | - |
| YUV | 131.02 | 112.18 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 103 | 0.89 | 0 | 0.46 | 0.25 | 148.59 | 0.79 | 0.42 |
| Hex | 16 | C0 | 67 | 59 | 0 | 2E | 19 | 95 | 4F | 2A |
| Octal | 26 | 300 | 147 | 131 | 0 | 56 | 31 | 225 | 117 | 52 |
| Binary | 10110 | 11000000 | 1100111 | 1011001 | 0 | 101110 | 11001 | 10010101 | 1001111 | 101010 |
Color Harmonies of #16C067
Complementary color
Monochromatic Colors of #16C067
Black with #16C067
Text Example
Text Example
White with #16C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C067; }
p { color: rgb(22,192,103); }
H1.HeaderClassName
{
color: #16C067;
}
.AnyTagClassName
{
color: #16C067;
}
</style>
background-color css
<style>
a { background-color: #16C067; }
a { background-color: rgb(22,192,103); }
div.DivClassName
{
background-color: #16C067;
}
.BgClassName
{
background-color: #16C067;
}
</style>
border-color css
<style>
span { border-color: #16C067; }
span { border-color: rgb(22,192,103); }
td.TdClassName
{
border-color: #16C067;
}
.TagClassName
{
border-color: #16C067;
}
</style>