Shades of Malachite #02E246
Tints of Malachite #02E246
RGB
CMYK
RGB Variations
Color information
#02E246 (or 0x02E246) is known color: Malachite. HEX triplet: 02, E2 and 46. RGB value is (2,226,70). Sum of RGB (Red+Green+Blue) = 2+226+70=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 226 (88.67% from 255 or 75.84% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 226 - color contains mainly: green. Hex color #02E246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E246 is #FD1DB9. Grayscale: #8D8D8D. Windows color (decimal): -16588218 or 4645378. OLE color: 4645378.
HSL color Cylindrical-coordinate representation of color #02E246: hue angle of 138.21º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E246 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 70 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.11 |
| HSL | 138.21º | 0.98% | 0.45% | - |
| HSV(B) | 138.21º | 0.99% | 0.89% | - |
| XYZ | 28.33 | 54.85 | 14.89 | - |
| YUV | 141.24 | 87.79 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 70 | 0.99 | 0 | 0.69 | 0.11 | 138.21 | 0.98 | 0.45 |
| Hex | 2 | E2 | 46 | 63 | 0 | 45 | B | 8A | 62 | 2D |
| Octal | 2 | 342 | 106 | 143 | 0 | 105 | 13 | 212 | 142 | 55 |
| Binary | 10 | 11100010 | 1000110 | 1100011 | 0 | 1000101 | 1011 | 10001010 | 1100010 | 101101 |
Color Harmonies of #02E246
Complementary color
Monochromatic Colors of #02E246
Black with #02E246
Text Example
Text Example
White with #02E246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E246; }
p { color: rgb(2,226,70); }
H1.HeaderClassName
{
color: #02E246;
}
.AnyTagClassName
{
color: #02E246;
}
</style>
background-color css
<style>
a { background-color: #02E246; }
a { background-color: rgb(2,226,70); }
div.DivClassName
{
background-color: #02E246;
}
.BgClassName
{
background-color: #02E246;
}
</style>
border-color css
<style>
span { border-color: #02E246; }
span { border-color: rgb(2,226,70); }
td.TdClassName
{
border-color: #02E246;
}
.TagClassName
{
border-color: #02E246;
}
</style>