Shades of Malachite #2AE955
Tints of Malachite #2AE955
RGB
CMYK
RGB Variations
Color information
#2AE955 (or 0x2AE955) is known color: Malachite. HEX triplet: 2A, E9 and 55. RGB value is (42,233,85). Sum of RGB (Red+Green+Blue) = 42+233+85=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 233 (91.41% from 255 or 64.72% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE955 is #D516AA. Grayscale: #9F9F9F. Windows color (decimal): -13964971 or 5630250. OLE color: 5630250.
HSL color Cylindrical-coordinate representation of color #2AE955: hue angle of 133.51º 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 #2AE955 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 233 | 85 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.09 |
| HSL | 133.51º | 0.81% | 0.54% | - |
| HSV(B) | 133.51º | 0.82% | 0.91% | - |
| XYZ | 31.73 | 59.43 | 18.39 | - |
| YUV | 159.02 | 86.22 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 233 | 85 | 0.82 | 0 | 0.64 | 0.09 | 133.51 | 0.81 | 0.54 |
| Hex | 2A | E9 | 55 | 52 | 0 | 40 | 9 | 86 | 51 | 36 |
| Octal | 52 | 351 | 125 | 122 | 0 | 100 | 11 | 206 | 121 | 66 |
| Binary | 101010 | 11101001 | 1010101 | 1010010 | 0 | 1000000 | 1001 | 10000110 | 1010001 | 110110 |
Color Harmonies of #2AE955
Complementary color
Monochromatic Colors of #2AE955
Black with #2AE955
Text Example
Text Example
White with #2AE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE955; }
p { color: rgb(42,233,85); }
H1.HeaderClassName
{
color: #2AE955;
}
.AnyTagClassName
{
color: #2AE955;
}
</style>
background-color css
<style>
a { background-color: #2AE955; }
a { background-color: rgb(42,233,85); }
div.DivClassName
{
background-color: #2AE955;
}
.BgClassName
{
background-color: #2AE955;
}
</style>
border-color css
<style>
span { border-color: #2AE955; }
span { border-color: rgb(42,233,85); }
td.TdClassName
{
border-color: #2AE955;
}
.TagClassName
{
border-color: #2AE955;
}
</style>