Shades of Jade #11AB6D
Tints of Jade #11AB6D
RGB
CMYK
RGB Variations
Color information
#11AB6D (or 0x11AB6D) is known color: Jade. HEX triplet: 11, AB and 6D. RGB value is (17,171,109). Sum of RGB (Red+Green+Blue) = 17+171+109=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AB6D is #EE5492. Grayscale: #757575. Windows color (decimal): -15619219 or 7187217. OLE color: 7187217.
HSL color Cylindrical-coordinate representation of color #11AB6D: hue angle of 155.84º 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 #11AB6D is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 171 | 109 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.33 |
| HSL | 155.84º | 0.82% | 0.37% | - |
| HSV(B) | 155.84º | 0.9% | 0.67% | - |
| XYZ | 17.55 | 30.35 | 19.4 | - |
| YUV | 117.89 | 122.98 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 109 | 0.90 | 0 | 0.36 | 0.33 | 155.84 | 0.82 | 0.37 |
| Hex | 11 | AB | 6D | 5A | 0 | 24 | 21 | 9C | 52 | 25 |
| Octal | 21 | 253 | 155 | 132 | 0 | 44 | 41 | 234 | 122 | 45 |
| Binary | 10001 | 10101011 | 1101101 | 1011010 | 0 | 100100 | 100001 | 10011100 | 1010010 | 100101 |
Color Harmonies of #11AB6D
Complementary color
Monochromatic Colors of #11AB6D
Black with #11AB6D
Text Example
Text Example
White with #11AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AB6D; }
p { color: rgb(17,171,109); }
H1.HeaderClassName
{
color: #11AB6D;
}
.AnyTagClassName
{
color: #11AB6D;
}
</style>
background-color css
<style>
a { background-color: #11AB6D; }
a { background-color: rgb(17,171,109); }
div.DivClassName
{
background-color: #11AB6D;
}
.BgClassName
{
background-color: #11AB6D;
}
</style>
border-color css
<style>
span { border-color: #11AB6D; }
span { border-color: rgb(17,171,109); }
td.TdClassName
{
border-color: #11AB6D;
}
.TagClassName
{
border-color: #11AB6D;
}
</style>