Html Css Color HEX #20D96E Malachite

📋 copy color: '#20D96E'

red 32 ◦ green 217 ◦ blue 110

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

Shades of Malachite #20D96E

Tints of Malachite #20D96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.45%

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 8.91%
G = 60.45%
B = 30.64%

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

#20D96E (or 0x20D96E) is known color: Malachite. HEX triplet: 20, D9 and 6E. RGB value is (32,217,110). Sum of RGB (Red+Green+Blue) = 32+217+110=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #20D96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D96E is #DF2691. Grayscale: #959595. Windows color (decimal): -14624402 or 7264544. OLE color: 7264544.

HSL color Cylindrical-coordinate representation of color #20D96E: hue angle of 145.3º 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 #20D96E is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 217 110 -
CMYK 0.85 0 0.49 0.15
HSL 145.3º 0.74% 0.49% -
HSV(B) 145.3º 0.85% 0.85% -
XYZ 28.22 51.06 23.12 -
YUV 149.49 105.71 44.2 -
System Red Green Blue C M Y K H S L
Decimal 32 217 110 0.85 0 0.49 0.15 145.3 0.74 0.49
Hex 20 D9 6E 55 0 31 F 91 4A 31
Octal 40 331 156 125 0 61 17 221 112 61
Binary 100000 11011001 1101110 1010101 0 110001 1111 10010001 1001010 110001

Color Harmonies of #20D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D96E

Black with #20D96E

Text Example


Text Example

White with #20D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,217,110); }

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

background-color css

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

 a { background-color: rgb(32,217,110); }

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

border-color css

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

 span { border-color: rgb(32,217,110); }

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