#A9D980

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

Shades of Feijoa #A9D980

Tints of Feijoa #A9D980

Color information

#A9D980 (or 0xA9D980) is unknown color: approx Feijoa. HEX triplet: A9, D9 and 80. RGB value is (169,217,128). Sum of RGB (Red+Green+Blue) = 169+217+128=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D980 is #56267F. Grayscale: #C0C0C0. Windows color (decimal): -5645952 or 8444329. OLE color: 8444329.

HSL color Cylindrical-coordinate representation of color #A9D980: hue angle of 92.36º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9D980 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB169217128-
CMYK0.2200.410.15
HSL92.36º53.94%67.65%-
HSV(B)92.36º41.01%85.1%-
XYZ45.0759.6229.55-
YUV192.591.6111.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=32.88%
G=42.22%
B=24.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171280.2200.410.1592.3653.9467.65
HexA9D98016029F5c3644
Octal251331200260511713466104
Binary101010011101100110000000101100101001111110111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D980; }

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

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

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

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

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

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

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

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