#20A25E

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

Shades of Eucalyptus #20A25E

Tints of Eucalyptus #20A25E

Color information

#20A25E (or 0x20A25E) is unknown color: approx Eucalyptus. HEX triplet: 20, A2 and 5E. RGB value is (32,162,94). Sum of RGB (Red+Green+Blue) = 32+162+94=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #20A25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A25E is #DF5DA1. Grayscale: #737373. Windows color (decimal): -14638498 or 6201888. OLE color: 6201888.

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

Color convert

RGB3216294-
CMYK0.8000.420.36
HSL148.62º67.01%38.04%-
HSV(B)148.62º80.25%63.53%-
XYZ15.5426.9614.97-
YUV115.38115.9368.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.11%
GREEN value IS 162 (63.67% from 255) = 56.25%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=11.11%
G=56.25%
B=32.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32162940.8000.420.36148.6267.0138.04
Hex20A25E5002A24954326
Octal402421361200524422510346
Binary10000010100010101111010100000101010100100100101011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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