Html Css Color HEX #20EA5D Malachite

📋 copy color: '#20EA5D'

red 32 ◦ green 234 ◦ blue 93

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

Shades of Malachite #20EA5D

Tints of Malachite #20EA5D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 65.18%

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 8.91%
G = 65.18%
B = 25.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#20EA5D (or 0x20EA5D) is known color: Malachite. HEX triplet: 20, EA and 5D. RGB value is (32,234,93). Sum of RGB (Red+Green+Blue) = 32+234+93=359 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.91% from 359); Green value is 234 (91.80% from 255 or 65.18% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 234 - color contains mainly: green. Hex color #20EA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EA5D is #DF15A2. Grayscale: #9D9D9D. Windows color (decimal): -14620067 or 6154784. OLE color: 6154784.

HSL color Cylindrical-coordinate representation of color #20EA5D: hue angle of 138.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EA5D is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 234 93 -
CMYK 0.86 0 0.60 0.08
HSL 138.12º 0.83% 0.52% -
HSV(B) 138.12º 0.86% 0.92% -
XYZ 31.99 59.94 20.24 -
YUV 157.53 91.58 38.46 -
System Red Green Blue C M Y K H S L
Decimal 32 234 93 0.86 0 0.60 0.08 138.12 0.83 0.52
Hex 20 EA 5D 56 0 3C 8 8A 53 34
Octal 40 352 135 126 0 74 10 212 123 64
Binary 100000 11101010 1011101 1010110 0 111100 1000 10001010 1010011 110100

Color Harmonies of #20EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EA5D

Black with #20EA5D

Text Example


Text Example

White with #20EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,234,93); }

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

background-color css

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

 a { background-color: rgb(32,234,93); }

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

border-color css

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

 span { border-color: rgb(32,234,93); }

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