Shades of Jade #11AE68
Tints of Jade #11AE68
RGB
CMYK
RGB Variations
Color information
#11AE68 (or 0x11AE68) is known color: Jade. HEX triplet: 11, AE and 68. RGB value is (17,174,104). Sum of RGB (Red+Green+Blue) = 17+174+104=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #11AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AE68 is #EE5197. Grayscale: #777777. Windows color (decimal): -15618456 or 6860305. OLE color: 6860305.
HSL color Cylindrical-coordinate representation of color #11AE68: hue angle of 153.25º 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 #11AE68 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 174 | 104 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.32 |
| HSL | 153.25º | 0.82% | 0.37% | - |
| HSV(B) | 153.25º | 0.9% | 0.68% | - |
| XYZ | 17.87 | 31.39 | 18.21 | - |
| YUV | 119.08 | 119.49 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 104 | 0.90 | 0 | 0.40 | 0.32 | 153.25 | 0.82 | 0.37 |
| Hex | 11 | AE | 68 | 5A | 0 | 28 | 20 | 99 | 52 | 25 |
| Octal | 21 | 256 | 150 | 132 | 0 | 50 | 40 | 231 | 122 | 45 |
| Binary | 10001 | 10101110 | 1101000 | 1011010 | 0 | 101000 | 100000 | 10011001 | 1010010 | 100101 |
Color Harmonies of #11AE68
Complementary color
Monochromatic Colors of #11AE68
Black with #11AE68
Text Example
Text Example
White with #11AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AE68; }
p { color: rgb(17,174,104); }
H1.HeaderClassName
{
color: #11AE68;
}
.AnyTagClassName
{
color: #11AE68;
}
</style>
background-color css
<style>
a { background-color: #11AE68; }
a { background-color: rgb(17,174,104); }
div.DivClassName
{
background-color: #11AE68;
}
.BgClassName
{
background-color: #11AE68;
}
</style>
border-color css
<style>
span { border-color: #11AE68; }
span { border-color: rgb(17,174,104); }
td.TdClassName
{
border-color: #11AE68;
}
.TagClassName
{
border-color: #11AE68;
}
</style>