Shades of Jade #11B371
Tints of Jade #11B371
RGB
CMYK
RGB Variations
Color information
#11B371 (or 0x11B371) is known color: Jade. HEX triplet: 11, B3 and 71. RGB value is (17,179,113). Sum of RGB (Red+Green+Blue) = 17+179+113=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #11B371 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B371 is #EE4C8E. Grayscale: #7B7B7B. Windows color (decimal): -15617167 or 7451409. OLE color: 7451409.
HSL color Cylindrical-coordinate representation of color #11B371: hue angle of 155.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B371 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 113 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.30 |
| HSL | 155.56º | 0.83% | 0.38% | - |
| HSV(B) | 155.56º | 0.91% | 0.7% | - |
| XYZ | 19.33 | 33.55 | 21.08 | - |
| YUV | 123.04 | 122.33 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 113 | 0.91 | 0 | 0.37 | 0.30 | 155.56 | 0.83 | 0.38 |
| Hex | 11 | B3 | 71 | 5B | 0 | 25 | 1E | 9C | 53 | 26 |
| Octal | 21 | 263 | 161 | 133 | 0 | 45 | 36 | 234 | 123 | 46 |
| Binary | 10001 | 10110011 | 1110001 | 1011011 | 0 | 100101 | 11110 | 10011100 | 1010011 | 100110 |
Color Harmonies of #11B371
Complementary color
Monochromatic Colors of #11B371
Black with #11B371
Text Example
Text Example
White with #11B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B371; }
p { color: rgb(17,179,113); }
H1.HeaderClassName
{
color: #11B371;
}
.AnyTagClassName
{
color: #11B371;
}
</style>
background-color css
<style>
a { background-color: #11B371; }
a { background-color: rgb(17,179,113); }
div.DivClassName
{
background-color: #11B371;
}
.BgClassName
{
background-color: #11B371;
}
</style>
border-color css
<style>
span { border-color: #11B371; }
span { border-color: rgb(17,179,113); }
td.TdClassName
{
border-color: #11B371;
}
.TagClassName
{
border-color: #11B371;
}
</style>