Shades of Malachite #11D070
Tints of Malachite #11D070
RGB
CMYK
RGB Variations
Color information
#11D070 (or 0x11D070) is known color: Malachite. HEX triplet: 11, D0 and 70. RGB value is (17,208,112). Sum of RGB (Red+Green+Blue) = 17+208+112=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #11D070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D070 is #EE2F8F. Grayscale: #8C8C8C. Windows color (decimal): -15609744 or 7393297. OLE color: 7393297.
HSL color Cylindrical-coordinate representation of color #11D070: hue angle of 149.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D070 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 112 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.18 |
| HSL | 149.84º | 0.85% | 0.44% | - |
| HSV(B) | 149.84º | 0.92% | 0.82% | - |
| XYZ | 25.71 | 46.4 | 22.93 | - |
| YUV | 139.95 | 112.22 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 112 | 0.92 | 0 | 0.46 | 0.18 | 149.84 | 0.85 | 0.44 |
| Hex | 11 | D0 | 70 | 5C | 0 | 2E | 12 | 96 | 55 | 2C |
| Octal | 21 | 320 | 160 | 134 | 0 | 56 | 22 | 226 | 125 | 54 |
| Binary | 10001 | 11010000 | 1110000 | 1011100 | 0 | 101110 | 10010 | 10010110 | 1010101 | 101100 |
Color Harmonies of #11D070
Complementary color
Monochromatic Colors of #11D070
Black with #11D070
Text Example
Text Example
White with #11D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D070; }
p { color: rgb(17,208,112); }
H1.HeaderClassName
{
color: #11D070;
}
.AnyTagClassName
{
color: #11D070;
}
</style>
background-color css
<style>
a { background-color: #11D070; }
a { background-color: rgb(17,208,112); }
div.DivClassName
{
background-color: #11D070;
}
.BgClassName
{
background-color: #11D070;
}
</style>
border-color css
<style>
span { border-color: #11D070; }
span { border-color: rgb(17,208,112); }
td.TdClassName
{
border-color: #11D070;
}
.TagClassName
{
border-color: #11D070;
}
</style>