Shades of Jade #11AC68
Tints of Jade #11AC68
RGB
CMYK
RGB Variations
Color information
#11AC68 (or 0x11AC68) is known color: Jade. HEX triplet: 11, AC and 68. RGB value is (17,172,104). Sum of RGB (Red+Green+Blue) = 17+172+104=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC68 is #EE5397. Grayscale: #767676. Windows color (decimal): -15618968 or 6859793. OLE color: 6859793.
HSL color Cylindrical-coordinate representation of color #11AC68: hue angle of 153.68º 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 #11AC68 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 104 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.33 |
| HSL | 153.68º | 0.82% | 0.37% | - |
| HSV(B) | 153.68º | 0.9% | 0.67% | - |
| XYZ | 17.48 | 30.62 | 18.09 | - |
| YUV | 117.9 | 120.15 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 104 | 0.90 | 0 | 0.40 | 0.33 | 153.68 | 0.82 | 0.37 |
| Hex | 11 | AC | 68 | 5A | 0 | 28 | 21 | 9A | 52 | 25 |
| Octal | 21 | 254 | 150 | 132 | 0 | 50 | 41 | 232 | 122 | 45 |
| Binary | 10001 | 10101100 | 1101000 | 1011010 | 0 | 101000 | 100001 | 10011010 | 1010010 | 100101 |
Color Harmonies of #11AC68
Complementary color
Monochromatic Colors of #11AC68
Black with #11AC68
Text Example
Text Example
White with #11AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC68; }
p { color: rgb(17,172,104); }
H1.HeaderClassName
{
color: #11AC68;
}
.AnyTagClassName
{
color: #11AC68;
}
</style>
background-color css
<style>
a { background-color: #11AC68; }
a { background-color: rgb(17,172,104); }
div.DivClassName
{
background-color: #11AC68;
}
.BgClassName
{
background-color: #11AC68;
}
</style>
border-color css
<style>
span { border-color: #11AC68; }
span { border-color: rgb(17,172,104); }
td.TdClassName
{
border-color: #11AC68;
}
.TagClassName
{
border-color: #11AC68;
}
</style>