Shades of Malachite #2AE353
Tints of Malachite #2AE353
RGB
CMYK
RGB Variations
Color information
#2AE353 (or 0x2AE353) is known color: Malachite. HEX triplet: 2A, E3 and 53. RGB value is (42,227,83). Sum of RGB (Red+Green+Blue) = 42+227+83=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 227 (89.06% from 255 or 64.49% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE353 is #D51CAC. Grayscale: #9B9B9B. Windows color (decimal): -13966509 or 5497642. OLE color: 5497642.
HSL color Cylindrical-coordinate representation of color #2AE353: hue angle of 133.3º 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 #2AE353 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 83 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.11 |
| HSL | 133.3º | 0.77% | 0.53% | - |
| HSV(B) | 133.3º | 0.81% | 0.89% | - |
| XYZ | 29.99 | 56.05 | 17.42 | - |
| YUV | 155.27 | 87.21 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 83 | 0.81 | 0 | 0.63 | 0.11 | 133.3 | 0.77 | 0.53 |
| Hex | 2A | E3 | 53 | 51 | 0 | 3F | B | 85 | 4D | 35 |
| Octal | 52 | 343 | 123 | 121 | 0 | 77 | 13 | 205 | 115 | 65 |
| Binary | 101010 | 11100011 | 1010011 | 1010001 | 0 | 111111 | 1011 | 10000101 | 1001101 | 110101 |
Color Harmonies of #2AE353
Complementary color
Monochromatic Colors of #2AE353
Black with #2AE353
Text Example
Text Example
White with #2AE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE353; }
p { color: rgb(42,227,83); }
H1.HeaderClassName
{
color: #2AE353;
}
.AnyTagClassName
{
color: #2AE353;
}
</style>
background-color css
<style>
a { background-color: #2AE353; }
a { background-color: rgb(42,227,83); }
div.DivClassName
{
background-color: #2AE353;
}
.BgClassName
{
background-color: #2AE353;
}
</style>
border-color css
<style>
span { border-color: #2AE353; }
span { border-color: rgb(42,227,83); }
td.TdClassName
{
border-color: #2AE353;
}
.TagClassName
{
border-color: #2AE353;
}
</style>