#AAEA80

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

Shades of Feijoa #AAEA80

Tints of Feijoa #AAEA80

Color information

#AAEA80 (or 0xAAEA80) is unknown color: approx Feijoa. HEX triplet: AA, EA and 80. RGB value is (170,234,128). Sum of RGB (Red+Green+Blue) = 170+234+128=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEA80 is #55157F. Grayscale: #CBCBCB. Windows color (decimal): -5576064 or 8448682. OLE color: 8448682.

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

Color convert

RGB170234128-
CMYK0.2700.450.08
HSL96.23º71.62%70.98%-
HSV(B)96.23º45.3%91.76%-
XYZ49.968.9531.1-
YUV202.7885.8104.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 234 (91.80% from 255) = 43.98%
BLUE value IS 128 (50.39% from 255) = 24.06%
R=31.95%
G=43.98%
B=24.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341280.2700.450.0896.2371.6270.98
HexAAEA801B02D8604847
Octal2523522003305510140110107
Binary1010101011101010100000001101101011011000110000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEA80; }

 p { color: rgb(170,234,128); }

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

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

 a { background-color: rgb(170,234,128); }

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

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

 span { border-color: rgb(170,234,128); }

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