Html Css Color HEX #20E76A Malachite

📋 copy color: '#20E76A'

red 32 ◦ green 231 ◦ blue 106

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

Shades of Malachite #20E76A

Tints of Malachite #20E76A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 62.6%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 8.67%
G = 62.6%
B = 28.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#20E76A (or 0x20E76A) is known color: Malachite. HEX triplet: 20, E7 and 6A. RGB value is (32,231,106). Sum of RGB (Red+Green+Blue) = 32+231+106=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #20E76A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20E76A is #DF1895. Grayscale: #9D9D9D. Windows color (decimal): -14620822 or 7005984. OLE color: 7005984.

HSL color Cylindrical-coordinate representation of color #20E76A: hue angle of 142.31º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E76A is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 231 106 -
CMYK 0.86 0 0.54 0.09
HSL 142.31º 0.81% 0.52% -
HSV(B) 142.31º 0.86% 0.91% -
XYZ 31.77 58.5 23.25 -
YUV 157.25 99.07 38.66 -
System Red Green Blue C M Y K H S L
Decimal 32 231 106 0.86 0 0.54 0.09 142.31 0.81 0.52
Hex 20 E7 6A 56 0 36 9 8E 51 34
Octal 40 347 152 126 0 66 11 216 121 64
Binary 100000 11100111 1101010 1010110 0 110110 1001 10001110 1010001 110100

Color Harmonies of #20E76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E76A

Black with #20E76A

Text Example


Text Example

White with #20E76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,231,106); }

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

background-color css

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

 a { background-color: rgb(32,231,106); }

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

border-color css

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

 span { border-color: rgb(32,231,106); }

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