#20A856

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

Shades of Eucalyptus #20A856

Tints of Eucalyptus #20A856

Color information

#20A856 (or 0x20A856) is unknown color: approx Eucalyptus. HEX triplet: 20, A8 and 56. RGB value is (32,168,86). Sum of RGB (Red+Green+Blue) = 32+168+86=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #20A856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20A856 is #DF57A9. Grayscale: #767676. Windows color (decimal): -14636970 or 5679136. OLE color: 5679136.

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

Color convert

RGB3216886-
CMYK0.8100.490.34
HSL143.82º68%39.22%-
HSV(B)143.82º80.95%65.88%-
XYZ16.2828.9813.54-
YUV117.99109.9466.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 168 (66.02% from 255) = 58.74%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=11.19%
G=58.74%
B=30.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32168860.8100.490.34143.826839.22
Hex20A8565103122904427
Octal402501261210614222010447
Binary10000010101000101011010100010110001100010100100001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,168,86); }

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

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

 a { background-color: rgb(32,168,86); }

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

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

 span { border-color: rgb(32,168,86); }

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