Shades of Malachite #10E440
Tints of Malachite #10E440
RGB
CMYK
RGB Variations
Color information
#10E440 (or 0x10E440) is known color: Malachite. HEX triplet: 10, E4 and 40. RGB value is (16,228,64). Sum of RGB (Red+Green+Blue) = 16+228+64=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #10E440 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E440 is #EF1BBF. Grayscale: #929292. Windows color (decimal): -15670208 or 4252688. OLE color: 4252688.
HSL color Cylindrical-coordinate representation of color #10E440: hue angle of 133.58º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E440 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 228 | 64 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.11 |
| HSL | 133.58º | 0.87% | 0.48% | - |
| HSV(B) | 133.58º | 0.93% | 0.89% | - |
| XYZ | 28.88 | 55.97 | 14.13 | - |
| YUV | 145.92 | 81.76 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 228 | 64 | 0.93 | 0 | 0.72 | 0.11 | 133.58 | 0.87 | 0.48 |
| Hex | 10 | E4 | 40 | 5D | 0 | 48 | B | 86 | 57 | 30 |
| Octal | 20 | 344 | 100 | 135 | 0 | 110 | 13 | 206 | 127 | 60 |
| Binary | 10000 | 11100100 | 1000000 | 1011101 | 0 | 1001000 | 1011 | 10000110 | 1010111 | 110000 |
Color Harmonies of #10E440
Complementary color
Monochromatic Colors of #10E440
Black with #10E440
Text Example
Text Example
White with #10E440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E440; }
p { color: rgb(16,228,64); }
H1.HeaderClassName
{
color: #10E440;
}
.AnyTagClassName
{
color: #10E440;
}
</style>
background-color css
<style>
a { background-color: #10E440; }
a { background-color: rgb(16,228,64); }
div.DivClassName
{
background-color: #10E440;
}
.BgClassName
{
background-color: #10E440;
}
</style>
border-color css
<style>
span { border-color: #10E440; }
span { border-color: rgb(16,228,64); }
td.TdClassName
{
border-color: #10E440;
}
.TagClassName
{
border-color: #10E440;
}
</style>