Shades of Malachite #11C152
Tints of Malachite #11C152
RGB
CMYK
RGB Variations
Color information
#11C152 (or 0x11C152) is known color: Malachite. HEX triplet: 11, C1 and 52. RGB value is (17,193,82). Sum of RGB (Red+Green+Blue) = 17+193+82=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #11C152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C152 is #EE3EAD. Grayscale: #7F7F7F. Windows color (decimal): -15613614 or 5423377. OLE color: 5423377.
HSL color Cylindrical-coordinate representation of color #11C152: hue angle of 142.16º 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 #11C152 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 193 | 82 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.24 |
| HSL | 142.16º | 0.84% | 0.41% | - |
| HSV(B) | 142.16º | 0.91% | 0.76% | - |
| XYZ | 20.82 | 38.87 | 14.39 | - |
| YUV | 127.72 | 102.19 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 193 | 82 | 0.91 | 0 | 0.58 | 0.24 | 142.16 | 0.84 | 0.41 |
| Hex | 11 | C1 | 52 | 5B | 0 | 3A | 18 | 8E | 54 | 29 |
| Octal | 21 | 301 | 122 | 133 | 0 | 72 | 30 | 216 | 124 | 51 |
| Binary | 10001 | 11000001 | 1010010 | 1011011 | 0 | 111010 | 11000 | 10001110 | 1010100 | 101001 |
Color Harmonies of #11C152
Complementary color
Monochromatic Colors of #11C152
Black with #11C152
Text Example
Text Example
White with #11C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C152; }
p { color: rgb(17,193,82); }
H1.HeaderClassName
{
color: #11C152;
}
.AnyTagClassName
{
color: #11C152;
}
</style>
background-color css
<style>
a { background-color: #11C152; }
a { background-color: rgb(17,193,82); }
div.DivClassName
{
background-color: #11C152;
}
.BgClassName
{
background-color: #11C152;
}
</style>
border-color css
<style>
span { border-color: #11C152; }
span { border-color: rgb(17,193,82); }
td.TdClassName
{
border-color: #11C152;
}
.TagClassName
{
border-color: #11C152;
}
</style>