Shades of Malachite #02DC46
Tints of Malachite #02DC46
RGB
CMYK
RGB Variations
Color information
#02DC46 (or 0x02DC46) is known color: Malachite. HEX triplet: 02, DC and 46. RGB value is (2,220,70). Sum of RGB (Red+Green+Blue) = 2+220+70=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC46 is #FD23B9. Grayscale: #8A8A8A. Windows color (decimal): -16589754 or 4643842. OLE color: 4643842.
HSL color Cylindrical-coordinate representation of color #02DC46: hue angle of 138.72º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC46 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 70 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.14 |
| HSL | 138.72º | 0.98% | 0.44% | - |
| HSV(B) | 138.72º | 0.99% | 0.86% | - |
| XYZ | 26.72 | 51.64 | 14.35 | - |
| YUV | 137.72 | 89.78 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 70 | 0.99 | 0 | 0.68 | 0.14 | 138.72 | 0.98 | 0.44 |
| Hex | 2 | DC | 46 | 63 | 0 | 44 | E | 8B | 62 | 2C |
| Octal | 2 | 334 | 106 | 143 | 0 | 104 | 16 | 213 | 142 | 54 |
| Binary | 10 | 11011100 | 1000110 | 1100011 | 0 | 1000100 | 1110 | 10001011 | 1100010 | 101100 |
Color Harmonies of #02DC46
Complementary color
Monochromatic Colors of #02DC46
Black with #02DC46
Text Example
Text Example
White with #02DC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC46; }
p { color: rgb(2,220,70); }
H1.HeaderClassName
{
color: #02DC46;
}
.AnyTagClassName
{
color: #02DC46;
}
</style>
background-color css
<style>
a { background-color: #02DC46; }
a { background-color: rgb(2,220,70); }
div.DivClassName
{
background-color: #02DC46;
}
.BgClassName
{
background-color: #02DC46;
}
</style>
border-color css
<style>
span { border-color: #02DC46; }
span { border-color: rgb(2,220,70); }
td.TdClassName
{
border-color: #02DC46;
}
.TagClassName
{
border-color: #02DC46;
}
</style>