#20A160

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

Shades of Eucalyptus #20A160

Tints of Eucalyptus #20A160

Color information

#20A160 (or 0x20A160) is unknown color: approx Eucalyptus. HEX triplet: 20, A1 and 60. RGB value is (32,161,96). Sum of RGB (Red+Green+Blue) = 32+161+96=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #20A160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A160 is #DF5E9F. Grayscale: #737373. Windows color (decimal): -14638752 or 6332704. OLE color: 6332704.

HSL color Cylindrical-coordinate representation of color #20A160: hue angle of 149.77º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A160 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB3216196-
CMYK0.8000.400.37
HSL149.77º66.84%37.84%-
HSV(B)149.77º80.12%63.14%-
XYZ15.4526.6415.39-
YUV115.02117.2668.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 161 (63.28% from 255) = 55.71%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=11.07%
G=55.71%
B=33.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32161960.8000.400.37149.7766.8437.84
Hex20A1605002825964326
Octal402411401200504522610346
Binary10000010100001110000010100000101000100101100101101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,161,96); }

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

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

 a { background-color: rgb(32,161,96); }

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

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

 span { border-color: rgb(32,161,96); }

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