#20A25C

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

Shades of Eucalyptus #20A25C

Tints of Eucalyptus #20A25C

Color information

#20A25C (or 0x20A25C) is unknown color: approx Eucalyptus. HEX triplet: 20, A2 and 5C. RGB value is (32,162,92). Sum of RGB (Red+Green+Blue) = 32+162+92=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #20A25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A25C is #DF5DA3. Grayscale: #737373. Windows color (decimal): -14638500 or 6070816. OLE color: 6070816.

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

Color convert

RGB3216292-
CMYK0.8000.430.36
HSL147.69º67.01%38.04%-
HSV(B)147.69º80.25%63.53%-
XYZ15.4526.9214.51-
YUV115.15114.9368.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 162 (63.67% from 255) = 56.64%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=11.19%
G=56.64%
B=32.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32162920.8000.430.36147.6967.0138.04
Hex20A25C5002B24944326
Octal402421341200534422410346
Binary10000010100010101110010100000101011100100100101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,162,92); }

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

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

 a { background-color: rgb(32,162,92); }

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

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

 span { border-color: rgb(32,162,92); }

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