#02E053

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

Shades of Malachite #02E053

Tints of Malachite #02E053

Color information

#02E053 (or 0x02E053) is unknown color: approx Malachite. HEX triplet: 02, E0 and 53. RGB value is (2,224,83). Sum of RGB (Red+Green+Blue) = 2+224+83=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #02E053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E053 is #FD1FAC. Grayscale: #8D8D8D. Windows color (decimal): -16588717 or 5496834. OLE color: 5496834.

HSL color Cylindrical-coordinate representation of color #02E053: hue angle of 141.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E053 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB222483-
CMYK0.9900.630.12
HSL141.89º98.23%44.31%-
HSV(B)141.89º99.11%87.84%-
XYZ28.2453.9517.11-
YUV141.5594.9528.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 224 (87.89% from 255) = 72.49%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=0.65%
G=72.49%
B=26.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2224830.9900.630.12141.8998.2344.31
Hex2E0536303FC8e622c
Octal23401231430771421614254
Binary10111000001010011110001101111111100100011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,224,83); }

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

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

 a { background-color: rgb(2,224,83); }

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

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

 span { border-color: rgb(2,224,83); }

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