Shades of Malachite #2AE360
Tints of Malachite #2AE360
RGB
CMYK
RGB Variations
Color information
#2AE360 (or 0x2AE360) is known color: Malachite. HEX triplet: 2A, E3 and 60. RGB value is (42,227,96). Sum of RGB (Red+Green+Blue) = 42+227+96=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE360 is #D51C9F. Grayscale: #9D9D9D. Windows color (decimal): -13966496 or 6349610. OLE color: 6349610.
HSL color Cylindrical-coordinate representation of color #2AE360: hue angle of 137.51º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE360 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 96 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.11 |
| HSL | 137.51º | 0.77% | 0.53% | - |
| HSV(B) | 137.51º | 0.81% | 0.89% | - |
| XYZ | 30.54 | 56.27 | 20.32 | - |
| YUV | 156.75 | 93.71 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 96 | 0.81 | 0 | 0.58 | 0.11 | 137.51 | 0.77 | 0.53 |
| Hex | 2A | E3 | 60 | 51 | 0 | 3A | B | 8A | 4D | 35 |
| Octal | 52 | 343 | 140 | 121 | 0 | 72 | 13 | 212 | 115 | 65 |
| Binary | 101010 | 11100011 | 1100000 | 1010001 | 0 | 111010 | 1011 | 10001010 | 1001101 | 110101 |
Color Harmonies of #2AE360
Complementary color
Monochromatic Colors of #2AE360
Black with #2AE360
Text Example
Text Example
White with #2AE360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE360; }
p { color: rgb(42,227,96); }
H1.HeaderClassName
{
color: #2AE360;
}
.AnyTagClassName
{
color: #2AE360;
}
</style>
background-color css
<style>
a { background-color: #2AE360; }
a { background-color: rgb(42,227,96); }
div.DivClassName
{
background-color: #2AE360;
}
.BgClassName
{
background-color: #2AE360;
}
</style>
border-color css
<style>
span { border-color: #2AE360; }
span { border-color: rgb(42,227,96); }
td.TdClassName
{
border-color: #2AE360;
}
.TagClassName
{
border-color: #2AE360;
}
</style>