Shades of Malachite #02E55A
Tints of Malachite #02E55A
RGB
CMYK
RGB Variations
Color information
#02E55A (or 0x02E55A) is known color: Malachite. HEX triplet: 02, E5 and 5A. RGB value is (2,229,90). Sum of RGB (Red+Green+Blue) = 2+229+90=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 229 (89.84% from 255 or 71.34% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 229 - color contains mainly: green. Hex color #02E55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E55A is #FD1AA5. Grayscale: #919191. Windows color (decimal): -16587430 or 5956866. OLE color: 5956866.
HSL color Cylindrical-coordinate representation of color #02E55A: hue angle of 143.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E55A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 90 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.10 |
| HSL | 143.26º | 0.98% | 0.45% | - |
| HSV(B) | 143.26º | 0.99% | 0.9% | - |
| XYZ | 29.89 | 56.79 | 19.06 | - |
| YUV | 145.28 | 96.79 | 25.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 90 | 0.99 | 0 | 0.61 | 0.10 | 143.26 | 0.98 | 0.45 |
| Hex | 2 | E5 | 5A | 63 | 0 | 3D | A | 8F | 62 | 2D |
| Octal | 2 | 345 | 132 | 143 | 0 | 75 | 12 | 217 | 142 | 55 |
| Binary | 10 | 11100101 | 1011010 | 1100011 | 0 | 111101 | 1010 | 10001111 | 1100010 | 101101 |
Color Harmonies of #02E55A
Complementary color
Monochromatic Colors of #02E55A
Black with #02E55A
Text Example
Text Example
White with #02E55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E55A; }
p { color: rgb(2,229,90); }
H1.HeaderClassName
{
color: #02E55A;
}
.AnyTagClassName
{
color: #02E55A;
}
</style>
background-color css
<style>
a { background-color: #02E55A; }
a { background-color: rgb(2,229,90); }
div.DivClassName
{
background-color: #02E55A;
}
.BgClassName
{
background-color: #02E55A;
}
</style>
border-color css
<style>
span { border-color: #02E55A; }
span { border-color: rgb(2,229,90); }
td.TdClassName
{
border-color: #02E55A;
}
.TagClassName
{
border-color: #02E55A;
}
</style>