#AAFA7A

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

Shades of Feijoa #AAFA7A

Tints of Feijoa #AAFA7A

Color information

#AAFA7A (or 0xAAFA7A) is unknown color: approx Feijoa. HEX triplet: AA, FA and 7A. RGB value is (170,250,122). Sum of RGB (Red+Green+Blue) = 170+250+122=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA7A is #550585. Grayscale: #D3D3D3. Windows color (decimal): -5571974 or 8059562. OLE color: 8059562.

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

Color convert

RGB170250122-
CMYK0.3200.510.02
HSL97.5º92.75%72.94%-
HSV(B)97.5º51.2%98.04%-
XYZ54.2878.3230.67-
YUV211.4977.598.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 250 (98.05% from 255) = 46.13%
BLUE value IS 122 (48.05% from 255) = 22.51%
R=31.37%
G=46.13%
B=22.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501220.3200.510.0297.592.7572.94
HexAAFA7A200332625d49
Octal252372172400632142135111
Binary10101010111110101111010100000011001110110001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFA7A; }

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

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

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

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

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

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

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

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