#AAF57A

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

Shades of Feijoa #AAF57A

Tints of Feijoa #AAF57A

Color information

#AAF57A (or 0xAAF57A) is unknown color: approx Feijoa. HEX triplet: AA, F5 and 7A. RGB value is (170,245,122). Sum of RGB (Red+Green+Blue) = 170+245+122=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF57A is #550A85. Grayscale: #D0D0D0. Windows color (decimal): -5573254 or 8058282. OLE color: 8058282.

HSL color Cylindrical-coordinate representation of color #AAF57A: hue angle of 96.59º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF57A is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB170245122-
CMYK0.3100.500.04
HSL96.59º86.01%71.96%-
HSV(B)96.59º50.2%96.08%-
XYZ52.7475.2630.16-
YUV208.5579.15100.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 245 (96.09% from 255) = 45.62%
BLUE value IS 122 (48.05% from 255) = 22.72%
R=31.66%
G=45.62%
B=22.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451220.3100.500.0496.5986.0171.96
HexAAF57A1F0324615648
Octal252365172370624141126110
Binary10101010111101011111010111110110010100110000110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF57A; }

 p { color: rgb(170,245,122); }

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

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

 a { background-color: rgb(170,245,122); }

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

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

 span { border-color: rgb(170,245,122); }

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