Shades of Malachite #10E157
Tints of Malachite #10E157
RGB
CMYK
RGB Variations
Color information
#10E157 (or 0x10E157) is known color: Malachite. HEX triplet: 10, E1 and 57. RGB value is (16,225,87). Sum of RGB (Red+Green+Blue) = 16+225+87=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #10E157 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E157 is #EF1EA8. Grayscale: #939393. Windows color (decimal): -15670953 or 5759248. OLE color: 5759248.
HSL color Cylindrical-coordinate representation of color #10E157: hue angle of 140.38º 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 #10E157 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 87 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.12 |
| HSL | 140.38º | 0.87% | 0.47% | - |
| HSV(B) | 140.38º | 0.93% | 0.88% | - |
| XYZ | 28.86 | 54.65 | 18.04 | - |
| YUV | 146.78 | 94.26 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 87 | 0.93 | 0 | 0.61 | 0.12 | 140.38 | 0.87 | 0.47 |
| Hex | 10 | E1 | 57 | 5D | 0 | 3D | C | 8C | 57 | 2F |
| Octal | 20 | 341 | 127 | 135 | 0 | 75 | 14 | 214 | 127 | 57 |
| Binary | 10000 | 11100001 | 1010111 | 1011101 | 0 | 111101 | 1100 | 10001100 | 1010111 | 101111 |
Color Harmonies of #10E157
Complementary color
Monochromatic Colors of #10E157
Black with #10E157
Text Example
Text Example
White with #10E157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E157; }
p { color: rgb(16,225,87); }
H1.HeaderClassName
{
color: #10E157;
}
.AnyTagClassName
{
color: #10E157;
}
</style>
background-color css
<style>
a { background-color: #10E157; }
a { background-color: rgb(16,225,87); }
div.DivClassName
{
background-color: #10E157;
}
.BgClassName
{
background-color: #10E157;
}
</style>
border-color css
<style>
span { border-color: #10E157; }
span { border-color: rgb(16,225,87); }
td.TdClassName
{
border-color: #10E157;
}
.TagClassName
{
border-color: #10E157;
}
</style>