Html Css Color HEX #20A45D Eucalyptus

📋 copy color: '#20A45D'

red 32 ◦ green 164 ◦ blue 93

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

Shades of Eucalyptus #20A45D

Tints of Eucalyptus #20A45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.75%

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

R = 11.07%
G = 56.75%
B = 32.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#20A45D (or 0x20A45D) is known color: Eucalyptus. HEX triplet: 20, A4 and 5D. RGB value is (32,164,93). Sum of RGB (Red+Green+Blue) = 32+164+93=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #20A45D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A45D is #DF5BA2. Grayscale: #747474. Windows color (decimal): -14637987 or 6136864. OLE color: 6136864.

HSL color Cylindrical-coordinate representation of color #20A45D: hue angle of 147.73º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A45D is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 32 164 93 -
CMYK 0.80 0 0.43 0.36
HSL 147.73º 0.67% 0.38% -
HSV(B) 147.73º 0.8% 0.64% -
XYZ 15.85 27.65 14.86 -
YUV 116.44 114.77 67.77 -
System Red Green Blue C M Y K H S L
Decimal 32 164 93 0.80 0 0.43 0.36 147.73 0.67 0.38
Hex 20 A4 5D 50 0 2B 24 94 43 26
Octal 40 244 135 120 0 53 44 224 103 46
Binary 100000 10100100 1011101 1010000 0 101011 100100 10010100 1000011 100110

Color Harmonies of #20A45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A45D

Black with #20A45D

Text Example


Text Example

White with #20A45D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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