Shades of Jade #16C06A
Tints of Jade #16C06A
RGB
CMYK
RGB Variations
Color information
#16C06A (or 0x16C06A) is known color: Jade. HEX triplet: 16, C0 and 6A. RGB value is (22,192,106). Sum of RGB (Red+Green+Blue) = 22+192+106=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #16C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C06A is #E93F95. Grayscale: #838383. Windows color (decimal): -15286166 or 6995990. OLE color: 6995990.
HSL color Cylindrical-coordinate representation of color #16C06A: hue angle of 149.65º 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 #16C06A is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 106 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.25 |
| HSL | 149.65º | 0.79% | 0.42% | - |
| HSV(B) | 149.65º | 0.89% | 0.75% | - |
| XYZ | 21.78 | 38.91 | 20 | - |
| YUV | 131.37 | 113.68 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 106 | 0.89 | 0 | 0.45 | 0.25 | 149.65 | 0.79 | 0.42 |
| Hex | 16 | C0 | 6A | 59 | 0 | 2D | 19 | 96 | 4F | 2A |
| Octal | 26 | 300 | 152 | 131 | 0 | 55 | 31 | 226 | 117 | 52 |
| Binary | 10110 | 11000000 | 1101010 | 1011001 | 0 | 101101 | 11001 | 10010110 | 1001111 | 101010 |
Color Harmonies of #16C06A
Complementary color
Monochromatic Colors of #16C06A
Black with #16C06A
Text Example
Text Example
White with #16C06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C06A; }
p { color: rgb(22,192,106); }
H1.HeaderClassName
{
color: #16C06A;
}
.AnyTagClassName
{
color: #16C06A;
}
</style>
background-color css
<style>
a { background-color: #16C06A; }
a { background-color: rgb(22,192,106); }
div.DivClassName
{
background-color: #16C06A;
}
.BgClassName
{
background-color: #16C06A;
}
</style>
border-color css
<style>
span { border-color: #16C06A; }
span { border-color: rgb(22,192,106); }
td.TdClassName
{
border-color: #16C06A;
}
.TagClassName
{
border-color: #16C06A;
}
</style>