Shades of Malachite #02E45A
Tints of Malachite #02E45A
RGB
CMYK
RGB Variations
Color information
#02E45A (or 0x02E45A) is known color: Malachite. HEX triplet: 02, E4 and 5A. RGB value is (2,228,90). Sum of RGB (Red+Green+Blue) = 2+228+90=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 228 (89.45% from 255 or 71.25% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 228 - color contains mainly: green. Hex color #02E45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E45A is #FD1BA5. Grayscale: #919191. Windows color (decimal): -16587686 or 5956610. OLE color: 5956610.
HSL color Cylindrical-coordinate representation of color #02E45A: hue angle of 143.36º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E45A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 228 | 90 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.11 |
| HSL | 143.36º | 0.98% | 0.45% | - |
| HSV(B) | 143.36º | 0.99% | 0.89% | - |
| XYZ | 29.61 | 56.24 | 18.97 | - |
| YUV | 144.69 | 97.13 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 90 | 0.99 | 0 | 0.61 | 0.11 | 143.36 | 0.98 | 0.45 |
| Hex | 2 | E4 | 5A | 63 | 0 | 3D | B | 8F | 62 | 2D |
| Octal | 2 | 344 | 132 | 143 | 0 | 75 | 13 | 217 | 142 | 55 |
| Binary | 10 | 11100100 | 1011010 | 1100011 | 0 | 111101 | 1011 | 10001111 | 1100010 | 101101 |
Color Harmonies of #02E45A
Complementary color
Monochromatic Colors of #02E45A
Black with #02E45A
Text Example
Text Example
White with #02E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E45A; }
p { color: rgb(2,228,90); }
H1.HeaderClassName
{
color: #02E45A;
}
.AnyTagClassName
{
color: #02E45A;
}
</style>
background-color css
<style>
a { background-color: #02E45A; }
a { background-color: rgb(2,228,90); }
div.DivClassName
{
background-color: #02E45A;
}
.BgClassName
{
background-color: #02E45A;
}
</style>
border-color css
<style>
span { border-color: #02E45A; }
span { border-color: rgb(2,228,90); }
td.TdClassName
{
border-color: #02E45A;
}
.TagClassName
{
border-color: #02E45A;
}
</style>