Shades of Jade #11C16D
Tints of Jade #11C16D
RGB
CMYK
RGB Variations
Color information
#11C16D (or 0x11C16D) is known color: Jade. HEX triplet: 11, C1 and 6D. RGB value is (17,193,109). Sum of RGB (Red+Green+Blue) = 17+193+109=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #11C16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C16D is #EE3E92. Grayscale: #828282. Windows color (decimal): -15613587 or 7192849. OLE color: 7192849.
HSL color Cylindrical-coordinate representation of color #11C16D: hue angle of 151.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C16D is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 109 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.24 |
| HSL | 151.36º | 0.84% | 0.41% | - |
| HSV(B) | 151.36º | 0.91% | 0.76% | - |
| XYZ | 22.06 | 39.36 | 20.9 | - |
| YUV | 130.8 | 115.69 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 109 | 0.91 | 0 | 0.44 | 0.24 | 151.36 | 0.84 | 0.41 |
| Hex | 11 | C1 | 6D | 5B | 0 | 2C | 18 | 97 | 54 | 29 |
| Octal | 21 | 301 | 155 | 133 | 0 | 54 | 30 | 227 | 124 | 51 |
| Binary | 10001 | 11000001 | 1101101 | 1011011 | 0 | 101100 | 11000 | 10010111 | 1010100 | 101001 |
Color Harmonies of #11C16D
Complementary color
Monochromatic Colors of #11C16D
Black with #11C16D
Text Example
Text Example
White with #11C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C16D; }
p { color: rgb(17,193,109); }
H1.HeaderClassName
{
color: #11C16D;
}
.AnyTagClassName
{
color: #11C16D;
}
</style>
background-color css
<style>
a { background-color: #11C16D; }
a { background-color: rgb(17,193,109); }
div.DivClassName
{
background-color: #11C16D;
}
.BgClassName
{
background-color: #11C16D;
}
</style>
border-color css
<style>
span { border-color: #11C16D; }
span { border-color: rgb(17,193,109); }
td.TdClassName
{
border-color: #11C16D;
}
.TagClassName
{
border-color: #11C16D;
}
</style>