Html Css Color HEX #20DA6F Malachite

📋 copy color: '#20DA6F'

red 32 ◦ green 218 ◦ blue 111

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

Shades of Malachite #20DA6F

Tints of Malachite #20DA6F

RGB

 RED value IS 32 (12.89% from 255) = 8.86%

 GREEN value IS 218 (85.55% from 255) = 60.39%

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 8.86%
G = 60.39%
B = 30.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#20DA6F (or 0x20DA6F) is known color: Malachite. HEX triplet: 20, DA and 6F. RGB value is (32,218,111). Sum of RGB (Red+Green+Blue) = 32+218+111=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 218 (85.55% from 255 or 60.39% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20DA6F is #DF2590. Grayscale: #969696. Windows color (decimal): -14624145 or 7330336. OLE color: 7330336.

HSL color Cylindrical-coordinate representation of color #20DA6F: hue angle of 145.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DA6F is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 218 111 -
CMYK 0.85 0 0.49 0.15
HSL 145.48º 0.74% 0.49% -
HSV(B) 145.48º 0.85% 0.85% -
XYZ 28.54 51.6 23.49 -
YUV 150.19 105.88 43.7 -
System Red Green Blue C M Y K H S L
Decimal 32 218 111 0.85 0 0.49 0.15 145.48 0.74 0.49
Hex 20 DA 6F 55 0 31 F 91 4A 31
Octal 40 332 157 125 0 61 17 221 112 61
Binary 100000 11011010 1101111 1010101 0 110001 1111 10010001 1001010 110001

Color Harmonies of #20DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DA6F

Black with #20DA6F

Text Example


Text Example

White with #20DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20DA6F; }

 p { color: rgb(32,218,111); }

 H1.HeaderClassName
 {
   color: #20DA6F;
 }
 .AnyTagClassName
 {
   color: #20DA6F;
 }
</style>

background-color css

<style>
 a { background-color: #20DA6F; }

 a { background-color: rgb(32,218,111); }

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

border-color css

<style>
 span { border-color: #20DA6F; }

 span { border-color: rgb(32,218,111); }

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