Shades of Malachite #10E24A
Tints of Malachite #10E24A
RGB
CMYK
RGB Variations
Color information
#10E24A (or 0x10E24A) is known color: Malachite. HEX triplet: 10, E2 and 4A. RGB value is (16,226,74). Sum of RGB (Red+Green+Blue) = 16+226+74=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 226 (88.67% from 255 or 71.52% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 226 - color contains mainly: green. Hex color #10E24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E24A is #EF1DB5. Grayscale: #929292. Windows color (decimal): -15670710 or 4907536. OLE color: 4907536.
HSL color Cylindrical-coordinate representation of color #10E24A: hue angle of 136.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E24A is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 226 | 74 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.11 |
| HSL | 136.57º | 0.87% | 0.47% | - |
| HSV(B) | 136.57º | 0.93% | 0.89% | - |
| XYZ | 28.65 | 55 | 15.58 | - |
| YUV | 145.88 | 87.43 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 74 | 0.93 | 0 | 0.67 | 0.11 | 136.57 | 0.87 | 0.47 |
| Hex | 10 | E2 | 4A | 5D | 0 | 43 | B | 89 | 57 | 2F |
| Octal | 20 | 342 | 112 | 135 | 0 | 103 | 13 | 211 | 127 | 57 |
| Binary | 10000 | 11100010 | 1001010 | 1011101 | 0 | 1000011 | 1011 | 10001001 | 1010111 | 101111 |
Color Harmonies of #10E24A
Complementary color
Monochromatic Colors of #10E24A
Black with #10E24A
Text Example
Text Example
White with #10E24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E24A; }
p { color: rgb(16,226,74); }
H1.HeaderClassName
{
color: #10E24A;
}
.AnyTagClassName
{
color: #10E24A;
}
</style>
background-color css
<style>
a { background-color: #10E24A; }
a { background-color: rgb(16,226,74); }
div.DivClassName
{
background-color: #10E24A;
}
.BgClassName
{
background-color: #10E24A;
}
</style>
border-color css
<style>
span { border-color: #10E24A; }
span { border-color: rgb(16,226,74); }
td.TdClassName
{
border-color: #10E24A;
}
.TagClassName
{
border-color: #10E24A;
}
</style>