Shades of Malachite #02D85A
Tints of Malachite #02D85A
RGB
CMYK
RGB Variations
Color information
#02D85A (or 0x02D85A) is known color: Malachite. HEX triplet: 02, D8 and 5A. RGB value is (2,216,90). Sum of RGB (Red+Green+Blue) = 2+216+90=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 216 (84.77% from 255 or 70.13% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 216 - color contains mainly: green. Hex color #02D85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D85A is #FD27A5. Grayscale: #898989. Windows color (decimal): -16590758 or 5953538. OLE color: 5953538.
HSL color Cylindrical-coordinate representation of color #02D85A: hue angle of 144.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D85A is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 216 | 90 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.15 |
| HSL | 144.67º | 0.98% | 0.43% | - |
| HSV(B) | 144.67º | 0.99% | 0.85% | - |
| XYZ | 26.43 | 49.86 | 17.9 | - |
| YUV | 137.65 | 101.1 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 90 | 0.99 | 0 | 0.58 | 0.15 | 144.67 | 0.98 | 0.43 |
| Hex | 2 | D8 | 5A | 63 | 0 | 3A | F | 91 | 62 | 2B |
| Octal | 2 | 330 | 132 | 143 | 0 | 72 | 17 | 221 | 142 | 53 |
| Binary | 10 | 11011000 | 1011010 | 1100011 | 0 | 111010 | 1111 | 10010001 | 1100010 | 101011 |
Color Harmonies of #02D85A
Complementary color
Monochromatic Colors of #02D85A
Black with #02D85A
Text Example
Text Example
White with #02D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D85A; }
p { color: rgb(2,216,90); }
H1.HeaderClassName
{
color: #02D85A;
}
.AnyTagClassName
{
color: #02D85A;
}
</style>
background-color css
<style>
a { background-color: #02D85A; }
a { background-color: rgb(2,216,90); }
div.DivClassName
{
background-color: #02D85A;
}
.BgClassName
{
background-color: #02D85A;
}
</style>
border-color css
<style>
span { border-color: #02D85A; }
span { border-color: rgb(2,216,90); }
td.TdClassName
{
border-color: #02D85A;
}
.TagClassName
{
border-color: #02D85A;
}
</style>