Html Css Color HEX #20AA5E Eucalyptus

📋 copy color: '#20AA5E'

red 32 ◦ green 170 ◦ blue 94

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

Shades of Eucalyptus #20AA5E

Tints of Eucalyptus #20AA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 10.81%
G = 57.43%
B = 31.76%

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

#20AA5E (or 0x20AA5E) is known color: Eucalyptus. HEX triplet: 20, AA and 5E. RGB value is (32,170,94). Sum of RGB (Red+Green+Blue) = 32+170+94=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA5E is #DF55A1. Grayscale: #787878. Windows color (decimal): -14636450 or 6203936. OLE color: 6203936.

HSL color Cylindrical-coordinate representation of color #20AA5E: hue angle of 146.96º 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 #20AA5E is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 170 94 -
CMYK 0.81 0 0.45 0.33
HSL 146.96º 0.68% 0.4% -
HSV(B) 146.96º 0.81% 0.67% -
XYZ 16.99 29.86 15.46 -
YUV 120.07 113.28 65.18 -
System Red Green Blue C M Y K H S L
Decimal 32 170 94 0.81 0 0.45 0.33 146.96 0.68 0.4
Hex 20 AA 5E 51 0 2D 21 93 44 28
Octal 40 252 136 121 0 55 41 223 104 50
Binary 100000 10101010 1011110 1010001 0 101101 100001 10010011 1000100 101000

Color Harmonies of #20AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AA5E

Black with #20AA5E

Text Example


Text Example

White with #20AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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