Shades of Jade #11AC63
Tints of Jade #11AC63
RGB
CMYK
RGB Variations
Color information
#11AC63 (or 0x11AC63) is known color: Jade. HEX triplet: 11, AC and 63. RGB value is (17,172,99). Sum of RGB (Red+Green+Blue) = 17+172+99=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC63 is #EE539C. Grayscale: #757575. Windows color (decimal): -15618973 or 6532113. OLE color: 6532113.
HSL color Cylindrical-coordinate representation of color #11AC63: hue angle of 151.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AC63 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 99 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.33 |
| HSL | 151.74º | 0.82% | 0.37% | - |
| HSV(B) | 151.74º | 0.9% | 0.67% | - |
| XYZ | 17.24 | 30.53 | 16.79 | - |
| YUV | 117.33 | 117.65 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 99 | 0.90 | 0 | 0.42 | 0.33 | 151.74 | 0.82 | 0.37 |
| Hex | 11 | AC | 63 | 5A | 0 | 2A | 21 | 98 | 52 | 25 |
| Octal | 21 | 254 | 143 | 132 | 0 | 52 | 41 | 230 | 122 | 45 |
| Binary | 10001 | 10101100 | 1100011 | 1011010 | 0 | 101010 | 100001 | 10011000 | 1010010 | 100101 |
Color Harmonies of #11AC63
Complementary color
Monochromatic Colors of #11AC63
Black with #11AC63
Text Example
Text Example
White with #11AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC63; }
p { color: rgb(17,172,99); }
H1.HeaderClassName
{
color: #11AC63;
}
.AnyTagClassName
{
color: #11AC63;
}
</style>
background-color css
<style>
a { background-color: #11AC63; }
a { background-color: rgb(17,172,99); }
div.DivClassName
{
background-color: #11AC63;
}
.BgClassName
{
background-color: #11AC63;
}
</style>
border-color css
<style>
span { border-color: #11AC63; }
span { border-color: rgb(17,172,99); }
td.TdClassName
{
border-color: #11AC63;
}
.TagClassName
{
border-color: #11AC63;
}
</style>