Shades of Malachite #02C454
Tints of Malachite #02C454
RGB
CMYK
RGB Variations
Color information
#02C454 (or 0x02C454) is known color: Malachite. HEX triplet: 02, C4 and 54. RGB value is (2,196,84). Sum of RGB (Red+Green+Blue) = 2+196+84=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #02C454 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C454 is #FD3BAB. Grayscale: #7D7D7D. Windows color (decimal): -16595884 or 5555202. OLE color: 5555202.
HSL color Cylindrical-coordinate representation of color #02C454: hue angle of 145.36º 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 #02C454 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 84 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.23 |
| HSL | 145.36º | 0.98% | 0.39% | - |
| HSV(B) | 145.36º | 0.99% | 0.77% | - |
| XYZ | 21.37 | 40.13 | 15.01 | - |
| YUV | 125.23 | 104.73 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 84 | 0.99 | 0 | 0.57 | 0.23 | 145.36 | 0.98 | 0.39 |
| Hex | 2 | C4 | 54 | 63 | 0 | 39 | 17 | 91 | 62 | 27 |
| Octal | 2 | 304 | 124 | 143 | 0 | 71 | 27 | 221 | 142 | 47 |
| Binary | 10 | 11000100 | 1010100 | 1100011 | 0 | 111001 | 10111 | 10010001 | 1100010 | 100111 |
Color Harmonies of #02C454
Complementary color
Monochromatic Colors of #02C454
Black with #02C454
Text Example
Text Example
White with #02C454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C454; }
p { color: rgb(2,196,84); }
H1.HeaderClassName
{
color: #02C454;
}
.AnyTagClassName
{
color: #02C454;
}
</style>
background-color css
<style>
a { background-color: #02C454; }
a { background-color: rgb(2,196,84); }
div.DivClassName
{
background-color: #02C454;
}
.BgClassName
{
background-color: #02C454;
}
</style>
border-color css
<style>
span { border-color: #02C454; }
span { border-color: rgb(2,196,84); }
td.TdClassName
{
border-color: #02C454;
}
.TagClassName
{
border-color: #02C454;
}
</style>