Shades of Malachite #2AD84F
Tints of Malachite #2AD84F
RGB
CMYK
RGB Variations
Color information
#2AD84F (or 0x2AD84F) is known color: Malachite. HEX triplet: 2A, D8 and 4F. RGB value is (42,216,79). Sum of RGB (Red+Green+Blue) = 42+216+79=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD84F is #D527B0. Grayscale: #949494. Windows color (decimal): -13969329 or 5232682. OLE color: 5232682.
HSL color Cylindrical-coordinate representation of color #2AD84F: hue angle of 132.76º 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 #2AD84F is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 79 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.15 |
| HSL | 132.76º | 0.69% | 0.51% | - |
| HSV(B) | 132.76º | 0.81% | 0.85% | - |
| XYZ | 26.92 | 50.17 | 15.66 | - |
| YUV | 148.36 | 88.85 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 79 | 0.81 | 0 | 0.63 | 0.15 | 132.76 | 0.69 | 0.51 |
| Hex | 2A | D8 | 4F | 51 | 0 | 3F | F | 85 | 45 | 33 |
| Octal | 52 | 330 | 117 | 121 | 0 | 77 | 17 | 205 | 105 | 63 |
| Binary | 101010 | 11011000 | 1001111 | 1010001 | 0 | 111111 | 1111 | 10000101 | 1000101 | 110011 |
Color Harmonies of #2AD84F
Complementary color
Monochromatic Colors of #2AD84F
Black with #2AD84F
Text Example
Text Example
White with #2AD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD84F; }
p { color: rgb(42,216,79); }
H1.HeaderClassName
{
color: #2AD84F;
}
.AnyTagClassName
{
color: #2AD84F;
}
</style>
background-color css
<style>
a { background-color: #2AD84F; }
a { background-color: rgb(42,216,79); }
div.DivClassName
{
background-color: #2AD84F;
}
.BgClassName
{
background-color: #2AD84F;
}
</style>
border-color css
<style>
span { border-color: #2AD84F; }
span { border-color: rgb(42,216,79); }
td.TdClassName
{
border-color: #2AD84F;
}
.TagClassName
{
border-color: #2AD84F;
}
</style>