#A5CD80

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

Shades of Feijoa #A5CD80

Tints of Feijoa #A5CD80

Color information

#A5CD80 (or 0xA5CD80) is unknown color: approx Feijoa. HEX triplet: A5, CD and 80. RGB value is (165,205,128). Sum of RGB (Red+Green+Blue) = 165+205+128=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CD80 is #5A327F. Grayscale: #B8B8B8. Windows color (decimal): -5911168 or 8441253. OLE color: 8441253.

HSL color Cylindrical-coordinate representation of color #A5CD80: hue angle of 91.17º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5CD80 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB165205128-
CMYK0.2000.380.20
HSL91.17º43.5%65.29%-
HSV(B)91.17º37.56%80.39%-
XYZ41.2453.2228.52-
YUV184.2696.25114.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=33.13%
G=41.16%
B=25.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051280.2000.380.2091.1743.565.29
HexA5CD8014026145b2c41
Octal245315200240462413354101
Binary1010010111001101100000001010001001101010010110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD80; }

 p { color: rgb(165,205,128); }

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

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

 a { background-color: rgb(165,205,128); }

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

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

 span { border-color: rgb(165,205,128); }

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