#20AB5A

Color #20AB5A Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #20AB5A

Tints of Eucalyptus #20AB5A

Color information

#20AB5A (or 0x20AB5A) is unknown color: approx Eucalyptus. HEX triplet: 20, AB and 5A. RGB value is (32,171,90). Sum of RGB (Red+Green+Blue) = 32+171+90=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AB5A is #DF54A5. Grayscale: #787878. Windows color (decimal): -14636198 or 5942048. OLE color: 5942048.

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

Color convert

RGB3217190-
CMYK0.8100.470.33
HSL145.04º68.47%39.8%-
HSV(B)145.04º81.29%67.06%-
XYZ1730.1714.6-
YUV120.2110.9565.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 171 (67.19% from 255) = 58.36%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=10.92%
G=58.36%
B=30.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32171900.8100.470.33145.0468.4739.8
Hex20AB5A5102F21914428
Octal402531321210574122110450
Binary10000010101011101101010100010101111100001100100011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20AB5A;
 }
 .AnyTagClassName
 {
   color: #20AB5A;
 }
</style>
background-color css

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

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

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

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

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

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