Html Css Color HEX #02E06D Malachite

📋 copy color: '#02E06D'

red 2 ◦ green 224 ◦ blue 109

#02E06D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #02E06D

Tints of Malachite #02E06D

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

 GREEN value IS 224 (87.89% from 255) = 66.87%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 0.6%
G = 66.87%
B = 32.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#02E06D (or 0x02E06D) is known color: Malachite. HEX triplet: 02, E0 and 6D. RGB value is (2,224,109). Sum of RGB (Red+Green+Blue) = 2+224+109=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #02E06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E06D is #FD1F92. Grayscale: #909090. Windows color (decimal): -16588691 or 7200770. OLE color: 7200770.

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

Color convert

RGB 2 224 109 -
CMYK 0.99 0 0.51 0.12
HSL 148.92º 0.98% 0.44% -
HSV(B) 148.92º 0.99% 0.88% -
XYZ 29.44 54.43 23.42 -
YUV 144.51 107.95 26.35 -
System Red Green Blue C M Y K H S L
Decimal 2 224 109 0.99 0 0.51 0.12 148.92 0.98 0.44
Hex 2 E0 6D 63 0 33 C 95 62 2C
Octal 2 340 155 143 0 63 14 225 142 54
Binary 10 11100000 1101101 1100011 0 110011 1100 10010101 1100010 101100

Color Harmonies of #02E06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E06D

Black with #02E06D

Text Example


Text Example

White with #02E06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02E06D;
 }
 .AnyTagClassName
 {
   color: #02E06D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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