Shades of Malachite #2AE870
Tints of Malachite #2AE870
RGB
CMYK
RGB Variations
Color information
#2AE870 (or 0x2AE870) is known color: Malachite. HEX triplet: 2A, E8 and 70. RGB value is (42,232,112). Sum of RGB (Red+Green+Blue) = 42+232+112=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE870 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE870 is #D5178F. Grayscale: #A1A1A1. Windows color (decimal): -13965200 or 7399466. OLE color: 7399466.
HSL color Cylindrical-coordinate representation of color #2AE870: hue angle of 142.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE870 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 112 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.09 |
| HSL | 142.11º | 0.81% | 0.54% | - |
| HSV(B) | 142.11º | 0.82% | 0.91% | - |
| XYZ | 32.74 | 59.38 | 25.06 | - |
| YUV | 161.51 | 100.05 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 112 | 0.82 | 0 | 0.52 | 0.09 | 142.11 | 0.81 | 0.54 |
| Hex | 2A | E8 | 70 | 52 | 0 | 34 | 9 | 8E | 51 | 36 |
| Octal | 52 | 350 | 160 | 122 | 0 | 64 | 11 | 216 | 121 | 66 |
| Binary | 101010 | 11101000 | 1110000 | 1010010 | 0 | 110100 | 1001 | 10001110 | 1010001 | 110110 |
Color Harmonies of #2AE870
Complementary color
Monochromatic Colors of #2AE870
Black with #2AE870
Text Example
Text Example
White with #2AE870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE870; }
p { color: rgb(42,232,112); }
H1.HeaderClassName
{
color: #2AE870;
}
.AnyTagClassName
{
color: #2AE870;
}
</style>
background-color css
<style>
a { background-color: #2AE870; }
a { background-color: rgb(42,232,112); }
div.DivClassName
{
background-color: #2AE870;
}
.BgClassName
{
background-color: #2AE870;
}
</style>
border-color css
<style>
span { border-color: #2AE870; }
span { border-color: rgb(42,232,112); }
td.TdClassName
{
border-color: #2AE870;
}
.TagClassName
{
border-color: #2AE870;
}
</style>