#20AF63

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

Shades of Eucalyptus #20AF63

Tints of Eucalyptus #20AF63

Color information

#20AF63 (or 0x20AF63) is unknown color: approx Eucalyptus. HEX triplet: 20, AF and 63. RGB value is (32,175,99). Sum of RGB (Red+Green+Blue) = 32+175+99=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF63 is #DF509C. Grayscale: #7B7B7B. Windows color (decimal): -14635165 or 6532896. OLE color: 6532896.

HSL color Cylindrical-coordinate representation of color #20AF63: hue angle of 148.11º 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 #20AF63 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB3217599-
CMYK0.8200.430.31
HSL148.11º69.08%40.59%-
HSV(B)148.11º81.71%68.63%-
XYZ18.1831.8717-
YUV123.58114.1262.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 175 (68.75% from 255) = 57.19%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=10.46%
G=57.19%
B=32.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal32175990.8200.430.31148.1169.0840.59
Hex20AF635202B1F944529
Octal402571431220533722410551
Binary1000001010111111000111010010010101111111100101001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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