Shades of Jade #11AD66
Tints of Jade #11AD66
RGB
CMYK
RGB Variations
Color information
#11AD66 (or 0x11AD66) is known color: Jade. HEX triplet: 11, AD and 66. RGB value is (17,173,102). Sum of RGB (Red+Green+Blue) = 17+173+102=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AD66 is #EE5299. Grayscale: #767676. Windows color (decimal): -15618714 or 6728977. OLE color: 6728977.
HSL color Cylindrical-coordinate representation of color #11AD66: hue angle of 152.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD66 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 102 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.32 |
| HSL | 152.69º | 0.82% | 0.37% | - |
| HSV(B) | 152.69º | 0.9% | 0.68% | - |
| XYZ | 17.57 | 30.97 | 17.62 | - |
| YUV | 118.26 | 118.82 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 102 | 0.90 | 0 | 0.41 | 0.32 | 152.69 | 0.82 | 0.37 |
| Hex | 11 | AD | 66 | 5A | 0 | 29 | 20 | 99 | 52 | 25 |
| Octal | 21 | 255 | 146 | 132 | 0 | 51 | 40 | 231 | 122 | 45 |
| Binary | 10001 | 10101101 | 1100110 | 1011010 | 0 | 101001 | 100000 | 10011001 | 1010010 | 100101 |
Color Harmonies of #11AD66
Complementary color
Monochromatic Colors of #11AD66
Black with #11AD66
Text Example
Text Example
White with #11AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD66; }
p { color: rgb(17,173,102); }
H1.HeaderClassName
{
color: #11AD66;
}
.AnyTagClassName
{
color: #11AD66;
}
</style>
background-color css
<style>
a { background-color: #11AD66; }
a { background-color: rgb(17,173,102); }
div.DivClassName
{
background-color: #11AD66;
}
.BgClassName
{
background-color: #11AD66;
}
</style>
border-color css
<style>
span { border-color: #11AD66; }
span { border-color: rgb(17,173,102); }
td.TdClassName
{
border-color: #11AD66;
}
.TagClassName
{
border-color: #11AD66;
}
</style>