Shades of Jade #11B76C
Tints of Jade #11B76C
RGB
CMYK
RGB Variations
Color information
#11B76C (or 0x11B76C) is known color: Jade. HEX triplet: 11, B7 and 6C. RGB value is (17,183,108). Sum of RGB (Red+Green+Blue) = 17+183+108=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #11B76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B76C is #EE4893. Grayscale: #7C7C7C. Windows color (decimal): -15616148 or 7124753. OLE color: 7124753.
HSL color Cylindrical-coordinate representation of color #11B76C: hue angle of 152.89º 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 #11B76C is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 108 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.28 |
| HSL | 152.89º | 0.83% | 0.39% | - |
| HSV(B) | 152.89º | 0.91% | 0.72% | - |
| XYZ | 19.87 | 35.07 | 19.91 | - |
| YUV | 124.82 | 118.5 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 108 | 0.91 | 0 | 0.41 | 0.28 | 152.89 | 0.83 | 0.39 |
| Hex | 11 | B7 | 6C | 5B | 0 | 29 | 1C | 99 | 53 | 27 |
| Octal | 21 | 267 | 154 | 133 | 0 | 51 | 34 | 231 | 123 | 47 |
| Binary | 10001 | 10110111 | 1101100 | 1011011 | 0 | 101001 | 11100 | 10011001 | 1010011 | 100111 |
Color Harmonies of #11B76C
Complementary color
Monochromatic Colors of #11B76C
Black with #11B76C
Text Example
Text Example
White with #11B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B76C; }
p { color: rgb(17,183,108); }
H1.HeaderClassName
{
color: #11B76C;
}
.AnyTagClassName
{
color: #11B76C;
}
</style>
background-color css
<style>
a { background-color: #11B76C; }
a { background-color: rgb(17,183,108); }
div.DivClassName
{
background-color: #11B76C;
}
.BgClassName
{
background-color: #11B76C;
}
</style>
border-color css
<style>
span { border-color: #11B76C; }
span { border-color: rgb(17,183,108); }
td.TdClassName
{
border-color: #11B76C;
}
.TagClassName
{
border-color: #11B76C;
}
</style>