Shades of Malachite #2AE852
Tints of Malachite #2AE852
RGB
CMYK
RGB Variations
Color information
#2AE852 (or 0x2AE852) is known color: Malachite. HEX triplet: 2A, E8 and 52. RGB value is (42,232,82). Sum of RGB (Red+Green+Blue) = 42+232+82=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 232 (91.02% from 255 or 65.17% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE852 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE852 is #D517AD. Grayscale: #9E9E9E. Windows color (decimal): -13965230 or 5433386. OLE color: 5433386.
HSL color Cylindrical-coordinate representation of color #2AE852: hue angle of 132.63º 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 #2AE852 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 82 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.09 |
| HSL | 132.63º | 0.81% | 0.54% | - |
| HSV(B) | 132.63º | 0.82% | 0.91% | - |
| XYZ | 31.33 | 58.81 | 17.68 | - |
| YUV | 158.09 | 85.05 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 82 | 0.82 | 0 | 0.65 | 0.09 | 132.63 | 0.81 | 0.54 |
| Hex | 2A | E8 | 52 | 52 | 0 | 41 | 9 | 85 | 51 | 36 |
| Octal | 52 | 350 | 122 | 122 | 0 | 101 | 11 | 205 | 121 | 66 |
| Binary | 101010 | 11101000 | 1010010 | 1010010 | 0 | 1000001 | 1001 | 10000101 | 1010001 | 110110 |
Color Harmonies of #2AE852
Complementary color
Monochromatic Colors of #2AE852
Black with #2AE852
Text Example
Text Example
White with #2AE852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE852; }
p { color: rgb(42,232,82); }
H1.HeaderClassName
{
color: #2AE852;
}
.AnyTagClassName
{
color: #2AE852;
}
</style>
background-color css
<style>
a { background-color: #2AE852; }
a { background-color: rgb(42,232,82); }
div.DivClassName
{
background-color: #2AE852;
}
.BgClassName
{
background-color: #2AE852;
}
</style>
border-color css
<style>
span { border-color: #2AE852; }
span { border-color: rgb(42,232,82); }
td.TdClassName
{
border-color: #2AE852;
}
.TagClassName
{
border-color: #2AE852;
}
</style>