#20A75D

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

Shades of Eucalyptus #20A75D

Tints of Eucalyptus #20A75D

Color information

#20A75D (or 0x20A75D) is unknown color: approx Eucalyptus. HEX triplet: 20, A7 and 5D. RGB value is (32,167,93). Sum of RGB (Red+Green+Blue) = 32+167+93=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #20A75D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A75D is #DF58A2. Grayscale: #767676. Windows color (decimal): -14637219 or 6137632. OLE color: 6137632.

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

Color convert

RGB3216793-
CMYK0.8100.440.35
HSL147.11º67.84%39.02%-
HSV(B)147.11º80.84%65.49%-
XYZ16.3928.7315.04-
YUV118.2113.7766.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 167 (65.62% from 255) = 57.19%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=10.96%
G=57.19%
B=31.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32167930.8100.440.35147.1167.8439.02
Hex20A75D5102C23934427
Octal402471351210544322310447
Binary10000010100111101110110100010101100100011100100111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,167,93); }

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

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

 a { background-color: rgb(32,167,93); }

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

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

 span { border-color: rgb(32,167,93); }

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