Shades of Malachite #02C94E
Tints of Malachite #02C94E
RGB
CMYK
RGB Variations
Color information
#02C94E (or 0x02C94E) is known color: Malachite. HEX triplet: 02, C9 and 4E. RGB value is (2,201,78). Sum of RGB (Red+Green+Blue) = 2+201+78=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #02C94E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C94E is #FD36B1. Grayscale: #7F7F7F. Windows color (decimal): -16594610 or 5163266. OLE color: 5163266.
HSL color Cylindrical-coordinate representation of color #02C94E: hue angle of 142.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C94E is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 78 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.21 |
| HSL | 142.91º | 0.98% | 0.4% | - |
| HSV(B) | 142.91º | 0.99% | 0.79% | - |
| XYZ | 22.29 | 42.34 | 14.2 | - |
| YUV | 127.48 | 100.07 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 78 | 0.99 | 0 | 0.61 | 0.21 | 142.91 | 0.98 | 0.4 |
| Hex | 2 | C9 | 4E | 63 | 0 | 3D | 15 | 8F | 62 | 28 |
| Octal | 2 | 311 | 116 | 143 | 0 | 75 | 25 | 217 | 142 | 50 |
| Binary | 10 | 11001001 | 1001110 | 1100011 | 0 | 111101 | 10101 | 10001111 | 1100010 | 101000 |
Color Harmonies of #02C94E
Complementary color
Monochromatic Colors of #02C94E
Black with #02C94E
Text Example
Text Example
White with #02C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C94E; }
p { color: rgb(2,201,78); }
H1.HeaderClassName
{
color: #02C94E;
}
.AnyTagClassName
{
color: #02C94E;
}
</style>
background-color css
<style>
a { background-color: #02C94E; }
a { background-color: rgb(2,201,78); }
div.DivClassName
{
background-color: #02C94E;
}
.BgClassName
{
background-color: #02C94E;
}
</style>
border-color css
<style>
span { border-color: #02C94E; }
span { border-color: rgb(2,201,78); }
td.TdClassName
{
border-color: #02C94E;
}
.TagClassName
{
border-color: #02C94E;
}
</style>