Shades of Malachite #2AE155
Tints of Malachite #2AE155
RGB
CMYK
RGB Variations
Color information
#2AE155 (or 0x2AE155) is known color: Malachite. HEX triplet: 2A, E1 and 55. RGB value is (42,225,85). Sum of RGB (Red+Green+Blue) = 42+225+85=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE155 is #D51EAA. Grayscale: #9A9A9A. Windows color (decimal): -13967019 or 5628202. OLE color: 5628202.
HSL color Cylindrical-coordinate representation of color #2AE155: hue angle of 134.1º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE155 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 225 | 85 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.12 |
| HSL | 134.1º | 0.75% | 0.52% | - |
| HSV(B) | 134.1º | 0.81% | 0.88% | - |
| XYZ | 29.52 | 55 | 17.65 | - |
| YUV | 154.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 225 | 85 | 0.81 | 0 | 0.62 | 0.12 | 134.1 | 0.75 | 0.52 |
| Hex | 2A | E1 | 55 | 51 | 0 | 3E | C | 86 | 4B | 34 |
| Octal | 52 | 341 | 125 | 121 | 0 | 76 | 14 | 206 | 113 | 64 |
| Binary | 101010 | 11100001 | 1010101 | 1010001 | 0 | 111110 | 1100 | 10000110 | 1001011 | 110100 |
Color Harmonies of #2AE155
Complementary color
Monochromatic Colors of #2AE155
Black with #2AE155
Text Example
Text Example
White with #2AE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE155; }
p { color: rgb(42,225,85); }
H1.HeaderClassName
{
color: #2AE155;
}
.AnyTagClassName
{
color: #2AE155;
}
</style>
background-color css
<style>
a { background-color: #2AE155; }
a { background-color: rgb(42,225,85); }
div.DivClassName
{
background-color: #2AE155;
}
.BgClassName
{
background-color: #2AE155;
}
</style>
border-color css
<style>
span { border-color: #2AE155; }
span { border-color: rgb(42,225,85); }
td.TdClassName
{
border-color: #2AE155;
}
.TagClassName
{
border-color: #2AE155;
}
</style>