#AAFA80

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

Shades of Feijoa #AAFA80

Tints of Feijoa #AAFA80

Color information

#AAFA80 (or 0xAAFA80) is unknown color: approx Feijoa. HEX triplet: AA, FA and 80. RGB value is (170,250,128). Sum of RGB (Red+Green+Blue) = 170+250+128=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA80 is #55057F. Grayscale: #D4D4D4. Windows color (decimal): -5571968 or 8452778. OLE color: 8452778.

HSL color Cylindrical-coordinate representation of color #AAFA80: hue angle of 99.34º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAFA80 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB170250128-
CMYK0.3200.490.02
HSL99.34º92.42%74.12%-
HSV(B)99.34º48.8%98.04%-
XYZ54.6678.4832.69-
YUV212.1780.597.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 250 (98.05% from 255) = 45.62%
BLUE value IS 128 (50.39% from 255) = 23.36%
R=31.02%
G=45.62%
B=23.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501280.3200.490.0299.3492.4274.12
HexAAFA80200312635c4a
Octal252372200400612143134112
Binary101010101111101010000000100000011000110110001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA80; }

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

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

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

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

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

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

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

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