#02E36A

Color #02E36A Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #02E36A

Tints of Malachite #02E36A

Color information

#02E36A (or 0x02E36A) is unknown color: approx Malachite. HEX triplet: 02, E3 and 6A. RGB value is (2,227,106). Sum of RGB (Red+Green+Blue) = 2+227+106=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 227 (89.06% from 255 or 67.76% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 227 - color contains mainly: green. Hex color #02E36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E36A is #FD1C95. Grayscale: #929292. Windows color (decimal): -16587926 or 7004930. OLE color: 7004930.

HSL color Cylindrical-coordinate representation of color #02E36A: hue angle of 147.73º 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 #02E36A is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB2227106-
CMYK0.9900.530.11
HSL147.73º98.25%44.9%-
HSV(B)147.73º99.12%89.02%-
XYZ30.155.9922.86-
YUV145.93105.4625.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 227 (89.06% from 255) = 67.76%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=0.60%
G=67.76%
B=31.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22271060.9900.530.11147.7398.2544.9
Hex2E36A63035B94622d
Octal23431521430651322414255
Binary10111000111101010110001101101011011100101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02E36A; }

 p { color: rgb(2,227,106); }

 H1.HeaderClassName
 {
   color: #02E36A;
 }
 .AnyTagClassName
 {
   color: #02E36A;
 }
</style>
background-color css

<style>
 a { background-color: #02E36A; }

 a { background-color: rgb(2,227,106); }

 div.DivClassName
 {
   background-color: #02E36A;
 }
 .BgClassName
 {
   background-color: #02E36A;
 }
</style>
border-color css

<style>
 span { border-color: #02E36A; }

 span { border-color: rgb(2,227,106); }

 td.TdClassName
 {
   border-color: #02E36A;
 }
 .TagClassName
 {
   border-color: #02E36A;
 }
</style>