Shades of Malachite #11E060
Tints of Malachite #11E060
RGB
CMYK
RGB Variations
Color information
#11E060 (or 0x11E060) is known color: Malachite. HEX triplet: 11, E0 and 60. RGB value is (17,224,96). Sum of RGB (Red+Green+Blue) = 17+224+96=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #11E060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11E060 is #EE1F9F. Grayscale: #939393. Windows color (decimal): -15605664 or 6348817. OLE color: 6348817.
HSL color Cylindrical-coordinate representation of color #11E060: hue angle of 142.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E060 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 96 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.12 |
| HSL | 142.9º | 0.86% | 0.47% | - |
| HSV(B) | 142.9º | 0.92% | 0.88% | - |
| XYZ | 29 | 54.28 | 20.01 | - |
| YUV | 147.52 | 98.92 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 96 | 0.92 | 0 | 0.57 | 0.12 | 142.9 | 0.86 | 0.47 |
| Hex | 11 | E0 | 60 | 5C | 0 | 39 | C | 8F | 56 | 2F |
| Octal | 21 | 340 | 140 | 134 | 0 | 71 | 14 | 217 | 126 | 57 |
| Binary | 10001 | 11100000 | 1100000 | 1011100 | 0 | 111001 | 1100 | 10001111 | 1010110 | 101111 |
Color Harmonies of #11E060
Complementary color
Monochromatic Colors of #11E060
Black with #11E060
Text Example
Text Example
White with #11E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E060; }
p { color: rgb(17,224,96); }
H1.HeaderClassName
{
color: #11E060;
}
.AnyTagClassName
{
color: #11E060;
}
</style>
background-color css
<style>
a { background-color: #11E060; }
a { background-color: rgb(17,224,96); }
div.DivClassName
{
background-color: #11E060;
}
.BgClassName
{
background-color: #11E060;
}
</style>
border-color css
<style>
span { border-color: #11E060; }
span { border-color: rgb(17,224,96); }
td.TdClassName
{
border-color: #11E060;
}
.TagClassName
{
border-color: #11E060;
}
</style>