#AAF56D

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

Shades of Feijoa #AAF56D

Tints of Feijoa #AAF56D

Color information

#AAF56D (or 0xAAF56D) is unknown color: approx Feijoa. HEX triplet: AA, F5 and 6D. RGB value is (170,245,109). Sum of RGB (Red+Green+Blue) = 170+245+109=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF56D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF56D is #550A92. Grayscale: #CFCFCF. Windows color (decimal): -5573267 or 7206314. OLE color: 7206314.

HSL color Cylindrical-coordinate representation of color #AAF56D: hue angle of 93.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF56D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB170245109-
CMYK0.3100.560.04
HSL93.09º87.18%69.41%-
HSV(B)93.09º55.51%96.08%-
XYZ51.9974.9526.2-
YUV207.0772.65101.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 245 (96.09% from 255) = 46.76%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=32.44%
G=46.76%
B=20.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702451090.3100.560.0493.0987.1869.41
HexAAF56D1F03845d5745
Octal252365155370704135127105
Binary10101010111101011101101111110111000100101110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF56D; }

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

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

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

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

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

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

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

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