#20A35A

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

Shades of Eucalyptus #20A35A

Tints of Eucalyptus #20A35A

Color information

#20A35A (or 0x20A35A) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 5A. RGB value is (32,163,90). Sum of RGB (Red+Green+Blue) = 32+163+90=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #20A35A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A35A is #DF5CA5. Grayscale: #737373. Windows color (decimal): -14638246 or 5940000. OLE color: 5940000.

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

Color convert

RGB3216390-
CMYK0.8000.450.36
HSL146.56º67.18%38.24%-
HSV(B)146.56º80.37%63.92%-
XYZ15.5427.2414.11-
YUV115.51113.668.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=11.23%
G=57.19%
B=31.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32163900.8000.450.36146.5667.1838.24
Hex20A35A5002D24934326
Octal402431321200554422310346
Binary10000010100011101101010100000101101100100100100111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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