Shades of Malachite #2AE84C
Tints of Malachite #2AE84C
RGB
CMYK
RGB Variations
Color information
#2AE84C (or 0x2AE84C) is known color: Malachite. HEX triplet: 2A, E8 and 4C. RGB value is (42,232,76). Sum of RGB (Red+Green+Blue) = 42+232+76=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 232 (91.02% from 255 or 66.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE84C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE84C is #D517B3. Grayscale: #9D9D9D. Windows color (decimal): -13965236 or 5040170. OLE color: 5040170.
HSL color Cylindrical-coordinate representation of color #2AE84C: hue angle of 130.74º 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 #2AE84C is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 76 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.09 |
| HSL | 130.74º | 0.81% | 0.54% | - |
| HSV(B) | 130.74º | 0.82% | 0.91% | - |
| XYZ | 31.12 | 58.73 | 16.53 | - |
| YUV | 157.41 | 82.05 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 76 | 0.82 | 0 | 0.67 | 0.09 | 130.74 | 0.81 | 0.54 |
| Hex | 2A | E8 | 4C | 52 | 0 | 43 | 9 | 83 | 51 | 36 |
| Octal | 52 | 350 | 114 | 122 | 0 | 103 | 11 | 203 | 121 | 66 |
| Binary | 101010 | 11101000 | 1001100 | 1010010 | 0 | 1000011 | 1001 | 10000011 | 1010001 | 110110 |
Color Harmonies of #2AE84C
Complementary color
Monochromatic Colors of #2AE84C
Black with #2AE84C
Text Example
Text Example
White with #2AE84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE84C; }
p { color: rgb(42,232,76); }
H1.HeaderClassName
{
color: #2AE84C;
}
.AnyTagClassName
{
color: #2AE84C;
}
</style>
background-color css
<style>
a { background-color: #2AE84C; }
a { background-color: rgb(42,232,76); }
div.DivClassName
{
background-color: #2AE84C;
}
.BgClassName
{
background-color: #2AE84C;
}
</style>
border-color css
<style>
span { border-color: #2AE84C; }
span { border-color: rgb(42,232,76); }
td.TdClassName
{
border-color: #2AE84C;
}
.TagClassName
{
border-color: #2AE84C;
}
</style>