#AAE573

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

Shades of Feijoa #AAE573

Tints of Feijoa #AAE573

Color information

#AAE573 (or 0xAAE573) is unknown color: approx Feijoa. HEX triplet: AA, E5 and 73. RGB value is (170,229,115). Sum of RGB (Red+Green+Blue) = 170+229+115=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE573 is #551A8C. Grayscale: #C6C6C6. Windows color (decimal): -5577357 or 7595434. OLE color: 7595434.

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

Color convert

RGB170229115-
CMYK0.2600.500.10
HSL91.05º68.67%67.45%-
HSV(B)91.05º49.78%89.8%-
XYZ47.6965.8226.41-
YUV198.3680.95107.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 229 (89.84% from 255) = 44.55%
BLUE value IS 115 (45.31% from 255) = 22.37%
R=33.07%
G=44.55%
B=22.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291150.2600.500.1091.0568.6767.45
HexAAE5731A032A5b4543
Octal2523451633206212133105103
Binary101010101110010111100111101001100101010101101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE573; }

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

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

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

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

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

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

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

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