Shades of Malachite #2ADE6C
Tints of Malachite #2ADE6C
RGB
CMYK
RGB Variations
Color information
#2ADE6C (or 0x2ADE6C) is known color: Malachite. HEX triplet: 2A, DE and 6C. RGB value is (42,222,108). Sum of RGB (Red+Green+Blue) = 42+222+108=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADE6C is #D52193. Grayscale: #9B9B9B. Windows color (decimal): -13967764 or 7134762. OLE color: 7134762.
HSL color Cylindrical-coordinate representation of color #2ADE6C: hue angle of 142º 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 #2ADE6C is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 108 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.13 |
| HSL | 142º | 0.73% | 0.52% | - |
| HSV(B) | 142º | 0.81% | 0.87% | - |
| XYZ | 29.78 | 53.82 | 23.01 | - |
| YUV | 155.18 | 101.37 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 108 | 0.81 | 0 | 0.51 | 0.13 | 142 | 0.73 | 0.52 |
| Hex | 2A | DE | 6C | 51 | 0 | 33 | D | 8E | 49 | 34 |
| Octal | 52 | 336 | 154 | 121 | 0 | 63 | 15 | 216 | 111 | 64 |
| Binary | 101010 | 11011110 | 1101100 | 1010001 | 0 | 110011 | 1101 | 10001110 | 1001001 | 110100 |
Color Harmonies of #2ADE6C
Complementary color
Monochromatic Colors of #2ADE6C
Black with #2ADE6C
Text Example
Text Example
White with #2ADE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE6C; }
p { color: rgb(42,222,108); }
H1.HeaderClassName
{
color: #2ADE6C;
}
.AnyTagClassName
{
color: #2ADE6C;
}
</style>
background-color css
<style>
a { background-color: #2ADE6C; }
a { background-color: rgb(42,222,108); }
div.DivClassName
{
background-color: #2ADE6C;
}
.BgClassName
{
background-color: #2ADE6C;
}
</style>
border-color css
<style>
span { border-color: #2ADE6C; }
span { border-color: rgb(42,222,108); }
td.TdClassName
{
border-color: #2ADE6C;
}
.TagClassName
{
border-color: #2ADE6C;
}
</style>