Shades of Malachite #02C45A
Tints of Malachite #02C45A
RGB
CMYK
RGB Variations
Color information
#02C45A (or 0x02C45A) is known color: Malachite. HEX triplet: 02, C4 and 5A. RGB value is (2,196,90). Sum of RGB (Red+Green+Blue) = 2+196+90=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #02C45A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C45A is #FD3BA5. Grayscale: #7E7E7E. Windows color (decimal): -16595878 or 5948418. OLE color: 5948418.
HSL color Cylindrical-coordinate representation of color #02C45A: hue angle of 147.22º 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 #02C45A is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 90 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.23 |
| HSL | 147.22º | 0.98% | 0.39% | - |
| HSV(B) | 147.22º | 0.99% | 0.77% | - |
| XYZ | 21.61 | 40.23 | 16.3 | - |
| YUV | 125.91 | 107.73 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 90 | 0.99 | 0 | 0.54 | 0.23 | 147.22 | 0.98 | 0.39 |
| Hex | 2 | C4 | 5A | 63 | 0 | 36 | 17 | 93 | 62 | 27 |
| Octal | 2 | 304 | 132 | 143 | 0 | 66 | 27 | 223 | 142 | 47 |
| Binary | 10 | 11000100 | 1011010 | 1100011 | 0 | 110110 | 10111 | 10010011 | 1100010 | 100111 |
Color Harmonies of #02C45A
Complementary color
Monochromatic Colors of #02C45A
Black with #02C45A
Text Example
Text Example
White with #02C45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C45A; }
p { color: rgb(2,196,90); }
H1.HeaderClassName
{
color: #02C45A;
}
.AnyTagClassName
{
color: #02C45A;
}
</style>
background-color css
<style>
a { background-color: #02C45A; }
a { background-color: rgb(2,196,90); }
div.DivClassName
{
background-color: #02C45A;
}
.BgClassName
{
background-color: #02C45A;
}
</style>
border-color css
<style>
span { border-color: #02C45A; }
span { border-color: rgb(2,196,90); }
td.TdClassName
{
border-color: #02C45A;
}
.TagClassName
{
border-color: #02C45A;
}
</style>