#20AA58

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

Shades of Eucalyptus #20AA58

Tints of Eucalyptus #20AA58

Color information

#20AA58 (or 0x20AA58) is unknown color: approx Eucalyptus. HEX triplet: 20, AA and 58. RGB value is (32,170,88). Sum of RGB (Red+Green+Blue) = 32+170+88=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA58 is #DF55A7. Grayscale: #777777. Windows color (decimal): -14636456 or 5810720. OLE color: 5810720.

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

Color convert

RGB3217088-
CMYK0.8100.480.33
HSL144.35º68.32%39.61%-
HSV(B)144.35º81.18%66.67%-
XYZ16.7329.7614.1-
YUV119.39110.2865.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 170 (66.80% from 255) = 58.62%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=11.03%
G=58.62%
B=30.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32170880.8100.480.33144.3568.3239.61
Hex20AA585103021904428
Octal402521301210604122010450
Binary10000010101010101100010100010110000100001100100001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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