Shades of Malachite #02E960
Tints of Malachite #02E960
RGB
CMYK
RGB Variations
Color information
#02E960 (or 0x02E960) is known color: Malachite. HEX triplet: 02, E9 and 60. RGB value is (2,233,96). Sum of RGB (Red+Green+Blue) = 2+233+96=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 233 (91.41% from 255 or 70.39% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 233 - color contains mainly: green. Hex color #02E960 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E960 is #FD169F. Grayscale: #949494. Windows color (decimal): -16586400 or 6351106. OLE color: 6351106.
HSL color Cylindrical-coordinate representation of color #02E960: hue angle of 144.42º 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 #02E960 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 96 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.09 |
| HSL | 144.42º | 0.98% | 0.46% | - |
| HSV(B) | 144.42º | 0.99% | 0.91% | - |
| XYZ | 31.28 | 59.14 | 20.83 | - |
| YUV | 148.31 | 98.47 | 23.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 96 | 0.99 | 0 | 0.59 | 0.09 | 144.42 | 0.98 | 0.46 |
| Hex | 2 | E9 | 60 | 63 | 0 | 3B | 9 | 90 | 62 | 2E |
| Octal | 2 | 351 | 140 | 143 | 0 | 73 | 11 | 220 | 142 | 56 |
| Binary | 10 | 11101001 | 1100000 | 1100011 | 0 | 111011 | 1001 | 10010000 | 1100010 | 101110 |
Color Harmonies of #02E960
Complementary color
Monochromatic Colors of #02E960
Black with #02E960
Text Example
Text Example
White with #02E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E960; }
p { color: rgb(2,233,96); }
H1.HeaderClassName
{
color: #02E960;
}
.AnyTagClassName
{
color: #02E960;
}
</style>
background-color css
<style>
a { background-color: #02E960; }
a { background-color: rgb(2,233,96); }
div.DivClassName
{
background-color: #02E960;
}
.BgClassName
{
background-color: #02E960;
}
</style>
border-color css
<style>
span { border-color: #02E960; }
span { border-color: rgb(2,233,96); }
td.TdClassName
{
border-color: #02E960;
}
.TagClassName
{
border-color: #02E960;
}
</style>