Shades of Malachite #02C85A
Tints of Malachite #02C85A
RGB
CMYK
RGB Variations
Color information
#02C85A (or 0x02C85A) is known color: Malachite. HEX triplet: 02, C8 and 5A. RGB value is (2,200,90). Sum of RGB (Red+Green+Blue) = 2+200+90=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #02C85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C85A is #FD37A5. Grayscale: #808080. Windows color (decimal): -16594854 or 5949442. OLE color: 5949442.
HSL color Cylindrical-coordinate representation of color #02C85A: hue angle of 146.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C85A is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 90 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.22 |
| HSL | 146.67º | 0.98% | 0.4% | - |
| HSV(B) | 146.67º | 0.99% | 0.78% | - |
| XYZ | 22.52 | 42.06 | 16.6 | - |
| YUV | 128.26 | 106.4 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 90 | 0.99 | 0 | 0.55 | 0.22 | 146.67 | 0.98 | 0.4 |
| Hex | 2 | C8 | 5A | 63 | 0 | 37 | 16 | 93 | 62 | 28 |
| Octal | 2 | 310 | 132 | 143 | 0 | 67 | 26 | 223 | 142 | 50 |
| Binary | 10 | 11001000 | 1011010 | 1100011 | 0 | 110111 | 10110 | 10010011 | 1100010 | 101000 |
Color Harmonies of #02C85A
Complementary color
Monochromatic Colors of #02C85A
Black with #02C85A
Text Example
Text Example
White with #02C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C85A; }
p { color: rgb(2,200,90); }
H1.HeaderClassName
{
color: #02C85A;
}
.AnyTagClassName
{
color: #02C85A;
}
</style>
background-color css
<style>
a { background-color: #02C85A; }
a { background-color: rgb(2,200,90); }
div.DivClassName
{
background-color: #02C85A;
}
.BgClassName
{
background-color: #02C85A;
}
</style>
border-color css
<style>
span { border-color: #02C85A; }
span { border-color: rgb(2,200,90); }
td.TdClassName
{
border-color: #02C85A;
}
.TagClassName
{
border-color: #02C85A;
}
</style>