Shades of Malachite #2AEA70
Tints of Malachite #2AEA70
RGB
CMYK
RGB Variations
Color information
#2AEA70 (or 0x2AEA70) is known color: Malachite. HEX triplet: 2A, EA and 70. RGB value is (42,234,112). Sum of RGB (Red+Green+Blue) = 42+234+112=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 234 (91.80% from 255 or 60.31% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEA70 is #D5158F. Grayscale: #A2A2A2. Windows color (decimal): -13964688 or 7399978. OLE color: 7399978.
HSL color Cylindrical-coordinate representation of color #2AEA70: hue angle of 141.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA70 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 112 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.08 |
| HSL | 141.88º | 0.82% | 0.54% | - |
| HSV(B) | 141.88º | 0.82% | 0.92% | - |
| XYZ | 33.3 | 60.51 | 25.25 | - |
| YUV | 162.68 | 99.39 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 112 | 0.82 | 0 | 0.52 | 0.08 | 141.88 | 0.82 | 0.54 |
| Hex | 2A | EA | 70 | 52 | 0 | 34 | 8 | 8E | 52 | 36 |
| Octal | 52 | 352 | 160 | 122 | 0 | 64 | 10 | 216 | 122 | 66 |
| Binary | 101010 | 11101010 | 1110000 | 1010010 | 0 | 110100 | 1000 | 10001110 | 1010010 | 110110 |
Color Harmonies of #2AEA70
Complementary color
Monochromatic Colors of #2AEA70
Black with #2AEA70
Text Example
Text Example
White with #2AEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA70; }
p { color: rgb(42,234,112); }
H1.HeaderClassName
{
color: #2AEA70;
}
.AnyTagClassName
{
color: #2AEA70;
}
</style>
background-color css
<style>
a { background-color: #2AEA70; }
a { background-color: rgb(42,234,112); }
div.DivClassName
{
background-color: #2AEA70;
}
.BgClassName
{
background-color: #2AEA70;
}
</style>
border-color css
<style>
span { border-color: #2AEA70; }
span { border-color: rgb(42,234,112); }
td.TdClassName
{
border-color: #2AEA70;
}
.TagClassName
{
border-color: #2AEA70;
}
</style>