Shades of Jade #11B960
Tints of Jade #11B960
RGB
CMYK
RGB Variations
Color information
#11B960 (or 0x11B960) is known color: Jade. HEX triplet: 11, B9 and 60. RGB value is (17,185,96). Sum of RGB (Red+Green+Blue) = 17+185+96=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #11B960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B960 is #EE469F. Grayscale: #7C7C7C. Windows color (decimal): -15615648 or 6338833. OLE color: 6338833.
HSL color Cylindrical-coordinate representation of color #11B960: hue angle of 148.21º 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 #11B960 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 96 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.27 |
| HSL | 148.21º | 0.83% | 0.4% | - |
| HSV(B) | 148.21º | 0.91% | 0.73% | - |
| XYZ | 19.69 | 35.66 | 16.91 | - |
| YUV | 124.62 | 111.84 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 96 | 0.91 | 0 | 0.48 | 0.27 | 148.21 | 0.83 | 0.4 |
| Hex | 11 | B9 | 60 | 5B | 0 | 30 | 1B | 94 | 53 | 28 |
| Octal | 21 | 271 | 140 | 133 | 0 | 60 | 33 | 224 | 123 | 50 |
| Binary | 10001 | 10111001 | 1100000 | 1011011 | 0 | 110000 | 11011 | 10010100 | 1010011 | 101000 |
Color Harmonies of #11B960
Complementary color
Monochromatic Colors of #11B960
Black with #11B960
Text Example
Text Example
White with #11B960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B960; }
p { color: rgb(17,185,96); }
H1.HeaderClassName
{
color: #11B960;
}
.AnyTagClassName
{
color: #11B960;
}
</style>
background-color css
<style>
a { background-color: #11B960; }
a { background-color: rgb(17,185,96); }
div.DivClassName
{
background-color: #11B960;
}
.BgClassName
{
background-color: #11B960;
}
</style>
border-color css
<style>
span { border-color: #11B960; }
span { border-color: rgb(17,185,96); }
td.TdClassName
{
border-color: #11B960;
}
.TagClassName
{
border-color: #11B960;
}
</style>