Shades of Malachite #10E16F
Tints of Malachite #10E16F
RGB
CMYK
RGB Variations
Color information
#10E16F (or 0x10E16F) is known color: Malachite. HEX triplet: 10, E1 and 6F. RGB value is (16,225,111). Sum of RGB (Red+Green+Blue) = 16+225+111=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #10E16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E16F is #EF1E90. Grayscale: #959595. Windows color (decimal): -15670929 or 7332112. OLE color: 7332112.
HSL color Cylindrical-coordinate representation of color #10E16F: hue angle of 147.27º 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 #10E16F is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 111 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.12 |
| HSL | 147.27º | 0.87% | 0.47% | - |
| HSV(B) | 147.27º | 0.93% | 0.88% | - |
| XYZ | 30.01 | 55.11 | 24.09 | - |
| YUV | 149.51 | 106.26 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 111 | 0.93 | 0 | 0.51 | 0.12 | 147.27 | 0.87 | 0.47 |
| Hex | 10 | E1 | 6F | 5D | 0 | 33 | C | 93 | 57 | 2F |
| Octal | 20 | 341 | 157 | 135 | 0 | 63 | 14 | 223 | 127 | 57 |
| Binary | 10000 | 11100001 | 1101111 | 1011101 | 0 | 110011 | 1100 | 10010011 | 1010111 | 101111 |
Color Harmonies of #10E16F
Complementary color
Monochromatic Colors of #10E16F
Black with #10E16F
Text Example
Text Example
White with #10E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E16F; }
p { color: rgb(16,225,111); }
H1.HeaderClassName
{
color: #10E16F;
}
.AnyTagClassName
{
color: #10E16F;
}
</style>
background-color css
<style>
a { background-color: #10E16F; }
a { background-color: rgb(16,225,111); }
div.DivClassName
{
background-color: #10E16F;
}
.BgClassName
{
background-color: #10E16F;
}
</style>
border-color css
<style>
span { border-color: #10E16F; }
span { border-color: rgb(16,225,111); }
td.TdClassName
{
border-color: #10E16F;
}
.TagClassName
{
border-color: #10E16F;
}
</style>