#20A05F

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

Shades of Eucalyptus #20A05F

Tints of Eucalyptus #20A05F

Color information

#20A05F (or 0x20A05F) is unknown color: approx Eucalyptus. HEX triplet: 20, A0 and 5F. RGB value is (32,160,95). Sum of RGB (Red+Green+Blue) = 32+160+95=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #20A05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A05F is #DF5FA0. Grayscale: #727272. Windows color (decimal): -14639009 or 6266912. OLE color: 6266912.

HSL color Cylindrical-coordinate representation of color #20A05F: hue angle of 149.53º 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 #20A05F is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB3216095-
CMYK0.8000.410.37
HSL149.53º66.67%37.65%-
HSV(B)149.53º80%62.75%-
XYZ15.2326.2715.1-
YUV114.32117.0969.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=11.15%
G=55.75%
B=33.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32160950.8000.410.37149.5366.6737.65
Hex20A05F5002925964326
Octal402401371200514522610346
Binary10000010100000101111110100000101001100101100101101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,160,95); }

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

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

 a { background-color: rgb(32,160,95); }

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

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

 span { border-color: rgb(32,160,95); }

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