Html Css Color HEX #20A85A Eucalyptus

📋 copy color: '#20A85A'

red 32 ◦ green 168 ◦ blue 90

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

Shades of Eucalyptus #20A85A

Tints of Eucalyptus #20A85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 57.93%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 11.03%
G = 57.93%
B = 31.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#20A85A (or 0x20A85A) is known color: Eucalyptus. HEX triplet: 20, A8 and 5A. RGB value is (32,168,90). Sum of RGB (Red+Green+Blue) = 32+168+90=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #20A85A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A85A is #DF57A5. Grayscale: #767676. Windows color (decimal): -14636966 or 5941280. OLE color: 5941280.

HSL color Cylindrical-coordinate representation of color #20A85A: hue angle of 145.59º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A85A is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 32 168 90 -
CMYK 0.81 0 0.46 0.34
HSL 145.59º 0.68% 0.39% -
HSV(B) 145.59º 0.81% 0.66% -
XYZ 16.44 29.05 14.41 -
YUV 118.44 111.94 66.34 -
System Red Green Blue C M Y K H S L
Decimal 32 168 90 0.81 0 0.46 0.34 145.59 0.68 0.39
Hex 20 A8 5A 51 0 2E 22 92 44 27
Octal 40 250 132 121 0 56 42 222 104 47
Binary 100000 10101000 1011010 1010001 0 101110 100010 10010010 1000100 100111

Color Harmonies of #20A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A85A

Black with #20A85A

Text Example


Text Example

White with #20A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,168,90); }

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

background-color css

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

 a { background-color: rgb(32,168,90); }

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

border-color css

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

 span { border-color: rgb(32,168,90); }

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