Shades of Malachite #2ADA6C
Tints of Malachite #2ADA6C
RGB
CMYK
RGB Variations
Color information
#2ADA6C (or 0x2ADA6C) is known color: Malachite. HEX triplet: 2A, DA and 6C. RGB value is (42,218,108). Sum of RGB (Red+Green+Blue) = 42+218+108=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA6C is #D52593. Grayscale: #999999. Windows color (decimal): -13968788 or 7133738. OLE color: 7133738.
HSL color Cylindrical-coordinate representation of color #2ADA6C: hue angle of 142.5º degrees, saturation: 0.7, 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 #2ADA6C is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 108 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.15 |
| HSL | 142.5º | 0.7% | 0.51% | - |
| HSV(B) | 142.5º | 0.81% | 0.85% | - |
| XYZ | 28.73 | 51.72 | 22.66 | - |
| YUV | 152.84 | 102.69 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 108 | 0.81 | 0 | 0.50 | 0.15 | 142.5 | 0.7 | 0.51 |
| Hex | 2A | DA | 6C | 51 | 0 | 32 | F | 8E | 46 | 33 |
| Octal | 52 | 332 | 154 | 121 | 0 | 62 | 17 | 216 | 106 | 63 |
| Binary | 101010 | 11011010 | 1101100 | 1010001 | 0 | 110010 | 1111 | 10001110 | 1000110 | 110011 |
Color Harmonies of #2ADA6C
Complementary color
Monochromatic Colors of #2ADA6C
Black with #2ADA6C
Text Example
Text Example
White with #2ADA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA6C; }
p { color: rgb(42,218,108); }
H1.HeaderClassName
{
color: #2ADA6C;
}
.AnyTagClassName
{
color: #2ADA6C;
}
</style>
background-color css
<style>
a { background-color: #2ADA6C; }
a { background-color: rgb(42,218,108); }
div.DivClassName
{
background-color: #2ADA6C;
}
.BgClassName
{
background-color: #2ADA6C;
}
</style>
border-color css
<style>
span { border-color: #2ADA6C; }
span { border-color: rgb(42,218,108); }
td.TdClassName
{
border-color: #2ADA6C;
}
.TagClassName
{
border-color: #2ADA6C;
}
</style>