Shades of Malachite #2ADC6C
Tints of Malachite #2ADC6C
RGB
CMYK
RGB Variations
Color information
#2ADC6C (or 0x2ADC6C) is known color: Malachite. HEX triplet: 2A, DC and 6C. RGB value is (42,220,108). Sum of RGB (Red+Green+Blue) = 42+220+108=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 220 (86.33% from 255 or 59.46% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC6C is #D52393. Grayscale: #9A9A9A. Windows color (decimal): -13968276 or 7134250. OLE color: 7134250.
HSL color Cylindrical-coordinate representation of color #2ADC6C: hue angle of 142.25º 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 #2ADC6C is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 108 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.14 |
| HSL | 142.25º | 0.72% | 0.51% | - |
| HSV(B) | 142.25º | 0.81% | 0.86% | - |
| XYZ | 29.25 | 52.76 | 22.83 | - |
| YUV | 154.01 | 102.03 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 108 | 0.81 | 0 | 0.51 | 0.14 | 142.25 | 0.72 | 0.51 |
| Hex | 2A | DC | 6C | 51 | 0 | 33 | E | 8E | 48 | 33 |
| Octal | 52 | 334 | 154 | 121 | 0 | 63 | 16 | 216 | 110 | 63 |
| Binary | 101010 | 11011100 | 1101100 | 1010001 | 0 | 110011 | 1110 | 10001110 | 1001000 | 110011 |
Color Harmonies of #2ADC6C
Complementary color
Monochromatic Colors of #2ADC6C
Black with #2ADC6C
Text Example
Text Example
White with #2ADC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC6C; }
p { color: rgb(42,220,108); }
H1.HeaderClassName
{
color: #2ADC6C;
}
.AnyTagClassName
{
color: #2ADC6C;
}
</style>
background-color css
<style>
a { background-color: #2ADC6C; }
a { background-color: rgb(42,220,108); }
div.DivClassName
{
background-color: #2ADC6C;
}
.BgClassName
{
background-color: #2ADC6C;
}
</style>
border-color css
<style>
span { border-color: #2ADC6C; }
span { border-color: rgb(42,220,108); }
td.TdClassName
{
border-color: #2ADC6C;
}
.TagClassName
{
border-color: #2ADC6C;
}
</style>