#AAE48D

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

Shades of Feijoa #AAE48D

Tints of Feijoa #AAE48D

Color information

#AAE48D (or 0xAAE48D) is unknown color: approx Feijoa. HEX triplet: AA, E4 and 8D. RGB value is (170,228,141). Sum of RGB (Red+Green+Blue) = 170+228+141=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE48D is #551B72. Grayscale: #C9C9C9. Windows color (decimal): -5577587 or 9299114. OLE color: 9299114.

HSL color Cylindrical-coordinate representation of color #AAE48D: hue angle of 100º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAE48D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB170228141-
CMYK0.2500.380.11
HSL100º61.7%72.35%-
HSV(B)100º38.16%89.41%-
XYZ49.1365.9635.34-
YUV200.7494.28106.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 141 (55.47% from 255) = 26.16%
R=31.54%
G=42.30%
B=26.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702281410.2500.380.1110061.772.35
HexAAE48D19026B643e48
Octal252344215310461314476110
Binary101010101110010010001101110010100110101111001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE48D; }

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

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

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

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

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

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

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

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