Shades of Jade #11B96D
Tints of Jade #11B96D
RGB
CMYK
RGB Variations
Color information
#11B96D (or 0x11B96D) is known color: Jade. HEX triplet: 11, B9 and 6D. RGB value is (17,185,109). Sum of RGB (Red+Green+Blue) = 17+185+109=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 185 (72.66% from 255 or 59.49% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 185 - color contains mainly: green. Hex color #11B96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B96D is #EE4692. Grayscale: #7E7E7E. Windows color (decimal): -15615635 or 7190801. OLE color: 7190801.
HSL color Cylindrical-coordinate representation of color #11B96D: hue angle of 152.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B96D is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 109 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.27 |
| HSL | 152.86º | 0.83% | 0.4% | - |
| HSV(B) | 152.86º | 0.91% | 0.73% | - |
| XYZ | 20.34 | 35.92 | 20.33 | - |
| YUV | 126.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 109 | 0.91 | 0 | 0.41 | 0.27 | 152.86 | 0.83 | 0.4 |
| Hex | 11 | B9 | 6D | 5B | 0 | 29 | 1B | 99 | 53 | 28 |
| Octal | 21 | 271 | 155 | 133 | 0 | 51 | 33 | 231 | 123 | 50 |
| Binary | 10001 | 10111001 | 1101101 | 1011011 | 0 | 101001 | 11011 | 10011001 | 1010011 | 101000 |
Color Harmonies of #11B96D
Complementary color
Monochromatic Colors of #11B96D
Black with #11B96D
Text Example
Text Example
White with #11B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B96D; }
p { color: rgb(17,185,109); }
H1.HeaderClassName
{
color: #11B96D;
}
.AnyTagClassName
{
color: #11B96D;
}
</style>
background-color css
<style>
a { background-color: #11B96D; }
a { background-color: rgb(17,185,109); }
div.DivClassName
{
background-color: #11B96D;
}
.BgClassName
{
background-color: #11B96D;
}
</style>
border-color css
<style>
span { border-color: #11B96D; }
span { border-color: rgb(17,185,109); }
td.TdClassName
{
border-color: #11B96D;
}
.TagClassName
{
border-color: #11B96D;
}
</style>