Shades of Jade #11C169
Tints of Jade #11C169
RGB
CMYK
RGB Variations
Color information
#11C169 (or 0x11C169) is known color: Jade. HEX triplet: 11, C1 and 69. RGB value is (17,193,105). Sum of RGB (Red+Green+Blue) = 17+193+105=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #11C169 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C169 is #EE3E96. Grayscale: #828282. Windows color (decimal): -15613591 or 6930705. OLE color: 6930705.
HSL color Cylindrical-coordinate representation of color #11C169: hue angle of 150º 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 #11C169 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 105 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.24 |
| HSL | 150º | 0.84% | 0.41% | - |
| HSV(B) | 150º | 0.91% | 0.76% | - |
| XYZ | 21.85 | 39.28 | 19.79 | - |
| YUV | 130.34 | 113.69 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 105 | 0.91 | 0 | 0.46 | 0.24 | 150 | 0.84 | 0.41 |
| Hex | 11 | C1 | 69 | 5B | 0 | 2E | 18 | 96 | 54 | 29 |
| Octal | 21 | 301 | 151 | 133 | 0 | 56 | 30 | 226 | 124 | 51 |
| Binary | 10001 | 11000001 | 1101001 | 1011011 | 0 | 101110 | 11000 | 10010110 | 1010100 | 101001 |
Color Harmonies of #11C169
Complementary color
Monochromatic Colors of #11C169
Black with #11C169
Text Example
Text Example
White with #11C169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C169; }
p { color: rgb(17,193,105); }
H1.HeaderClassName
{
color: #11C169;
}
.AnyTagClassName
{
color: #11C169;
}
</style>
background-color css
<style>
a { background-color: #11C169; }
a { background-color: rgb(17,193,105); }
div.DivClassName
{
background-color: #11C169;
}
.BgClassName
{
background-color: #11C169;
}
</style>
border-color css
<style>
span { border-color: #11C169; }
span { border-color: rgb(17,193,105); }
td.TdClassName
{
border-color: #11C169;
}
.TagClassName
{
border-color: #11C169;
}
</style>