Shades of Malachite #11E960
Tints of Malachite #11E960
RGB
CMYK
RGB Variations
Color information
#11E960 (or 0x11E960) is known color: Malachite. HEX triplet: 11, E9 and 60. RGB value is (17,233,96). Sum of RGB (Red+Green+Blue) = 17+233+96=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #11E960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11E960 is #EE169F. Grayscale: #999999. Windows color (decimal): -15603360 or 6351121. OLE color: 6351121.
HSL color Cylindrical-coordinate representation of color #11E960: hue angle of 141.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11E960 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 233 | 96 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.09 |
| HSL | 141.94º | 0.86% | 0.49% | - |
| HSV(B) | 141.94º | 0.93% | 0.91% | - |
| XYZ | 31.48 | 59.24 | 20.84 | - |
| YUV | 152.8 | 95.94 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 233 | 96 | 0.93 | 0 | 0.59 | 0.09 | 141.94 | 0.86 | 0.49 |
| Hex | 11 | E9 | 60 | 5D | 0 | 3B | 9 | 8E | 56 | 31 |
| Octal | 21 | 351 | 140 | 135 | 0 | 73 | 11 | 216 | 126 | 61 |
| Binary | 10001 | 11101001 | 1100000 | 1011101 | 0 | 111011 | 1001 | 10001110 | 1010110 | 110001 |
Color Harmonies of #11E960
Complementary color
Monochromatic Colors of #11E960
Black with #11E960
Text Example
Text Example
White with #11E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E960; }
p { color: rgb(17,233,96); }
H1.HeaderClassName
{
color: #11E960;
}
.AnyTagClassName
{
color: #11E960;
}
</style>
background-color css
<style>
a { background-color: #11E960; }
a { background-color: rgb(17,233,96); }
div.DivClassName
{
background-color: #11E960;
}
.BgClassName
{
background-color: #11E960;
}
</style>
border-color css
<style>
span { border-color: #11E960; }
span { border-color: rgb(17,233,96); }
td.TdClassName
{
border-color: #11E960;
}
.TagClassName
{
border-color: #11E960;
}
</style>