Shades of Malachite #10E060
Tints of Malachite #10E060
RGB
CMYK
RGB Variations
Color information
#10E060 (or 0x10E060) is known color: Malachite. HEX triplet: 10, E0 and 60. RGB value is (16,224,96). Sum of RGB (Red+Green+Blue) = 16+224+96=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #10E060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E060 is #EF1F9F. Grayscale: #939393. Windows color (decimal): -15671200 or 6348816. OLE color: 6348816.
HSL color Cylindrical-coordinate representation of color #10E060: hue angle of 143.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E060 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 96 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.12 |
| HSL | 143.08º | 0.87% | 0.47% | - |
| HSV(B) | 143.08º | 0.93% | 0.88% | - |
| XYZ | 28.98 | 54.27 | 20.01 | - |
| YUV | 147.22 | 99.09 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 96 | 0.93 | 0 | 0.57 | 0.12 | 143.08 | 0.87 | 0.47 |
| Hex | 10 | E0 | 60 | 5D | 0 | 39 | C | 8F | 57 | 2F |
| Octal | 20 | 340 | 140 | 135 | 0 | 71 | 14 | 217 | 127 | 57 |
| Binary | 10000 | 11100000 | 1100000 | 1011101 | 0 | 111001 | 1100 | 10001111 | 1010111 | 101111 |
Color Harmonies of #10E060
Complementary color
Monochromatic Colors of #10E060
Black with #10E060
Text Example
Text Example
White with #10E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E060; }
p { color: rgb(16,224,96); }
H1.HeaderClassName
{
color: #10E060;
}
.AnyTagClassName
{
color: #10E060;
}
</style>
background-color css
<style>
a { background-color: #10E060; }
a { background-color: rgb(16,224,96); }
div.DivClassName
{
background-color: #10E060;
}
.BgClassName
{
background-color: #10E060;
}
</style>
border-color css
<style>
span { border-color: #10E060; }
span { border-color: rgb(16,224,96); }
td.TdClassName
{
border-color: #10E060;
}
.TagClassName
{
border-color: #10E060;
}
</style>