Shades of Malachite #2AE270
Tints of Malachite #2AE270
RGB
CMYK
RGB Variations
Color information
#2AE270 (or 0x2AE270) is known color: Malachite. HEX triplet: 2A, E2 and 70. RGB value is (42,226,112). Sum of RGB (Red+Green+Blue) = 42+226+112=380 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.05% from 380); Green value is 226 (88.67% from 255 or 59.47% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE270 is #D51D8F. Grayscale: #9E9E9E. Windows color (decimal): -13966736 or 7397930. OLE color: 7397930.
HSL color Cylindrical-coordinate representation of color #2AE270: hue angle of 142.83º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE270 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 112 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.11 |
| HSL | 142.83º | 0.76% | 0.53% | - |
| HSV(B) | 142.83º | 0.81% | 0.89% | - |
| XYZ | 31.08 | 56.05 | 24.51 | - |
| YUV | 157.99 | 102.04 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 112 | 0.81 | 0 | 0.50 | 0.11 | 142.83 | 0.76 | 0.53 |
| Hex | 2A | E2 | 70 | 51 | 0 | 32 | B | 8F | 4C | 35 |
| Octal | 52 | 342 | 160 | 121 | 0 | 62 | 13 | 217 | 114 | 65 |
| Binary | 101010 | 11100010 | 1110000 | 1010001 | 0 | 110010 | 1011 | 10001111 | 1001100 | 110101 |
Color Harmonies of #2AE270
Complementary color
Monochromatic Colors of #2AE270
Black with #2AE270
Text Example
Text Example
White with #2AE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE270; }
p { color: rgb(42,226,112); }
H1.HeaderClassName
{
color: #2AE270;
}
.AnyTagClassName
{
color: #2AE270;
}
</style>
background-color css
<style>
a { background-color: #2AE270; }
a { background-color: rgb(42,226,112); }
div.DivClassName
{
background-color: #2AE270;
}
.BgClassName
{
background-color: #2AE270;
}
</style>
border-color css
<style>
span { border-color: #2AE270; }
span { border-color: rgb(42,226,112); }
td.TdClassName
{
border-color: #2AE270;
}
.TagClassName
{
border-color: #2AE270;
}
</style>