Shades of Malachite #2AE86D
Tints of Malachite #2AE86D
RGB
CMYK
RGB Variations
Color information
#2AE86D (or 0x2AE86D) is known color: Malachite. HEX triplet: 2A, E8 and 6D. RGB value is (42,232,109). Sum of RGB (Red+Green+Blue) = 42+232+109=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 232 (91.02% from 255 or 60.57% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE86D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE86D is #D51792. Grayscale: #A1A1A1. Windows color (decimal): -13965203 or 7202858. OLE color: 7202858.
HSL color Cylindrical-coordinate representation of color #2AE86D: hue angle of 141.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE86D is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 109 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.09 |
| HSL | 141.16º | 0.81% | 0.54% | - |
| HSV(B) | 141.16º | 0.82% | 0.91% | - |
| XYZ | 32.57 | 59.31 | 24.2 | - |
| YUV | 161.17 | 98.55 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 109 | 0.82 | 0 | 0.53 | 0.09 | 141.16 | 0.81 | 0.54 |
| Hex | 2A | E8 | 6D | 52 | 0 | 35 | 9 | 8D | 51 | 36 |
| Octal | 52 | 350 | 155 | 122 | 0 | 65 | 11 | 215 | 121 | 66 |
| Binary | 101010 | 11101000 | 1101101 | 1010010 | 0 | 110101 | 1001 | 10001101 | 1010001 | 110110 |
Color Harmonies of #2AE86D
Complementary color
Monochromatic Colors of #2AE86D
Black with #2AE86D
Text Example
Text Example
White with #2AE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE86D; }
p { color: rgb(42,232,109); }
H1.HeaderClassName
{
color: #2AE86D;
}
.AnyTagClassName
{
color: #2AE86D;
}
</style>
background-color css
<style>
a { background-color: #2AE86D; }
a { background-color: rgb(42,232,109); }
div.DivClassName
{
background-color: #2AE86D;
}
.BgClassName
{
background-color: #2AE86D;
}
</style>
border-color css
<style>
span { border-color: #2AE86D; }
span { border-color: rgb(42,232,109); }
td.TdClassName
{
border-color: #2AE86D;
}
.TagClassName
{
border-color: #2AE86D;
}
</style>