Html Css Color HEX #02DC6D Malachite

📋 copy color: '#02DC6D'

red 2 ◦ green 220 ◦ blue 109

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

Shades of Malachite #02DC6D

Tints of Malachite #02DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.47%

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

R = 0.6%
G = 66.47%
B = 32.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#02DC6D (or 0x02DC6D) is known color: Malachite. HEX triplet: 02, DC and 6D. RGB value is (2,220,109). Sum of RGB (Red+Green+Blue) = 2+220+109=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC6D is #FD2392. Grayscale: #8E8E8E. Windows color (decimal): -16589715 or 7199746. OLE color: 7199746.

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

Color convert

RGB 2 220 109 -
CMYK 0.99 0 0.50 0.14
HSL 149.45º 0.98% 0.44% -
HSV(B) 149.45º 0.99% 0.86% -
XYZ 28.38 52.3 23.07 -
YUV 142.16 109.28 28.03 -
System Red Green Blue C M Y K H S L
Decimal 2 220 109 0.99 0 0.50 0.14 149.45 0.98 0.44
Hex 2 DC 6D 63 0 32 E 95 62 2C
Octal 2 334 155 143 0 62 16 225 142 54
Binary 10 11011100 1101101 1100011 0 110010 1110 10010101 1100010 101100

Color Harmonies of #02DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC6D

Black with #02DC6D

Text Example


Text Example

White with #02DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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