Shades of Malachite #2ADC56
Tints of Malachite #2ADC56
RGB
CMYK
RGB Variations
Color information
#2ADC56 (or 0x2ADC56) is known color: Malachite. HEX triplet: 2A, DC and 56. RGB value is (42,220,86). Sum of RGB (Red+Green+Blue) = 42+220+86=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC56 is #D523A9. Grayscale: #979797. Windows color (decimal): -13968298 or 5692458. OLE color: 5692458.
HSL color Cylindrical-coordinate representation of color #2ADC56: hue angle of 134.83º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC56 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 86 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.14 |
| HSL | 134.83º | 0.72% | 0.51% | - |
| HSV(B) | 134.83º | 0.81% | 0.86% | - |
| XYZ | 28.23 | 52.35 | 17.42 | - |
| YUV | 151.5 | 91.03 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 86 | 0.81 | 0 | 0.61 | 0.14 | 134.83 | 0.72 | 0.51 |
| Hex | 2A | DC | 56 | 51 | 0 | 3D | E | 87 | 48 | 33 |
| Octal | 52 | 334 | 126 | 121 | 0 | 75 | 16 | 207 | 110 | 63 |
| Binary | 101010 | 11011100 | 1010110 | 1010001 | 0 | 111101 | 1110 | 10000111 | 1001000 | 110011 |
Color Harmonies of #2ADC56
Complementary color
Monochromatic Colors of #2ADC56
Black with #2ADC56
Text Example
Text Example
White with #2ADC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC56; }
p { color: rgb(42,220,86); }
H1.HeaderClassName
{
color: #2ADC56;
}
.AnyTagClassName
{
color: #2ADC56;
}
</style>
background-color css
<style>
a { background-color: #2ADC56; }
a { background-color: rgb(42,220,86); }
div.DivClassName
{
background-color: #2ADC56;
}
.BgClassName
{
background-color: #2ADC56;
}
</style>
border-color css
<style>
span { border-color: #2ADC56; }
span { border-color: rgb(42,220,86); }
td.TdClassName
{
border-color: #2ADC56;
}
.TagClassName
{
border-color: #2ADC56;
}
</style>