Html Css Color HEX #20AA5D Eucalyptus

📋 copy color: '#20AA5D'

red 32 ◦ green 170 ◦ blue 93

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

Shades of Eucalyptus #20AA5D

Tints of Eucalyptus #20AA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 57.63%

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

R = 10.85%
G = 57.63%
B = 31.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#20AA5D (or 0x20AA5D) is known color: Eucalyptus. HEX triplet: 20, AA and 5D. RGB value is (32,170,93). Sum of RGB (Red+Green+Blue) = 32+170+93=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA5D is #DF55A2. Grayscale: #787878. Windows color (decimal): -14636451 or 6138400. OLE color: 6138400.

HSL color Cylindrical-coordinate representation of color #20AA5D: hue angle of 146.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AA5D is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 170 93 -
CMYK 0.81 0 0.45 0.33
HSL 146.52º 0.68% 0.4% -
HSV(B) 146.52º 0.81% 0.67% -
XYZ 16.95 29.85 15.22 -
YUV 119.96 112.78 65.26 -
System Red Green Blue C M Y K H S L
Decimal 32 170 93 0.81 0 0.45 0.33 146.52 0.68 0.4
Hex 20 AA 5D 51 0 2D 21 93 44 28
Octal 40 252 135 121 0 55 41 223 104 50
Binary 100000 10101010 1011101 1010001 0 101101 100001 10010011 1000100 101000

Color Harmonies of #20AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA5D

Black with #20AA5D

Text Example


Text Example

White with #20AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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