Shades of Malachite #2ADE70
Tints of Malachite #2ADE70
RGB
CMYK
RGB Variations
Color information
#2ADE70 (or 0x2ADE70) is known color: Malachite. HEX triplet: 2A, DE and 70. RGB value is (42,222,112). Sum of RGB (Red+Green+Blue) = 42+222+112=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADE70 is #D5218F. Grayscale: #9B9B9B. Windows color (decimal): -13967760 or 7396906. OLE color: 7396906.
HSL color Cylindrical-coordinate representation of color #2ADE70: hue angle of 143.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADE70 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 112 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.13 |
| HSL | 143.33º | 0.73% | 0.52% | - |
| HSV(B) | 143.33º | 0.81% | 0.87% | - |
| XYZ | 30 | 53.9 | 24.15 | - |
| YUV | 155.64 | 103.37 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 112 | 0.81 | 0 | 0.50 | 0.13 | 143.33 | 0.73 | 0.52 |
| Hex | 2A | DE | 70 | 51 | 0 | 32 | D | 8F | 49 | 34 |
| Octal | 52 | 336 | 160 | 121 | 0 | 62 | 15 | 217 | 111 | 64 |
| Binary | 101010 | 11011110 | 1110000 | 1010001 | 0 | 110010 | 1101 | 10001111 | 1001001 | 110100 |
Color Harmonies of #2ADE70
Complementary color
Monochromatic Colors of #2ADE70
Black with #2ADE70
Text Example
Text Example
White with #2ADE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE70; }
p { color: rgb(42,222,112); }
H1.HeaderClassName
{
color: #2ADE70;
}
.AnyTagClassName
{
color: #2ADE70;
}
</style>
background-color css
<style>
a { background-color: #2ADE70; }
a { background-color: rgb(42,222,112); }
div.DivClassName
{
background-color: #2ADE70;
}
.BgClassName
{
background-color: #2ADE70;
}
</style>
border-color css
<style>
span { border-color: #2ADE70; }
span { border-color: rgb(42,222,112); }
td.TdClassName
{
border-color: #2ADE70;
}
.TagClassName
{
border-color: #2ADE70;
}
</style>