#A9E880

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

Shades of Feijoa #A9E880

Tints of Feijoa #A9E880

Color information

#A9E880 (or 0xA9E880) is unknown color: approx Feijoa. HEX triplet: A9, E8 and 80. RGB value is (169,232,128). Sum of RGB (Red+Green+Blue) = 169+232+128=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9E880 is #56177F. Grayscale: #C9C9C9. Windows color (decimal): -5642112 or 8448169. OLE color: 8448169.

HSL color Cylindrical-coordinate representation of color #A9E880: hue angle of 96.35º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9E880 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB169232128-
CMYK0.2700.450.09
HSL96.35º69.33%70.59%-
HSV(B)96.35º44.83%90.98%-
XYZ49.1267.7130.9-
YUV201.3186.63104.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 232 (91.02% from 255) = 43.86%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=31.95%
G=43.86%
B=24.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692321280.2700.450.0996.3569.3370.59
HexA9E8801B02D9604547
Octal2513502003305511140105107
Binary1010100111101000100000001101101011011001110000010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E880; }

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

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

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

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

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

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

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

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