#A9DD80

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

Shades of Feijoa #A9DD80

Tints of Feijoa #A9DD80

Color information

#A9DD80 (or 0xA9DD80) is unknown color: approx Feijoa. HEX triplet: A9, DD and 80. RGB value is (169,221,128). Sum of RGB (Red+Green+Blue) = 169+221+128=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DD80 is #56227F. Grayscale: #C3C3C3. Windows color (decimal): -5644928 or 8445353. OLE color: 8445353.

HSL color Cylindrical-coordinate representation of color #A9DD80: hue angle of 93.55º 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 #A9DD80 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB169221128-
CMYK0.2400.420.13
HSL93.55º57.76%68.43%-
HSV(B)93.55º42.08%86.67%-
XYZ46.1161.7129.9-
YUV194.8590.27109.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=32.63%
G=42.66%
B=24.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692211280.2400.420.1393.5557.7668.43
HexA9DD801802AD5e3a44
Octal251335200300521513672104
Binary101010011101110110000000110000101010110110111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DD80; }

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

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

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

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

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

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

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

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