#20A558

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

Shades of Eucalyptus #20A558

Tints of Eucalyptus #20A558

Color information

#20A558 (or 0x20A558) is unknown color: approx Eucalyptus. HEX triplet: 20, A5 and 58. RGB value is (32,165,88). Sum of RGB (Red+Green+Blue) = 32+165+88=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #20A558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A558 is #DF5AA7. Grayscale: #747474. Windows color (decimal): -14637736 or 5809440. OLE color: 5809440.

HSL color Cylindrical-coordinate representation of color #20A558: hue angle of 145.26º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20A558 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB3216588-
CMYK0.8100.470.35
HSL145.26º67.51%38.63%-
HSV(B)145.26º80.61%64.71%-
XYZ15.8127.9213.79-
YUV116.45111.9467.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.23%
GREEN value IS 165 (64.84% from 255) = 57.89%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=11.23%
G=57.89%
B=30.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32165880.8100.470.35145.2667.5138.63
Hex20A5585102F23914427
Octal402451301210574322110447
Binary10000010100101101100010100010101111100011100100011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,165,88); }

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

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

 a { background-color: rgb(32,165,88); }

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

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

 span { border-color: rgb(32,165,88); }

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