Shades of Jade #11BC67
Tints of Jade #11BC67
RGB
CMYK
RGB Variations
Color information
#11BC67 (or 0x11BC67) is known color: Jade. HEX triplet: 11, BC and 67. RGB value is (17,188,103). Sum of RGB (Red+Green+Blue) = 17+188+103=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BC67 is #EE4398. Grayscale: #7F7F7F. Windows color (decimal): -15614873 or 6798353. OLE color: 6798353.
HSL color Cylindrical-coordinate representation of color #11BC67: hue angle of 150.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC67 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 103 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.26 |
| HSL | 150.18º | 0.83% | 0.4% | - |
| HSV(B) | 150.18º | 0.91% | 0.74% | - |
| XYZ | 20.66 | 37.06 | 18.9 | - |
| YUV | 127.18 | 114.35 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 103 | 0.91 | 0 | 0.45 | 0.26 | 150.18 | 0.83 | 0.4 |
| Hex | 11 | BC | 67 | 5B | 0 | 2D | 1A | 96 | 53 | 28 |
| Octal | 21 | 274 | 147 | 133 | 0 | 55 | 32 | 226 | 123 | 50 |
| Binary | 10001 | 10111100 | 1100111 | 1011011 | 0 | 101101 | 11010 | 10010110 | 1010011 | 101000 |
Color Harmonies of #11BC67
Complementary color
Monochromatic Colors of #11BC67
Black with #11BC67
Text Example
Text Example
White with #11BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC67; }
p { color: rgb(17,188,103); }
H1.HeaderClassName
{
color: #11BC67;
}
.AnyTagClassName
{
color: #11BC67;
}
</style>
background-color css
<style>
a { background-color: #11BC67; }
a { background-color: rgb(17,188,103); }
div.DivClassName
{
background-color: #11BC67;
}
.BgClassName
{
background-color: #11BC67;
}
</style>
border-color css
<style>
span { border-color: #11BC67; }
span { border-color: rgb(17,188,103); }
td.TdClassName
{
border-color: #11BC67;
}
.TagClassName
{
border-color: #11BC67;
}
</style>