#20AF62

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

Shades of Eucalyptus #20AF62

Tints of Eucalyptus #20AF62

Color information

#20AF62 (or 0x20AF62) is unknown color: approx Eucalyptus. HEX triplet: 20, AF and 62. RGB value is (32,175,98). Sum of RGB (Red+Green+Blue) = 32+175+98=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF62 is #DF509D. Grayscale: #7B7B7B. Windows color (decimal): -14635166 or 6467360. OLE color: 6467360.

HSL color Cylindrical-coordinate representation of color #20AF62: hue angle of 147.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF62 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB3217598-
CMYK0.8200.440.31
HSL147.69º69.08%40.59%-
HSV(B)147.69º81.71%68.63%-
XYZ18.1331.8516.75-
YUV123.46113.6262.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.49%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=10.49%
G=57.38%
B=32.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32175980.8200.440.31147.6969.0840.59
Hex20AF625202C1F944529
Octal402571421220543722410551
Binary1000001010111111000101010010010110011111100101001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,175,98); }

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

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

 a { background-color: rgb(32,175,98); }

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

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

 span { border-color: rgb(32,175,98); }

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