Shades of Jade #11AC73
Tints of Jade #11AC73
RGB
CMYK
RGB Variations
Color information
#11AC73 (or 0x11AC73) is known color: Jade. HEX triplet: 11, AC and 73. RGB value is (17,172,115). Sum of RGB (Red+Green+Blue) = 17+172+115=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC73 is #EE538C. Grayscale: #777777. Windows color (decimal): -15618957 or 7580689. OLE color: 7580689.
HSL color Cylindrical-coordinate representation of color #11AC73: hue angle of 157.94º 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 #11AC73 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 115 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.33 |
| HSL | 157.94º | 0.82% | 0.37% | - |
| HSV(B) | 157.94º | 0.9% | 0.67% | - |
| XYZ | 18.08 | 30.86 | 21.22 | - |
| YUV | 119.16 | 125.65 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 115 | 0.90 | 0 | 0.33 | 0.33 | 157.94 | 0.82 | 0.37 |
| Hex | 11 | AC | 73 | 5A | 0 | 21 | 21 | 9E | 52 | 25 |
| Octal | 21 | 254 | 163 | 132 | 0 | 41 | 41 | 236 | 122 | 45 |
| Binary | 10001 | 10101100 | 1110011 | 1011010 | 0 | 100001 | 100001 | 10011110 | 1010010 | 100101 |
Color Harmonies of #11AC73
Complementary color
Monochromatic Colors of #11AC73
Black with #11AC73
Text Example
Text Example
White with #11AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC73; }
p { color: rgb(17,172,115); }
H1.HeaderClassName
{
color: #11AC73;
}
.AnyTagClassName
{
color: #11AC73;
}
</style>
background-color css
<style>
a { background-color: #11AC73; }
a { background-color: rgb(17,172,115); }
div.DivClassName
{
background-color: #11AC73;
}
.BgClassName
{
background-color: #11AC73;
}
</style>
border-color css
<style>
span { border-color: #11AC73; }
span { border-color: rgb(17,172,115); }
td.TdClassName
{
border-color: #11AC73;
}
.TagClassName
{
border-color: #11AC73;
}
</style>