Shades of Jade #11C064
Tints of Jade #11C064
RGB
CMYK
RGB Variations
Color information
#11C064 (or 0x11C064) is known color: Jade. HEX triplet: 11, C0 and 64. RGB value is (17,192,100). Sum of RGB (Red+Green+Blue) = 17+192+100=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #11C064 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C064 is #EE3F9B. Grayscale: #818181. Windows color (decimal): -15613852 or 6602769. OLE color: 6602769.
HSL color Cylindrical-coordinate representation of color #11C064: hue angle of 148.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C064 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 100 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.25 |
| HSL | 148.46º | 0.84% | 0.41% | - |
| HSV(B) | 148.46º | 0.91% | 0.75% | - |
| XYZ | 21.38 | 38.74 | 18.41 | - |
| YUV | 129.19 | 111.52 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 100 | 0.91 | 0 | 0.48 | 0.25 | 148.46 | 0.84 | 0.41 |
| Hex | 11 | C0 | 64 | 5B | 0 | 30 | 19 | 94 | 54 | 29 |
| Octal | 21 | 300 | 144 | 133 | 0 | 60 | 31 | 224 | 124 | 51 |
| Binary | 10001 | 11000000 | 1100100 | 1011011 | 0 | 110000 | 11001 | 10010100 | 1010100 | 101001 |
Color Harmonies of #11C064
Complementary color
Monochromatic Colors of #11C064
Black with #11C064
Text Example
Text Example
White with #11C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C064; }
p { color: rgb(17,192,100); }
H1.HeaderClassName
{
color: #11C064;
}
.AnyTagClassName
{
color: #11C064;
}
</style>
background-color css
<style>
a { background-color: #11C064; }
a { background-color: rgb(17,192,100); }
div.DivClassName
{
background-color: #11C064;
}
.BgClassName
{
background-color: #11C064;
}
</style>
border-color css
<style>
span { border-color: #11C064; }
span { border-color: rgb(17,192,100); }
td.TdClassName
{
border-color: #11C064;
}
.TagClassName
{
border-color: #11C064;
}
</style>