Shades of Jade #11A96C
Tints of Jade #11A96C
RGB
CMYK
RGB Variations
Color information
#11A96C (or 0x11A96C) is known color: Jade. HEX triplet: 11, A9 and 6C. RGB value is (17,169,108). Sum of RGB (Red+Green+Blue) = 17+169+108=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #11A96C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A96C is #EE5693. Grayscale: #747474. Windows color (decimal): -15619732 or 7121169. OLE color: 7121169.
HSL color Cylindrical-coordinate representation of color #11A96C: hue angle of 155.92º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A96C is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 169 | 108 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.34 |
| HSL | 155.92º | 0.82% | 0.36% | - |
| HSV(B) | 155.92º | 0.9% | 0.66% | - |
| XYZ | 17.13 | 29.58 | 18.99 | - |
| YUV | 116.6 | 123.14 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 169 | 108 | 0.90 | 0 | 0.36 | 0.34 | 155.92 | 0.82 | 0.36 |
| Hex | 11 | A9 | 6C | 5A | 0 | 24 | 22 | 9C | 52 | 24 |
| Octal | 21 | 251 | 154 | 132 | 0 | 44 | 42 | 234 | 122 | 44 |
| Binary | 10001 | 10101001 | 1101100 | 1011010 | 0 | 100100 | 100010 | 10011100 | 1010010 | 100100 |
Color Harmonies of #11A96C
Complementary color
Monochromatic Colors of #11A96C
Black with #11A96C
Text Example
Text Example
White with #11A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A96C; }
p { color: rgb(17,169,108); }
H1.HeaderClassName
{
color: #11A96C;
}
.AnyTagClassName
{
color: #11A96C;
}
</style>
background-color css
<style>
a { background-color: #11A96C; }
a { background-color: rgb(17,169,108); }
div.DivClassName
{
background-color: #11A96C;
}
.BgClassName
{
background-color: #11A96C;
}
</style>
border-color css
<style>
span { border-color: #11A96C; }
span { border-color: rgb(17,169,108); }
td.TdClassName
{
border-color: #11A96C;
}
.TagClassName
{
border-color: #11A96C;
}
</style>