Shades of Malachite #2AEA4D
Tints of Malachite #2AEA4D
RGB
CMYK
RGB Variations
Color information
#2AEA4D (or 0x2AEA4D) is known color: Malachite. HEX triplet: 2A, EA and 4D. RGB value is (42,234,77). Sum of RGB (Red+Green+Blue) = 42+234+77=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEA4D is #D515B2. Grayscale: #9F9F9F. Windows color (decimal): -13964723 or 5106218. OLE color: 5106218.
HSL color Cylindrical-coordinate representation of color #2AEA4D: hue angle of 130.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA4D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 77 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.08 |
| HSL | 130.94º | 0.82% | 0.54% | - |
| HSV(B) | 130.94º | 0.82% | 0.92% | - |
| XYZ | 31.72 | 59.87 | 16.91 | - |
| YUV | 158.69 | 81.89 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 77 | 0.82 | 0 | 0.67 | 0.08 | 130.94 | 0.82 | 0.54 |
| Hex | 2A | EA | 4D | 52 | 0 | 43 | 8 | 83 | 52 | 36 |
| Octal | 52 | 352 | 115 | 122 | 0 | 103 | 10 | 203 | 122 | 66 |
| Binary | 101010 | 11101010 | 1001101 | 1010010 | 0 | 1000011 | 1000 | 10000011 | 1010010 | 110110 |
Color Harmonies of #2AEA4D
Complementary color
Monochromatic Colors of #2AEA4D
Black with #2AEA4D
Text Example
Text Example
White with #2AEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA4D; }
p { color: rgb(42,234,77); }
H1.HeaderClassName
{
color: #2AEA4D;
}
.AnyTagClassName
{
color: #2AEA4D;
}
</style>
background-color css
<style>
a { background-color: #2AEA4D; }
a { background-color: rgb(42,234,77); }
div.DivClassName
{
background-color: #2AEA4D;
}
.BgClassName
{
background-color: #2AEA4D;
}
</style>
border-color css
<style>
span { border-color: #2AEA4D; }
span { border-color: rgb(42,234,77); }
td.TdClassName
{
border-color: #2AEA4D;
}
.TagClassName
{
border-color: #2AEA4D;
}
</style>