Shades of Jade #11C16C
Tints of Jade #11C16C
RGB
CMYK
RGB Variations
Color information
#11C16C (or 0x11C16C) is known color: Jade. HEX triplet: 11, C1 and 6C. RGB value is (17,193,108). Sum of RGB (Red+Green+Blue) = 17+193+108=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #11C16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C16C is #EE3E93. Grayscale: #828282. Windows color (decimal): -15613588 or 7127313. OLE color: 7127313.
HSL color Cylindrical-coordinate representation of color #11C16C: hue angle of 151.02º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C16C is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 108 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.24 |
| HSL | 151.02º | 0.84% | 0.41% | - |
| HSV(B) | 151.02º | 0.91% | 0.76% | - |
| XYZ | 22.01 | 39.34 | 20.62 | - |
| YUV | 130.69 | 115.19 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 108 | 0.91 | 0 | 0.44 | 0.24 | 151.02 | 0.84 | 0.41 |
| Hex | 11 | C1 | 6C | 5B | 0 | 2C | 18 | 97 | 54 | 29 |
| Octal | 21 | 301 | 154 | 133 | 0 | 54 | 30 | 227 | 124 | 51 |
| Binary | 10001 | 11000001 | 1101100 | 1011011 | 0 | 101100 | 11000 | 10010111 | 1010100 | 101001 |
Color Harmonies of #11C16C
Complementary color
Monochromatic Colors of #11C16C
Black with #11C16C
Text Example
Text Example
White with #11C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C16C; }
p { color: rgb(17,193,108); }
H1.HeaderClassName
{
color: #11C16C;
}
.AnyTagClassName
{
color: #11C16C;
}
</style>
background-color css
<style>
a { background-color: #11C16C; }
a { background-color: rgb(17,193,108); }
div.DivClassName
{
background-color: #11C16C;
}
.BgClassName
{
background-color: #11C16C;
}
</style>
border-color css
<style>
span { border-color: #11C16C; }
span { border-color: rgb(17,193,108); }
td.TdClassName
{
border-color: #11C16C;
}
.TagClassName
{
border-color: #11C16C;
}
</style>