Shades of Jade #11A868
Tints of Jade #11A868
RGB
CMYK
RGB Variations
Color information
#11A868 (or 0x11A868) is known color: Jade. HEX triplet: 11, A8 and 68. RGB value is (17,168,104). Sum of RGB (Red+Green+Blue) = 17+168+104=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #11A868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A868 is #EE5797. Grayscale: #737373. Windows color (decimal): -15619992 or 6858769. OLE color: 6858769.
HSL color Cylindrical-coordinate representation of color #11A868: hue angle of 154.57º 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 #11A868 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 168 | 104 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.34 |
| HSL | 154.57º | 0.82% | 0.36% | - |
| HSV(B) | 154.57º | 0.9% | 0.66% | - |
| XYZ | 16.73 | 29.12 | 17.84 | - |
| YUV | 115.56 | 121.47 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 104 | 0.90 | 0 | 0.38 | 0.34 | 154.57 | 0.82 | 0.36 |
| Hex | 11 | A8 | 68 | 5A | 0 | 26 | 22 | 9B | 52 | 24 |
| Octal | 21 | 250 | 150 | 132 | 0 | 46 | 42 | 233 | 122 | 44 |
| Binary | 10001 | 10101000 | 1101000 | 1011010 | 0 | 100110 | 100010 | 10011011 | 1010010 | 100100 |
Color Harmonies of #11A868
Complementary color
Monochromatic Colors of #11A868
Black with #11A868
Text Example
Text Example
White with #11A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A868; }
p { color: rgb(17,168,104); }
H1.HeaderClassName
{
color: #11A868;
}
.AnyTagClassName
{
color: #11A868;
}
</style>
background-color css
<style>
a { background-color: #11A868; }
a { background-color: rgb(17,168,104); }
div.DivClassName
{
background-color: #11A868;
}
.BgClassName
{
background-color: #11A868;
}
</style>
border-color css
<style>
span { border-color: #11A868; }
span { border-color: rgb(17,168,104); }
td.TdClassName
{
border-color: #11A868;
}
.TagClassName
{
border-color: #11A868;
}
</style>