Shades of Malachite #02E959
Tints of Malachite #02E959
RGB
CMYK
RGB Variations
Color information
#02E959 (or 0x02E959) is known color: Malachite. HEX triplet: 02, E9 and 59. RGB value is (2,233,89). Sum of RGB (Red+Green+Blue) = 2+233+89=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 233 (91.41% from 255 or 71.91% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 233 - color contains mainly: green. Hex color #02E959 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E959 is #FD16A6. Grayscale: #939393. Windows color (decimal): -16586407 or 5892354. OLE color: 5892354.
HSL color Cylindrical-coordinate representation of color #02E959: hue angle of 142.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E959 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 89 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.09 |
| HSL | 142.6º | 0.98% | 0.46% | - |
| HSV(B) | 142.6º | 0.99% | 0.91% | - |
| XYZ | 30.97 | 59.01 | 19.21 | - |
| YUV | 147.52 | 94.97 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 89 | 0.99 | 0 | 0.62 | 0.09 | 142.6 | 0.98 | 0.46 |
| Hex | 2 | E9 | 59 | 63 | 0 | 3E | 9 | 8F | 62 | 2E |
| Octal | 2 | 351 | 131 | 143 | 0 | 76 | 11 | 217 | 142 | 56 |
| Binary | 10 | 11101001 | 1011001 | 1100011 | 0 | 111110 | 1001 | 10001111 | 1100010 | 101110 |
Color Harmonies of #02E959
Complementary color
Monochromatic Colors of #02E959
Black with #02E959
Text Example
Text Example
White with #02E959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E959; }
p { color: rgb(2,233,89); }
H1.HeaderClassName
{
color: #02E959;
}
.AnyTagClassName
{
color: #02E959;
}
</style>
background-color css
<style>
a { background-color: #02E959; }
a { background-color: rgb(2,233,89); }
div.DivClassName
{
background-color: #02E959;
}
.BgClassName
{
background-color: #02E959;
}
</style>
border-color css
<style>
span { border-color: #02E959; }
span { border-color: rgb(2,233,89); }
td.TdClassName
{
border-color: #02E959;
}
.TagClassName
{
border-color: #02E959;
}
</style>