Shades of Jade #11C167
Tints of Jade #11C167
RGB
CMYK
RGB Variations
Color information
#11C167 (or 0x11C167) is known color: Jade. HEX triplet: 11, C1 and 67. RGB value is (17,193,103). Sum of RGB (Red+Green+Blue) = 17+193+103=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #11C167 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C167 is #EE3E98. Grayscale: #828282. Windows color (decimal): -15613593 or 6799633. OLE color: 6799633.
HSL color Cylindrical-coordinate representation of color #11C167: hue angle of 149.32º 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 #11C167 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 103 | - |
| CMYK | 0.91 | 0 | 0.47 | 0.24 |
| HSL | 149.32º | 0.84% | 0.41% | - |
| HSV(B) | 149.32º | 0.91% | 0.76% | - |
| XYZ | 21.75 | 39.24 | 19.26 | - |
| YUV | 130.12 | 112.69 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 103 | 0.91 | 0 | 0.47 | 0.24 | 149.32 | 0.84 | 0.41 |
| Hex | 11 | C1 | 67 | 5B | 0 | 2F | 18 | 95 | 54 | 29 |
| Octal | 21 | 301 | 147 | 133 | 0 | 57 | 30 | 225 | 124 | 51 |
| Binary | 10001 | 11000001 | 1100111 | 1011011 | 0 | 101111 | 11000 | 10010101 | 1010100 | 101001 |
Color Harmonies of #11C167
Complementary color
Monochromatic Colors of #11C167
Black with #11C167
Text Example
Text Example
White with #11C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C167; }
p { color: rgb(17,193,103); }
H1.HeaderClassName
{
color: #11C167;
}
.AnyTagClassName
{
color: #11C167;
}
</style>
background-color css
<style>
a { background-color: #11C167; }
a { background-color: rgb(17,193,103); }
div.DivClassName
{
background-color: #11C167;
}
.BgClassName
{
background-color: #11C167;
}
</style>
border-color css
<style>
span { border-color: #11C167; }
span { border-color: rgb(17,193,103); }
td.TdClassName
{
border-color: #11C167;
}
.TagClassName
{
border-color: #11C167;
}
</style>