Shades of Jade #11AC60
Tints of Jade #11AC60
RGB
CMYK
RGB Variations
Color information
#11AC60 (or 0x11AC60) is known color: Jade. HEX triplet: 11, AC and 60. RGB value is (17,172,96). Sum of RGB (Red+Green+Blue) = 17+172+96=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC60 is #EE539F. Grayscale: #757575. Windows color (decimal): -15618976 or 6335505. OLE color: 6335505.
HSL color Cylindrical-coordinate representation of color #11AC60: hue angle of 150.58º 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 #11AC60 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 96 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.33 |
| HSL | 150.58º | 0.82% | 0.37% | - |
| HSV(B) | 150.58º | 0.9% | 0.67% | - |
| XYZ | 17.1 | 30.47 | 16.05 | - |
| YUV | 116.99 | 116.15 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 96 | 0.90 | 0 | 0.44 | 0.33 | 150.58 | 0.82 | 0.37 |
| Hex | 11 | AC | 60 | 5A | 0 | 2C | 21 | 97 | 52 | 25 |
| Octal | 21 | 254 | 140 | 132 | 0 | 54 | 41 | 227 | 122 | 45 |
| Binary | 10001 | 10101100 | 1100000 | 1011010 | 0 | 101100 | 100001 | 10010111 | 1010010 | 100101 |
Color Harmonies of #11AC60
Complementary color
Monochromatic Colors of #11AC60
Black with #11AC60
Text Example
Text Example
White with #11AC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC60; }
p { color: rgb(17,172,96); }
H1.HeaderClassName
{
color: #11AC60;
}
.AnyTagClassName
{
color: #11AC60;
}
</style>
background-color css
<style>
a { background-color: #11AC60; }
a { background-color: rgb(17,172,96); }
div.DivClassName
{
background-color: #11AC60;
}
.BgClassName
{
background-color: #11AC60;
}
</style>
border-color css
<style>
span { border-color: #11AC60; }
span { border-color: rgb(17,172,96); }
td.TdClassName
{
border-color: #11AC60;
}
.TagClassName
{
border-color: #11AC60;
}
</style>