Shades of Jade #11B76D
Tints of Jade #11B76D
RGB
CMYK
RGB Variations
Color information
#11B76D (or 0x11B76D) is known color: Jade. HEX triplet: 11, B7 and 6D. RGB value is (17,183,109). Sum of RGB (Red+Green+Blue) = 17+183+109=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #11B76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B76D is #EE4892. Grayscale: #7D7D7D. Windows color (decimal): -15616147 or 7190289. OLE color: 7190289.
HSL color Cylindrical-coordinate representation of color #11B76D: hue angle of 153.25º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B76D is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 109 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.28 |
| HSL | 153.25º | 0.83% | 0.39% | - |
| HSV(B) | 153.25º | 0.91% | 0.72% | - |
| XYZ | 19.92 | 35.09 | 20.19 | - |
| YUV | 124.93 | 119 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 109 | 0.91 | 0 | 0.40 | 0.28 | 153.25 | 0.83 | 0.39 |
| Hex | 11 | B7 | 6D | 5B | 0 | 28 | 1C | 99 | 53 | 27 |
| Octal | 21 | 267 | 155 | 133 | 0 | 50 | 34 | 231 | 123 | 47 |
| Binary | 10001 | 10110111 | 1101101 | 1011011 | 0 | 101000 | 11100 | 10011001 | 1010011 | 100111 |
Color Harmonies of #11B76D
Complementary color
Monochromatic Colors of #11B76D
Black with #11B76D
Text Example
Text Example
White with #11B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B76D; }
p { color: rgb(17,183,109); }
H1.HeaderClassName
{
color: #11B76D;
}
.AnyTagClassName
{
color: #11B76D;
}
</style>
background-color css
<style>
a { background-color: #11B76D; }
a { background-color: rgb(17,183,109); }
div.DivClassName
{
background-color: #11B76D;
}
.BgClassName
{
background-color: #11B76D;
}
</style>
border-color css
<style>
span { border-color: #11B76D; }
span { border-color: rgb(17,183,109); }
td.TdClassName
{
border-color: #11B76D;
}
.TagClassName
{
border-color: #11B76D;
}
</style>