Shades of Jade #11C56C
Tints of Jade #11C56C
RGB
CMYK
RGB Variations
Color information
#11C56C (or 0x11C56C) is known color: Jade. HEX triplet: 11, C5 and 6C. RGB value is (17,197,108). Sum of RGB (Red+Green+Blue) = 17+197+108=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #11C56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C56C is #EE3A93. Grayscale: #858585. Windows color (decimal): -15612564 or 7128337. OLE color: 7128337.
HSL color Cylindrical-coordinate representation of color #11C56C: hue angle of 150.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C56C is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 108 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.23 |
| HSL | 150.33º | 0.84% | 0.42% | - |
| HSV(B) | 150.33º | 0.91% | 0.77% | - |
| XYZ | 22.9 | 41.13 | 20.92 | - |
| YUV | 133.03 | 113.87 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 108 | 0.91 | 0 | 0.45 | 0.23 | 150.33 | 0.84 | 0.42 |
| Hex | 11 | C5 | 6C | 5B | 0 | 2D | 17 | 96 | 54 | 2A |
| Octal | 21 | 305 | 154 | 133 | 0 | 55 | 27 | 226 | 124 | 52 |
| Binary | 10001 | 11000101 | 1101100 | 1011011 | 0 | 101101 | 10111 | 10010110 | 1010100 | 101010 |
Color Harmonies of #11C56C
Complementary color
Monochromatic Colors of #11C56C
Black with #11C56C
Text Example
Text Example
White with #11C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C56C; }
p { color: rgb(17,197,108); }
H1.HeaderClassName
{
color: #11C56C;
}
.AnyTagClassName
{
color: #11C56C;
}
</style>
background-color css
<style>
a { background-color: #11C56C; }
a { background-color: rgb(17,197,108); }
div.DivClassName
{
background-color: #11C56C;
}
.BgClassName
{
background-color: #11C56C;
}
</style>
border-color css
<style>
span { border-color: #11C56C; }
span { border-color: rgb(17,197,108); }
td.TdClassName
{
border-color: #11C56C;
}
.TagClassName
{
border-color: #11C56C;
}
</style>