Shades of Malachite #11C155
Tints of Malachite #11C155
RGB
CMYK
RGB Variations
Color information
#11C155 (or 0x11C155) is known color: Malachite. HEX triplet: 11, C1 and 55. RGB value is (17,193,85). Sum of RGB (Red+Green+Blue) = 17+193+85=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #11C155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C155 is #EE3EAA. Grayscale: #808080. Windows color (decimal): -15613611 or 5619985. OLE color: 5619985.
HSL color Cylindrical-coordinate representation of color #11C155: hue angle of 143.18º 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 #11C155 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 85 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.24 |
| HSL | 143.18º | 0.84% | 0.41% | - |
| HSV(B) | 143.18º | 0.91% | 0.76% | - |
| XYZ | 20.94 | 38.91 | 15 | - |
| YUV | 128.06 | 103.69 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 85 | 0.91 | 0 | 0.56 | 0.24 | 143.18 | 0.84 | 0.41 |
| Hex | 11 | C1 | 55 | 5B | 0 | 38 | 18 | 8F | 54 | 29 |
| Octal | 21 | 301 | 125 | 133 | 0 | 70 | 30 | 217 | 124 | 51 |
| Binary | 10001 | 11000001 | 1010101 | 1011011 | 0 | 111000 | 11000 | 10001111 | 1010100 | 101001 |
Color Harmonies of #11C155
Complementary color
Monochromatic Colors of #11C155
Black with #11C155
Text Example
Text Example
White with #11C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C155; }
p { color: rgb(17,193,85); }
H1.HeaderClassName
{
color: #11C155;
}
.AnyTagClassName
{
color: #11C155;
}
</style>
background-color css
<style>
a { background-color: #11C155; }
a { background-color: rgb(17,193,85); }
div.DivClassName
{
background-color: #11C155;
}
.BgClassName
{
background-color: #11C155;
}
</style>
border-color css
<style>
span { border-color: #11C155; }
span { border-color: rgb(17,193,85); }
td.TdClassName
{
border-color: #11C155;
}
.TagClassName
{
border-color: #11C155;
}
</style>