#20A34F

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

Shades of Eucalyptus #20A34F

Tints of Eucalyptus #20A34F

Color information

#20A34F (or 0x20A34F) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 4F. RGB value is (32,163,79). Sum of RGB (Red+Green+Blue) = 32+163+79=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #20A34F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A34F is #DF5CB0. Grayscale: #727272. Windows color (decimal): -14638257 or 5219104. OLE color: 5219104.

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

Color convert

RGB3216379-
CMYK0.8000.520.36
HSL141.53º67.18%38.24%-
HSV(B)141.53º80.37%63.92%-
XYZ15.127.0711.83-
YUV114.26108.169.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 163 (64.06% from 255) = 59.49%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=11.68%
G=59.49%
B=28.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163790.8000.520.36141.5367.1838.24
Hex20A34F50034248e4326
Octal402431171200644421610346
Binary10000010100011100111110100000110100100100100011101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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