Shades of Jade #11C066
Tints of Jade #11C066
RGB
CMYK
RGB Variations
Color information
#11C066 (or 0x11C066) is known color: Jade. HEX triplet: 11, C0 and 66. RGB value is (17,192,102). Sum of RGB (Red+Green+Blue) = 17+192+102=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #11C066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C066 is #EE3F99. Grayscale: #818181. Windows color (decimal): -15613850 or 6733841. OLE color: 6733841.
HSL color Cylindrical-coordinate representation of color #11C066: hue angle of 149.14º 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 #11C066 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 102 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.25 |
| HSL | 149.14º | 0.84% | 0.41% | - |
| HSV(B) | 149.14º | 0.91% | 0.75% | - |
| XYZ | 21.48 | 38.78 | 18.92 | - |
| YUV | 129.42 | 112.52 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 102 | 0.91 | 0 | 0.47 | 0.25 | 149.14 | 0.84 | 0.41 |
| Hex | 11 | C0 | 66 | 5B | 0 | 2F | 19 | 95 | 54 | 29 |
| Octal | 21 | 300 | 146 | 133 | 0 | 57 | 31 | 225 | 124 | 51 |
| Binary | 10001 | 11000000 | 1100110 | 1011011 | 0 | 101111 | 11001 | 10010101 | 1010100 | 101001 |
Color Harmonies of #11C066
Complementary color
Monochromatic Colors of #11C066
Black with #11C066
Text Example
Text Example
White with #11C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C066; }
p { color: rgb(17,192,102); }
H1.HeaderClassName
{
color: #11C066;
}
.AnyTagClassName
{
color: #11C066;
}
</style>
background-color css
<style>
a { background-color: #11C066; }
a { background-color: rgb(17,192,102); }
div.DivClassName
{
background-color: #11C066;
}
.BgClassName
{
background-color: #11C066;
}
</style>
border-color css
<style>
span { border-color: #11C066; }
span { border-color: rgb(17,192,102); }
td.TdClassName
{
border-color: #11C066;
}
.TagClassName
{
border-color: #11C066;
}
</style>