#20AF65

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

Shades of Eucalyptus #20AF65

Tints of Eucalyptus #20AF65

Color information

#20AF65 (or 0x20AF65) is unknown color: approx Eucalyptus. HEX triplet: 20, AF and 65. RGB value is (32,175,101). Sum of RGB (Red+Green+Blue) = 32+175+101=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF65 is #DF509A. Grayscale: #7B7B7B. Windows color (decimal): -14635163 or 6663968. OLE color: 6663968.

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

Color convert

RGB32175101-
CMYK0.8200.420.31
HSL148.95º69.08%40.59%-
HSV(B)148.95º81.71%68.63%-
XYZ18.2731.9117.51-
YUV123.81115.1262.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.39%
GREEN value IS 175 (68.75% from 255) = 56.82%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=10.39%
G=56.82%
B=32.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321751010.8200.420.31148.9569.0840.59
Hex20AF655202A1F954529
Octal402571451220523722510551
Binary1000001010111111001011010010010101011111100101011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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