#20A36A

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

Shades of Eucalyptus #20A36A

Tints of Eucalyptus #20A36A

Color information

#20A36A (or 0x20A36A) is unknown color: approx Eucalyptus. HEX triplet: 20, A3 and 6A. RGB value is (32,163,106). Sum of RGB (Red+Green+Blue) = 32+163+106=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #20A36A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A36A is #DF5C95. Grayscale: #757575. Windows color (decimal): -14638230 or 6988576. OLE color: 6988576.

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

Color convert

RGB32163106-
CMYK0.8000.350.36
HSL153.89º67.18%38.24%-
HSV(B)153.89º80.37%63.92%-
XYZ16.2927.5418.09-
YUV117.33121.667.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.63%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=10.63%
G=54.15%
B=35.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321631060.8000.350.36153.8967.1838.24
Hex20A36A50023249a4326
Octal402431521200434423210346
Binary10000010100011110101010100000100011100100100110101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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