Shades of Malachite #02D959
Tints of Malachite #02D959
RGB
CMYK
RGB Variations
Color information
#02D959 (or 0x02D959) is known color: Malachite. HEX triplet: 02, D9 and 59. RGB value is (2,217,89). Sum of RGB (Red+Green+Blue) = 2+217+89=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 217 (85.16% from 255 or 70.45% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 217 - color contains mainly: green. Hex color #02D959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D959 is #FD26A6. Grayscale: #8A8A8A. Windows color (decimal): -16590503 or 5888258. OLE color: 5888258.
HSL color Cylindrical-coordinate representation of color #02D959: hue angle of 144.28º 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 #02D959 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 89 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.15 |
| HSL | 144.28º | 0.98% | 0.43% | - |
| HSV(B) | 144.28º | 0.99% | 0.85% | - |
| XYZ | 26.64 | 50.36 | 17.77 | - |
| YUV | 138.12 | 100.27 | 30.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 89 | 0.99 | 0 | 0.59 | 0.15 | 144.28 | 0.98 | 0.43 |
| Hex | 2 | D9 | 59 | 63 | 0 | 3B | F | 90 | 62 | 2B |
| Octal | 2 | 331 | 131 | 143 | 0 | 73 | 17 | 220 | 142 | 53 |
| Binary | 10 | 11011001 | 1011001 | 1100011 | 0 | 111011 | 1111 | 10010000 | 1100010 | 101011 |
Color Harmonies of #02D959
Complementary color
Monochromatic Colors of #02D959
Black with #02D959
Text Example
Text Example
White with #02D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D959; }
p { color: rgb(2,217,89); }
H1.HeaderClassName
{
color: #02D959;
}
.AnyTagClassName
{
color: #02D959;
}
</style>
background-color css
<style>
a { background-color: #02D959; }
a { background-color: rgb(2,217,89); }
div.DivClassName
{
background-color: #02D959;
}
.BgClassName
{
background-color: #02D959;
}
</style>
border-color css
<style>
span { border-color: #02D959; }
span { border-color: rgb(2,217,89); }
td.TdClassName
{
border-color: #02D959;
}
.TagClassName
{
border-color: #02D959;
}
</style>