#20AF64

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

Shades of Eucalyptus #20AF64

Tints of Eucalyptus #20AF64

Color information

#20AF64 (or 0x20AF64) is unknown color: approx Eucalyptus. HEX triplet: 20, AF and 64. RGB value is (32,175,100). Sum of RGB (Red+Green+Blue) = 32+175+100=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF64 is #DF509B. Grayscale: #7B7B7B. Windows color (decimal): -14635164 or 6598432. OLE color: 6598432.

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

Color convert

RGB32175100-
CMYK0.8200.430.31
HSL148.53º69.08%40.59%-
HSV(B)148.53º81.71%68.63%-
XYZ18.2331.8917.25-
YUV123.69114.6262.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.42%
GREEN value IS 175 (68.75% from 255) = 57.00%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=10.42%
G=57.00%
B=32.57%

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
Decimal321751000.8200.430.31148.5369.0840.59
Hex20AF645202B1F954529
Octal402571441220533722510551
Binary1000001010111111001001010010010101111111100101011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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