#A9D880

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

Shades of Feijoa #A9D880

Tints of Feijoa #A9D880

Color information

#A9D880 (or 0xA9D880) is unknown color: approx Feijoa. HEX triplet: A9, D8 and 80. RGB value is (169,216,128). Sum of RGB (Red+Green+Blue) = 169+216+128=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D880 is #56277F. Grayscale: #C0C0C0. Windows color (decimal): -5646208 or 8444073. OLE color: 8444073.

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

Color convert

RGB169216128-
CMYK0.2200.410.15
HSL92.05º53.01%67.45%-
HSV(B)92.05º40.74%84.71%-
XYZ44.8159.1129.47-
YUV191.9291.93111.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=32.94%
G=42.11%
B=24.95%

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
Decimal1692161280.2200.410.1592.0553.0167.45
HexA9D88016029F5c3543
Octal251330200260511713465103
Binary101010011101100010000000101100101001111110111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D880; }

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

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

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

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

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

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

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

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