#20A34C

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

Shades of Eucalyptus #20A34C

Tints of Eucalyptus #20A34C

Color information

#20A34C (or 0x20A34C) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 4C. RGB value is (32,163,76). Sum of RGB (Red+Green+Blue) = 32+163+76=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #20A34C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A34C is #DF5CB3. Grayscale: #727272. Windows color (decimal): -14638260 or 5022496. OLE color: 5022496.

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

Color convert

RGB3216376-
CMYK0.8000.530.36
HSL140.15º67.18%38.24%-
HSV(B)140.15º80.37%63.92%-
XYZ1527.0211.26-
YUV113.91106.669.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 163 (64.06% from 255) = 60.15%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=11.81%
G=60.15%
B=28.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163760.8000.530.36140.1567.1838.24
Hex20A34C50035248c4326
Octal402431141200654421410346
Binary10000010100011100110010100000110101100100100011001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,163,76); }

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

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

 a { background-color: rgb(32,163,76); }

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

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

 span { border-color: rgb(32,163,76); }

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