Shades of Malachite #2ADE6F
Tints of Malachite #2ADE6F
RGB
CMYK
RGB Variations
Color information
#2ADE6F (or 0x2ADE6F) is known color: Malachite. HEX triplet: 2A, DE and 6F. RGB value is (42,222,111). Sum of RGB (Red+Green+Blue) = 42+222+111=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADE6F is #D52190. Grayscale: #9B9B9B. Windows color (decimal): -13967761 or 7331370. OLE color: 7331370.
HSL color Cylindrical-coordinate representation of color #2ADE6F: hue angle of 143º 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 #2ADE6F is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 222 | 111 | - |
| CMYK | 0.81 | 0 | 0.5 | 0.13 |
| HSL | 143º | 0.73% | 0.52% | - |
| HSV(B) | 143º | 0.81% | 0.87% | - |
| XYZ | 29.95 | 53.88 | 23.86 | - |
| YUV | 155.53 | 102.87 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 222 | 111 | 0.81 | 0 | 0.5 | 0.13 | 143 | 0.73 | 0.52 |
| Hex | 2A | DE | 6F | 51 | 0 | 32 | D | 8F | 49 | 34 |
| Octal | 52 | 336 | 157 | 121 | 0 | 62 | 15 | 217 | 111 | 64 |
| Binary | 101010 | 11011110 | 1101111 | 1010001 | 0 | 110010 | 1101 | 10001111 | 1001001 | 110100 |
Color Harmonies of #2ADE6F
Complementary color
Monochromatic Colors of #2ADE6F
Black with #2ADE6F
Text Example
Text Example
White with #2ADE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADE6F; }
p { color: rgb(42,222,111); }
H1.HeaderClassName
{
color: #2ADE6F;
}
.AnyTagClassName
{
color: #2ADE6F;
}
</style>
background-color css
<style>
a { background-color: #2ADE6F; }
a { background-color: rgb(42,222,111); }
div.DivClassName
{
background-color: #2ADE6F;
}
.BgClassName
{
background-color: #2ADE6F;
}
</style>
border-color css
<style>
span { border-color: #2ADE6F; }
span { border-color: rgb(42,222,111); }
td.TdClassName
{
border-color: #2ADE6F;
}
.TagClassName
{
border-color: #2ADE6F;
}
</style>