Shades of Malachite #2AE85C
Tints of Malachite #2AE85C
RGB
CMYK
RGB Variations
Color information
#2AE85C (or 0x2AE85C) is known color: Malachite. HEX triplet: 2A, E8 and 5C. RGB value is (42,232,92). Sum of RGB (Red+Green+Blue) = 42+232+92=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 232 (91.02% from 255 or 63.39% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE85C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE85C is #D517A3. Grayscale: #9F9F9F. Windows color (decimal): -13965220 or 6088746. OLE color: 6088746.
HSL color Cylindrical-coordinate representation of color #2AE85C: hue angle of 135.79º 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 #2AE85C is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 92 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.09 |
| HSL | 135.79º | 0.81% | 0.54% | - |
| HSV(B) | 135.79º | 0.82% | 0.91% | - |
| XYZ | 31.74 | 58.98 | 19.84 | - |
| YUV | 159.23 | 90.05 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 92 | 0.82 | 0 | 0.60 | 0.09 | 135.79 | 0.81 | 0.54 |
| Hex | 2A | E8 | 5C | 52 | 0 | 3C | 9 | 88 | 51 | 36 |
| Octal | 52 | 350 | 134 | 122 | 0 | 74 | 11 | 210 | 121 | 66 |
| Binary | 101010 | 11101000 | 1011100 | 1010010 | 0 | 111100 | 1001 | 10001000 | 1010001 | 110110 |
Color Harmonies of #2AE85C
Complementary color
Monochromatic Colors of #2AE85C
Black with #2AE85C
Text Example
Text Example
White with #2AE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE85C; }
p { color: rgb(42,232,92); }
H1.HeaderClassName
{
color: #2AE85C;
}
.AnyTagClassName
{
color: #2AE85C;
}
</style>
background-color css
<style>
a { background-color: #2AE85C; }
a { background-color: rgb(42,232,92); }
div.DivClassName
{
background-color: #2AE85C;
}
.BgClassName
{
background-color: #2AE85C;
}
</style>
border-color css
<style>
span { border-color: #2AE85C; }
span { border-color: rgb(42,232,92); }
td.TdClassName
{
border-color: #2AE85C;
}
.TagClassName
{
border-color: #2AE85C;
}
</style>