Shades of Malachite #2AE25C
Tints of Malachite #2AE25C
RGB
CMYK
RGB Variations
Color information
#2AE25C (or 0x2AE25C) is known color: Malachite. HEX triplet: 2A, E2 and 5C. RGB value is (42,226,92). Sum of RGB (Red+Green+Blue) = 42+226+92=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 226 (88.67% from 255 or 62.78% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE25C is #D51DA3. Grayscale: #9C9C9C. Windows color (decimal): -13966756 or 6087210. OLE color: 6087210.
HSL color Cylindrical-coordinate representation of color #2AE25C: hue angle of 136.3º degrees, saturation: 0.76, 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 #2AE25C is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 92 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.11 |
| HSL | 136.3º | 0.76% | 0.53% | - |
| HSV(B) | 136.3º | 0.81% | 0.89% | - |
| XYZ | 30.08 | 55.66 | 19.28 | - |
| YUV | 155.71 | 92.04 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 92 | 0.81 | 0 | 0.59 | 0.11 | 136.3 | 0.76 | 0.53 |
| Hex | 2A | E2 | 5C | 51 | 0 | 3B | B | 88 | 4C | 35 |
| Octal | 52 | 342 | 134 | 121 | 0 | 73 | 13 | 210 | 114 | 65 |
| Binary | 101010 | 11100010 | 1011100 | 1010001 | 0 | 111011 | 1011 | 10001000 | 1001100 | 110101 |
Color Harmonies of #2AE25C
Complementary color
Monochromatic Colors of #2AE25C
Black with #2AE25C
Text Example
Text Example
White with #2AE25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE25C; }
p { color: rgb(42,226,92); }
H1.HeaderClassName
{
color: #2AE25C;
}
.AnyTagClassName
{
color: #2AE25C;
}
</style>
background-color css
<style>
a { background-color: #2AE25C; }
a { background-color: rgb(42,226,92); }
div.DivClassName
{
background-color: #2AE25C;
}
.BgClassName
{
background-color: #2AE25C;
}
</style>
border-color css
<style>
span { border-color: #2AE25C; }
span { border-color: rgb(42,226,92); }
td.TdClassName
{
border-color: #2AE25C;
}
.TagClassName
{
border-color: #2AE25C;
}
</style>