Shades of Malachite #02E954
Tints of Malachite #02E954
RGB
CMYK
RGB Variations
Color information
#02E954 (or 0x02E954) is known color: Malachite. HEX triplet: 02, E9 and 54. RGB value is (2,233,84). Sum of RGB (Red+Green+Blue) = 2+233+84=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 233 (91.41% from 255 or 73.04% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 233 - color contains mainly: green. Hex color #02E954 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E954 is #FD16AB. Grayscale: #939393. Windows color (decimal): -16586412 or 5564674. OLE color: 5564674.
HSL color Cylindrical-coordinate representation of color #02E954: hue angle of 141.3º 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 #02E954 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 233 | 84 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.09 |
| HSL | 141.3º | 0.98% | 0.46% | - |
| HSV(B) | 141.3º | 0.99% | 0.91% | - |
| XYZ | 30.76 | 58.93 | 18.14 | - |
| YUV | 146.95 | 92.47 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 233 | 84 | 0.99 | 0 | 0.64 | 0.09 | 141.3 | 0.98 | 0.46 |
| Hex | 2 | E9 | 54 | 63 | 0 | 40 | 9 | 8D | 62 | 2E |
| Octal | 2 | 351 | 124 | 143 | 0 | 100 | 11 | 215 | 142 | 56 |
| Binary | 10 | 11101001 | 1010100 | 1100011 | 0 | 1000000 | 1001 | 10001101 | 1100010 | 101110 |
Color Harmonies of #02E954
Complementary color
Monochromatic Colors of #02E954
Black with #02E954
Text Example
Text Example
White with #02E954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E954; }
p { color: rgb(2,233,84); }
H1.HeaderClassName
{
color: #02E954;
}
.AnyTagClassName
{
color: #02E954;
}
</style>
background-color css
<style>
a { background-color: #02E954; }
a { background-color: rgb(2,233,84); }
div.DivClassName
{
background-color: #02E954;
}
.BgClassName
{
background-color: #02E954;
}
</style>
border-color css
<style>
span { border-color: #02E954; }
span { border-color: rgb(2,233,84); }
td.TdClassName
{
border-color: #02E954;
}
.TagClassName
{
border-color: #02E954;
}
</style>