Shades of Jade #11A46C
Tints of Jade #11A46C
RGB
CMYK
RGB Variations
Color information
#11A46C (or 0x11A46C) is known color: Jade. HEX triplet: 11, A4 and 6C. RGB value is (17,164,108). Sum of RGB (Red+Green+Blue) = 17+164+108=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #11A46C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A46C is #EE5B93. Grayscale: #717171. Windows color (decimal): -15621012 or 7119889. OLE color: 7119889.
HSL color Cylindrical-coordinate representation of color #11A46C: hue angle of 157.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A46C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 164 | 108 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.36 |
| HSL | 157.14º | 0.81% | 0.35% | - |
| HSV(B) | 157.14º | 0.9% | 0.64% | - |
| XYZ | 16.21 | 27.75 | 18.69 | - |
| YUV | 113.66 | 124.8 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 164 | 108 | 0.90 | 0 | 0.34 | 0.36 | 157.14 | 0.81 | 0.35 |
| Hex | 11 | A4 | 6C | 5A | 0 | 22 | 24 | 9D | 51 | 23 |
| Octal | 21 | 244 | 154 | 132 | 0 | 42 | 44 | 235 | 121 | 43 |
| Binary | 10001 | 10100100 | 1101100 | 1011010 | 0 | 100010 | 100100 | 10011101 | 1010001 | 100011 |
Color Harmonies of #11A46C
Complementary color
Monochromatic Colors of #11A46C
Black with #11A46C
Text Example
Text Example
White with #11A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A46C; }
p { color: rgb(17,164,108); }
H1.HeaderClassName
{
color: #11A46C;
}
.AnyTagClassName
{
color: #11A46C;
}
</style>
background-color css
<style>
a { background-color: #11A46C; }
a { background-color: rgb(17,164,108); }
div.DivClassName
{
background-color: #11A46C;
}
.BgClassName
{
background-color: #11A46C;
}
</style>
border-color css
<style>
span { border-color: #11A46C; }
span { border-color: rgb(17,164,108); }
td.TdClassName
{
border-color: #11A46C;
}
.TagClassName
{
border-color: #11A46C;
}
</style>