Shades of Malachite #10E151
Tints of Malachite #10E151
RGB
CMYK
RGB Variations
Color information
#10E151 (or 0x10E151) is known color: Malachite. HEX triplet: 10, E1 and 51. RGB value is (16,225,81). Sum of RGB (Red+Green+Blue) = 16+225+81=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 225 (88.28% from 255 or 69.88% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 225 - color contains mainly: green. Hex color #10E151 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E151 is #EF1EAE. Grayscale: #929292. Windows color (decimal): -15670959 or 5366032. OLE color: 5366032.
HSL color Cylindrical-coordinate representation of color #10E151: hue angle of 138.66º 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 #10E151 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 81 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.12 |
| HSL | 138.66º | 0.87% | 0.47% | - |
| HSV(B) | 138.66º | 0.93% | 0.88% | - |
| XYZ | 28.62 | 54.55 | 16.81 | - |
| YUV | 146.09 | 91.26 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 81 | 0.93 | 0 | 0.64 | 0.12 | 138.66 | 0.87 | 0.47 |
| Hex | 10 | E1 | 51 | 5D | 0 | 40 | C | 8B | 57 | 2F |
| Octal | 20 | 341 | 121 | 135 | 0 | 100 | 14 | 213 | 127 | 57 |
| Binary | 10000 | 11100001 | 1010001 | 1011101 | 0 | 1000000 | 1100 | 10001011 | 1010111 | 101111 |
Color Harmonies of #10E151
Complementary color
Monochromatic Colors of #10E151
Black with #10E151
Text Example
Text Example
White with #10E151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E151; }
p { color: rgb(16,225,81); }
H1.HeaderClassName
{
color: #10E151;
}
.AnyTagClassName
{
color: #10E151;
}
</style>
background-color css
<style>
a { background-color: #10E151; }
a { background-color: rgb(16,225,81); }
div.DivClassName
{
background-color: #10E151;
}
.BgClassName
{
background-color: #10E151;
}
</style>
border-color css
<style>
span { border-color: #10E151; }
span { border-color: rgb(16,225,81); }
td.TdClassName
{
border-color: #10E151;
}
.TagClassName
{
border-color: #10E151;
}
</style>