Shades of Jade #11B963
Tints of Jade #11B963
RGB
CMYK
RGB Variations
Color information
#11B963 (or 0x11B963) is known color: Jade. HEX triplet: 11, B9 and 63. RGB value is (17,185,99). Sum of RGB (Red+Green+Blue) = 17+185+99=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #11B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B963 is #EE469C. Grayscale: #7D7D7D. Windows color (decimal): -15615645 or 6535441. OLE color: 6535441.
HSL color Cylindrical-coordinate representation of color #11B963: hue angle of 149.29º 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 #11B963 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 99 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.27 |
| HSL | 149.29º | 0.83% | 0.4% | - |
| HSV(B) | 149.29º | 0.91% | 0.73% | - |
| XYZ | 19.83 | 35.72 | 17.65 | - |
| YUV | 124.96 | 113.34 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 99 | 0.91 | 0 | 0.46 | 0.27 | 149.29 | 0.83 | 0.4 |
| Hex | 11 | B9 | 63 | 5B | 0 | 2E | 1B | 95 | 53 | 28 |
| Octal | 21 | 271 | 143 | 133 | 0 | 56 | 33 | 225 | 123 | 50 |
| Binary | 10001 | 10111001 | 1100011 | 1011011 | 0 | 101110 | 11011 | 10010101 | 1010011 | 101000 |
Color Harmonies of #11B963
Complementary color
Monochromatic Colors of #11B963
Black with #11B963
Text Example
Text Example
White with #11B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B963; }
p { color: rgb(17,185,99); }
H1.HeaderClassName
{
color: #11B963;
}
.AnyTagClassName
{
color: #11B963;
}
</style>
background-color css
<style>
a { background-color: #11B963; }
a { background-color: rgb(17,185,99); }
div.DivClassName
{
background-color: #11B963;
}
.BgClassName
{
background-color: #11B963;
}
</style>
border-color css
<style>
span { border-color: #11B963; }
span { border-color: rgb(17,185,99); }
td.TdClassName
{
border-color: #11B963;
}
.TagClassName
{
border-color: #11B963;
}
</style>