Shades of Malachite #2AE853
Tints of Malachite #2AE853
RGB
CMYK
RGB Variations
Color information
#2AE853 (or 0x2AE853) is known color: Malachite. HEX triplet: 2A, E8 and 53. RGB value is (42,232,83). Sum of RGB (Red+Green+Blue) = 42+232+83=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 232 (91.02% from 255 or 64.99% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE853 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE853 is #D517AC. Grayscale: #9E9E9E. Windows color (decimal): -13965229 or 5498922. OLE color: 5498922.
HSL color Cylindrical-coordinate representation of color #2AE853: hue angle of 132.95º 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 #2AE853 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 83 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.09 |
| HSL | 132.95º | 0.81% | 0.54% | - |
| HSV(B) | 132.95º | 0.82% | 0.91% | - |
| XYZ | 31.37 | 58.83 | 17.89 | - |
| YUV | 158.2 | 85.55 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 83 | 0.82 | 0 | 0.64 | 0.09 | 132.95 | 0.81 | 0.54 |
| Hex | 2A | E8 | 53 | 52 | 0 | 40 | 9 | 85 | 51 | 36 |
| Octal | 52 | 350 | 123 | 122 | 0 | 100 | 11 | 205 | 121 | 66 |
| Binary | 101010 | 11101000 | 1010011 | 1010010 | 0 | 1000000 | 1001 | 10000101 | 1010001 | 110110 |
Color Harmonies of #2AE853
Complementary color
Monochromatic Colors of #2AE853
Black with #2AE853
Text Example
Text Example
White with #2AE853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE853; }
p { color: rgb(42,232,83); }
H1.HeaderClassName
{
color: #2AE853;
}
.AnyTagClassName
{
color: #2AE853;
}
</style>
background-color css
<style>
a { background-color: #2AE853; }
a { background-color: rgb(42,232,83); }
div.DivClassName
{
background-color: #2AE853;
}
.BgClassName
{
background-color: #2AE853;
}
</style>
border-color css
<style>
span { border-color: #2AE853; }
span { border-color: rgb(42,232,83); }
td.TdClassName
{
border-color: #2AE853;
}
.TagClassName
{
border-color: #2AE853;
}
</style>