Shades of Jade #11BA66
Tints of Jade #11BA66
RGB
CMYK
RGB Variations
Color information
#11BA66 (or 0x11BA66) is known color: Jade. HEX triplet: 11, BA and 66. RGB value is (17,186,102). Sum of RGB (Red+Green+Blue) = 17+186+102=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA66 is #EE4599. Grayscale: #7E7E7E. Windows color (decimal): -15615386 or 6732305. OLE color: 6732305.
HSL color Cylindrical-coordinate representation of color #11BA66: hue angle of 150.18º 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 #11BA66 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 102 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.27 |
| HSL | 150.18º | 0.83% | 0.4% | - |
| HSV(B) | 150.18º | 0.91% | 0.73% | - |
| XYZ | 20.19 | 36.2 | 18.49 | - |
| YUV | 125.89 | 114.51 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 102 | 0.91 | 0 | 0.45 | 0.27 | 150.18 | 0.83 | 0.4 |
| Hex | 11 | BA | 66 | 5B | 0 | 2D | 1B | 96 | 53 | 28 |
| Octal | 21 | 272 | 146 | 133 | 0 | 55 | 33 | 226 | 123 | 50 |
| Binary | 10001 | 10111010 | 1100110 | 1011011 | 0 | 101101 | 11011 | 10010110 | 1010011 | 101000 |
Color Harmonies of #11BA66
Complementary color
Monochromatic Colors of #11BA66
Black with #11BA66
Text Example
Text Example
White with #11BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA66; }
p { color: rgb(17,186,102); }
H1.HeaderClassName
{
color: #11BA66;
}
.AnyTagClassName
{
color: #11BA66;
}
</style>
background-color css
<style>
a { background-color: #11BA66; }
a { background-color: rgb(17,186,102); }
div.DivClassName
{
background-color: #11BA66;
}
.BgClassName
{
background-color: #11BA66;
}
</style>
border-color css
<style>
span { border-color: #11BA66; }
span { border-color: rgb(17,186,102); }
td.TdClassName
{
border-color: #11BA66;
}
.TagClassName
{
border-color: #11BA66;
}
</style>