Shades of Malachite #02E15C
Tints of Malachite #02E15C
RGB
CMYK
RGB Variations
Color information
#02E15C (or 0x02E15C) is known color: Malachite. HEX triplet: 02, E1 and 5C. RGB value is (2,225,92). Sum of RGB (Red+Green+Blue) = 2+225+92=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #02E15C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E15C is #FD1EA3. Grayscale: #8F8F8F. Windows color (decimal): -16588452 or 6086914. OLE color: 6086914.
HSL color Cylindrical-coordinate representation of color #02E15C: hue angle of 144.22º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E15C is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 225 | 92 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.12 |
| HSL | 144.22º | 0.98% | 0.45% | - |
| HSV(B) | 144.22º | 0.99% | 0.88% | - |
| XYZ | 28.88 | 54.64 | 19.15 | - |
| YUV | 143.16 | 99.12 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 225 | 92 | 0.99 | 0 | 0.59 | 0.12 | 144.22 | 0.98 | 0.45 |
| Hex | 2 | E1 | 5C | 63 | 0 | 3B | C | 90 | 62 | 2D |
| Octal | 2 | 341 | 134 | 143 | 0 | 73 | 14 | 220 | 142 | 55 |
| Binary | 10 | 11100001 | 1011100 | 1100011 | 0 | 111011 | 1100 | 10010000 | 1100010 | 101101 |
Color Harmonies of #02E15C
Complementary color
Monochromatic Colors of #02E15C
Black with #02E15C
Text Example
Text Example
White with #02E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E15C; }
p { color: rgb(2,225,92); }
H1.HeaderClassName
{
color: #02E15C;
}
.AnyTagClassName
{
color: #02E15C;
}
</style>
background-color css
<style>
a { background-color: #02E15C; }
a { background-color: rgb(2,225,92); }
div.DivClassName
{
background-color: #02E15C;
}
.BgClassName
{
background-color: #02E15C;
}
</style>
border-color css
<style>
span { border-color: #02E15C; }
span { border-color: rgb(2,225,92); }
td.TdClassName
{
border-color: #02E15C;
}
.TagClassName
{
border-color: #02E15C;
}
</style>