Shades of Jade #11B96A
Tints of Jade #11B96A
RGB
CMYK
RGB Variations
Color information
#11B96A (or 0x11B96A) is known color: Jade. HEX triplet: 11, B9 and 6A. RGB value is (17,185,106). Sum of RGB (Red+Green+Blue) = 17+185+106=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #11B96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B96A is #EE4695. Grayscale: #7D7D7D. Windows color (decimal): -15615638 or 6994193. OLE color: 6994193.
HSL color Cylindrical-coordinate representation of color #11B96A: hue angle of 151.79º 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 #11B96A is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 106 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.27 |
| HSL | 151.79º | 0.83% | 0.4% | - |
| HSV(B) | 151.79º | 0.91% | 0.73% | - |
| XYZ | 20.18 | 35.86 | 19.49 | - |
| YUV | 125.76 | 116.84 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 106 | 0.91 | 0 | 0.43 | 0.27 | 151.79 | 0.83 | 0.4 |
| Hex | 11 | B9 | 6A | 5B | 0 | 2B | 1B | 98 | 53 | 28 |
| Octal | 21 | 271 | 152 | 133 | 0 | 53 | 33 | 230 | 123 | 50 |
| Binary | 10001 | 10111001 | 1101010 | 1011011 | 0 | 101011 | 11011 | 10011000 | 1010011 | 101000 |
Color Harmonies of #11B96A
Complementary color
Monochromatic Colors of #11B96A
Black with #11B96A
Text Example
Text Example
White with #11B96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B96A; }
p { color: rgb(17,185,106); }
H1.HeaderClassName
{
color: #11B96A;
}
.AnyTagClassName
{
color: #11B96A;
}
</style>
background-color css
<style>
a { background-color: #11B96A; }
a { background-color: rgb(17,185,106); }
div.DivClassName
{
background-color: #11B96A;
}
.BgClassName
{
background-color: #11B96A;
}
</style>
border-color css
<style>
span { border-color: #11B96A; }
span { border-color: rgb(17,185,106); }
td.TdClassName
{
border-color: #11B96A;
}
.TagClassName
{
border-color: #11B96A;
}
</style>