#A5DD80

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

Shades of Feijoa #A5DD80

Tints of Feijoa #A5DD80

Color information

#A5DD80 (or 0xA5DD80) is unknown color: approx Feijoa. HEX triplet: A5, DD and 80. RGB value is (165,221,128). Sum of RGB (Red+Green+Blue) = 165+221+128=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DD80 is #5A227F. Grayscale: #C1C1C1. Windows color (decimal): -5907072 or 8445349. OLE color: 8445349.

HSL color Cylindrical-coordinate representation of color #A5DD80: hue angle of 96.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5DD80 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB165221128-
CMYK0.2500.420.13
HSL96.13º57.76%68.43%-
HSV(B)96.13º42.08%86.67%-
XYZ45.2761.2729.86-
YUV193.6590.95107.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.10%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=32.10%
G=43.00%
B=24.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211280.2500.420.1396.1357.7668.43
HexA5DD801902AD603a44
Octal245335200310521514072104
Binary101001011101110110000000110010101010110111000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD80; }

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

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

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

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

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

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

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

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