Shades of Malachite #10E46A
Tints of Malachite #10E46A
RGB
CMYK
RGB Variations
Color information
#10E46A (or 0x10E46A) is known color: Malachite. HEX triplet: 10, E4 and 6A. RGB value is (16,228,106). Sum of RGB (Red+Green+Blue) = 16+228+106=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 228 (89.45% from 255 or 65.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 228 - color contains mainly: green. Hex color #10E46A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E46A is #EF1B95. Grayscale: #969696. Windows color (decimal): -15670166 or 7005200. OLE color: 7005200.
HSL color Cylindrical-coordinate representation of color #10E46A: hue angle of 145.47º 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 #10E46A is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 228 | 106 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.11 |
| HSL | 145.47º | 0.87% | 0.48% | - |
| HSV(B) | 145.47º | 0.93% | 0.89% | - |
| XYZ | 30.56 | 56.64 | 22.96 | - |
| YUV | 150.7 | 102.76 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 228 | 106 | 0.93 | 0 | 0.54 | 0.11 | 145.47 | 0.87 | 0.48 |
| Hex | 10 | E4 | 6A | 5D | 0 | 36 | B | 91 | 57 | 30 |
| Octal | 20 | 344 | 152 | 135 | 0 | 66 | 13 | 221 | 127 | 60 |
| Binary | 10000 | 11100100 | 1101010 | 1011101 | 0 | 110110 | 1011 | 10010001 | 1010111 | 110000 |
Color Harmonies of #10E46A
Complementary color
Monochromatic Colors of #10E46A
Black with #10E46A
Text Example
Text Example
White with #10E46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E46A; }
p { color: rgb(16,228,106); }
H1.HeaderClassName
{
color: #10E46A;
}
.AnyTagClassName
{
color: #10E46A;
}
</style>
background-color css
<style>
a { background-color: #10E46A; }
a { background-color: rgb(16,228,106); }
div.DivClassName
{
background-color: #10E46A;
}
.BgClassName
{
background-color: #10E46A;
}
</style>
border-color css
<style>
span { border-color: #10E46A; }
span { border-color: rgb(16,228,106); }
td.TdClassName
{
border-color: #10E46A;
}
.TagClassName
{
border-color: #10E46A;
}
</style>