Shades of Malachite #2AD84E
Tints of Malachite #2AD84E
RGB
CMYK
RGB Variations
Color information
#2AD84E (or 0x2AD84E) is known color: Malachite. HEX triplet: 2A, D8 and 4E. RGB value is (42,216,78). Sum of RGB (Red+Green+Blue) = 42+216+78=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD84E is #D527B1. Grayscale: #949494. Windows color (decimal): -13969330 or 5167146. OLE color: 5167146.
HSL color Cylindrical-coordinate representation of color #2AD84E: hue angle of 132.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD84E is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 78 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.15 |
| HSL | 132.41º | 0.69% | 0.51% | - |
| HSV(B) | 132.41º | 0.81% | 0.85% | - |
| XYZ | 26.89 | 50.15 | 15.47 | - |
| YUV | 148.24 | 88.35 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 78 | 0.81 | 0 | 0.64 | 0.15 | 132.41 | 0.69 | 0.51 |
| Hex | 2A | D8 | 4E | 51 | 0 | 40 | F | 84 | 45 | 33 |
| Octal | 52 | 330 | 116 | 121 | 0 | 100 | 17 | 204 | 105 | 63 |
| Binary | 101010 | 11011000 | 1001110 | 1010001 | 0 | 1000000 | 1111 | 10000100 | 1000101 | 110011 |
Color Harmonies of #2AD84E
Complementary color
Monochromatic Colors of #2AD84E
Black with #2AD84E
Text Example
Text Example
White with #2AD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD84E; }
p { color: rgb(42,216,78); }
H1.HeaderClassName
{
color: #2AD84E;
}
.AnyTagClassName
{
color: #2AD84E;
}
</style>
background-color css
<style>
a { background-color: #2AD84E; }
a { background-color: rgb(42,216,78); }
div.DivClassName
{
background-color: #2AD84E;
}
.BgClassName
{
background-color: #2AD84E;
}
</style>
border-color css
<style>
span { border-color: #2AD84E; }
span { border-color: rgb(42,216,78); }
td.TdClassName
{
border-color: #2AD84E;
}
.TagClassName
{
border-color: #2AD84E;
}
</style>