#AAE473

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

Shades of Feijoa #AAE473

Tints of Feijoa #AAE473

Color information

#AAE473 (or 0xAAE473) is unknown color: approx Feijoa. HEX triplet: AA, E4 and 73. RGB value is (170,228,115). Sum of RGB (Red+Green+Blue) = 170+228+115=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE473 is #551B8C. Grayscale: #C6C6C6. Windows color (decimal): -5577613 or 7595178. OLE color: 7595178.

HSL color Cylindrical-coordinate representation of color #AAE473: hue angle of 90.8º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE473 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB170228115-
CMYK0.2500.500.11
HSL90.8º67.66%67.25%-
HSV(B)90.8º49.56%89.41%-
XYZ47.4265.2726.32-
YUV197.7881.28108.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 228 (89.45% from 255) = 44.44%
BLUE value IS 115 (45.31% from 255) = 22.42%
R=33.14%
G=44.44%
B=22.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702281150.2500.500.1190.867.6667.25
HexAAE47319032B5b4443
Octal2523441633106213133104103
Binary101010101110010011100111100101100101011101101110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE473; }

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

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

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

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

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

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

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

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