Shades of Malachite #02CC4A
Tints of Malachite #02CC4A
RGB
CMYK
RGB Variations
Color information
#02CC4A (or 0x02CC4A) is known color: Malachite. HEX triplet: 02, CC and 4A. RGB value is (2,204,74). Sum of RGB (Red+Green+Blue) = 2+204+74=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 204 (80.08% from 255 or 72.86% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CC4A is #FD33B5. Grayscale: #818181. Windows color (decimal): -16593846 or 4901890. OLE color: 4901890.
HSL color Cylindrical-coordinate representation of color #02CC4A: hue angle of 141.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC4A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 74 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.2 |
| HSL | 141.39º | 0.98% | 0.4% | - |
| HSV(B) | 141.39º | 0.99% | 0.8% | - |
| XYZ | 22.85 | 43.69 | 13.71 | - |
| YUV | 128.78 | 97.08 | 37.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 74 | 0.99 | 0 | 0.64 | 0.2 | 141.39 | 0.98 | 0.4 |
| Hex | 2 | CC | 4A | 63 | 0 | 40 | 14 | 8D | 62 | 28 |
| Octal | 2 | 314 | 112 | 143 | 0 | 100 | 24 | 215 | 142 | 50 |
| Binary | 10 | 11001100 | 1001010 | 1100011 | 0 | 1000000 | 10100 | 10001101 | 1100010 | 101000 |
Color Harmonies of #02CC4A
Complementary color
Monochromatic Colors of #02CC4A
Black with #02CC4A
Text Example
Text Example
White with #02CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC4A; }
p { color: rgb(2,204,74); }
H1.HeaderClassName
{
color: #02CC4A;
}
.AnyTagClassName
{
color: #02CC4A;
}
</style>
background-color css
<style>
a { background-color: #02CC4A; }
a { background-color: rgb(2,204,74); }
div.DivClassName
{
background-color: #02CC4A;
}
.BgClassName
{
background-color: #02CC4A;
}
</style>
border-color css
<style>
span { border-color: #02CC4A; }
span { border-color: rgb(2,204,74); }
td.TdClassName
{
border-color: #02CC4A;
}
.TagClassName
{
border-color: #02CC4A;
}
</style>