Shades of Jade #11AB69
Tints of Jade #11AB69
RGB
CMYK
RGB Variations
Color information
#11AB69 (or 0x11AB69) is known color: Jade. HEX triplet: 11, AB and 69. RGB value is (17,171,105). Sum of RGB (Red+Green+Blue) = 17+171+105=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AB69 is #EE5496. Grayscale: #757575. Windows color (decimal): -15619223 or 6925073. OLE color: 6925073.
HSL color Cylindrical-coordinate representation of color #11AB69: hue angle of 154.29º 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 #11AB69 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 171 | 105 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.33 |
| HSL | 154.29º | 0.82% | 0.37% | - |
| HSV(B) | 154.29º | 0.9% | 0.67% | - |
| XYZ | 17.34 | 30.26 | 18.29 | - |
| YUV | 117.43 | 120.98 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 105 | 0.90 | 0 | 0.39 | 0.33 | 154.29 | 0.82 | 0.37 |
| Hex | 11 | AB | 69 | 5A | 0 | 27 | 21 | 9A | 52 | 25 |
| Octal | 21 | 253 | 151 | 132 | 0 | 47 | 41 | 232 | 122 | 45 |
| Binary | 10001 | 10101011 | 1101001 | 1011010 | 0 | 100111 | 100001 | 10011010 | 1010010 | 100101 |
Color Harmonies of #11AB69
Complementary color
Monochromatic Colors of #11AB69
Black with #11AB69
Text Example
Text Example
White with #11AB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AB69; }
p { color: rgb(17,171,105); }
H1.HeaderClassName
{
color: #11AB69;
}
.AnyTagClassName
{
color: #11AB69;
}
</style>
background-color css
<style>
a { background-color: #11AB69; }
a { background-color: rgb(17,171,105); }
div.DivClassName
{
background-color: #11AB69;
}
.BgClassName
{
background-color: #11AB69;
}
</style>
border-color css
<style>
span { border-color: #11AB69; }
span { border-color: rgb(17,171,105); }
td.TdClassName
{
border-color: #11AB69;
}
.TagClassName
{
border-color: #11AB69;
}
</style>