#20AA68

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

Shades of Eucalyptus #20AA68

Tints of Eucalyptus #20AA68

Color information

#20AA68 (or 0x20AA68) is unknown color: approx Eucalyptus. HEX triplet: 20, AA and 68. RGB value is (32,170,104). Sum of RGB (Red+Green+Blue) = 32+170+104=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA68 is #DF5597. Grayscale: #797979. Windows color (decimal): -14636440 or 6859296. OLE color: 6859296.

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

Color convert

RGB32170104-
CMYK0.8100.390.33
HSL151.3º68.32%39.61%-
HSV(B)151.3º81.18%66.67%-
XYZ17.4730.0617.98-
YUV121.21118.2864.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 170 (66.80% from 255) = 55.56%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=10.46%
G=55.56%
B=33.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321701040.8100.390.33151.368.3239.61
Hex20AA685102721974428
Octal402521501210474122710450
Binary10000010101010110100010100010100111100001100101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,170,104); }

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

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

 a { background-color: rgb(32,170,104); }

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

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

 span { border-color: rgb(32,170,104); }

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