Shades of Malachite #02C55A
Tints of Malachite #02C55A
RGB
CMYK
RGB Variations
Color information
#02C55A (or 0x02C55A) is known color: Malachite. HEX triplet: 02, C5 and 5A. RGB value is (2,197,90). Sum of RGB (Red+Green+Blue) = 2+197+90=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #02C55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C55A is #FD3AA5. Grayscale: #7E7E7E. Windows color (decimal): -16595622 or 5948674. OLE color: 5948674.
HSL color Cylindrical-coordinate representation of color #02C55A: hue angle of 147.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C55A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 90 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.23 |
| HSL | 147.08º | 0.98% | 0.39% | - |
| HSV(B) | 147.08º | 0.99% | 0.77% | - |
| XYZ | 21.84 | 40.68 | 16.37 | - |
| YUV | 126.5 | 107.4 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 90 | 0.99 | 0 | 0.54 | 0.23 | 147.08 | 0.98 | 0.39 |
| Hex | 2 | C5 | 5A | 63 | 0 | 36 | 17 | 93 | 62 | 27 |
| Octal | 2 | 305 | 132 | 143 | 0 | 66 | 27 | 223 | 142 | 47 |
| Binary | 10 | 11000101 | 1011010 | 1100011 | 0 | 110110 | 10111 | 10010011 | 1100010 | 100111 |
Color Harmonies of #02C55A
Complementary color
Monochromatic Colors of #02C55A
Black with #02C55A
Text Example
Text Example
White with #02C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C55A; }
p { color: rgb(2,197,90); }
H1.HeaderClassName
{
color: #02C55A;
}
.AnyTagClassName
{
color: #02C55A;
}
</style>
background-color css
<style>
a { background-color: #02C55A; }
a { background-color: rgb(2,197,90); }
div.DivClassName
{
background-color: #02C55A;
}
.BgClassName
{
background-color: #02C55A;
}
</style>
border-color css
<style>
span { border-color: #02C55A; }
span { border-color: rgb(2,197,90); }
td.TdClassName
{
border-color: #02C55A;
}
.TagClassName
{
border-color: #02C55A;
}
</style>