#AAE571

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

Shades of Feijoa #AAE571

Tints of Feijoa #AAE571

Color information

#AAE571 (or 0xAAE571) is unknown color: approx Feijoa. HEX triplet: AA, E5 and 71. RGB value is (170,229,113). Sum of RGB (Red+Green+Blue) = 170+229+113=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE571 is #551A8E. Grayscale: #C6C6C6. Windows color (decimal): -5577359 or 7464362. OLE color: 7464362.

HSL color Cylindrical-coordinate representation of color #AAE571: hue angle of 90.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE571 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB170229113-
CMYK0.2600.510.10
HSL90.52º69.05%67.06%-
HSV(B)90.52º50.66%89.8%-
XYZ47.5865.7825.81-
YUV198.1479.95107.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 229 (89.84% from 255) = 44.73%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=33.20%
G=44.73%
B=22.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291130.2600.510.1090.5269.0567.06
HexAAE5711A033A5b4543
Octal2523451613206312133105103
Binary101010101110010111100011101001100111010101101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE571; }

 p { color: rgb(170,229,113); }

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

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

 a { background-color: rgb(170,229,113); }

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

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

 span { border-color: rgb(170,229,113); }

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