#20AD4F

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

Shades of Eucalyptus #20AD4F

Tints of Eucalyptus #20AD4F

Color information

#20AD4F (or 0x20AD4F) is unknown color: approx Eucalyptus. HEX triplet: 20, AD and 4F. RGB value is (32,173,79). Sum of RGB (Red+Green+Blue) = 32+173+79=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD4F is #DF52B0. Grayscale: #787878. Windows color (decimal): -14635697 or 5221664. OLE color: 5221664.

HSL color Cylindrical-coordinate representation of color #20AD4F: hue angle of 140º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AD4F is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB3217379-
CMYK0.8200.540.32
HSL140º68.78%40.2%-
HSV(B)140º81.5%67.84%-
XYZ16.9530.7612.44-
YUV120.12104.7965.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 173 (67.97% from 255) = 60.92%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=11.27%
G=60.92%
B=27.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32173790.8200.540.3214068.7840.2
Hex20AD4F52036208c4528
Octal402551171220664021410550
Binary10000010101101100111110100100110110100000100011001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,173,79); }

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

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

 a { background-color: rgb(32,173,79); }

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

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

 span { border-color: rgb(32,173,79); }

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