Shades of Jade #11B863
Tints of Jade #11B863
RGB
CMYK
RGB Variations
Color information
#11B863 (or 0x11B863) is known color: Jade. HEX triplet: 11, B8 and 63. RGB value is (17,184,99). Sum of RGB (Red+Green+Blue) = 17+184+99=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #11B863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B863 is #EE479C. Grayscale: #7C7C7C. Windows color (decimal): -15615901 or 6535185. OLE color: 6535185.
HSL color Cylindrical-coordinate representation of color #11B863: hue angle of 149.46º 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 #11B863 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 99 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.28 |
| HSL | 149.46º | 0.83% | 0.39% | - |
| HSV(B) | 149.46º | 0.91% | 0.72% | - |
| XYZ | 19.62 | 35.3 | 17.58 | - |
| YUV | 124.38 | 113.67 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 99 | 0.91 | 0 | 0.46 | 0.28 | 149.46 | 0.83 | 0.39 |
| Hex | 11 | B8 | 63 | 5B | 0 | 2E | 1C | 95 | 53 | 27 |
| Octal | 21 | 270 | 143 | 133 | 0 | 56 | 34 | 225 | 123 | 47 |
| Binary | 10001 | 10111000 | 1100011 | 1011011 | 0 | 101110 | 11100 | 10010101 | 1010011 | 100111 |
Color Harmonies of #11B863
Complementary color
Monochromatic Colors of #11B863
Black with #11B863
Text Example
Text Example
White with #11B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B863; }
p { color: rgb(17,184,99); }
H1.HeaderClassName
{
color: #11B863;
}
.AnyTagClassName
{
color: #11B863;
}
</style>
background-color css
<style>
a { background-color: #11B863; }
a { background-color: rgb(17,184,99); }
div.DivClassName
{
background-color: #11B863;
}
.BgClassName
{
background-color: #11B863;
}
</style>
border-color css
<style>
span { border-color: #11B863; }
span { border-color: rgb(17,184,99); }
td.TdClassName
{
border-color: #11B863;
}
.TagClassName
{
border-color: #11B863;
}
</style>