#AAE58D

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

Shades of Feijoa #AAE58D

Tints of Feijoa #AAE58D

Color information

#AAE58D (or 0xAAE58D) is unknown color: approx Feijoa. HEX triplet: AA, E5 and 8D. RGB value is (170,229,141). Sum of RGB (Red+Green+Blue) = 170+229+141=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE58D is #551A72. Grayscale: #C9C9C9. Windows color (decimal): -5577331 or 9299370. OLE color: 9299370.

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

Color convert

RGB170229141-
CMYK0.2600.380.10
HSL100.23º62.86%72.55%-
HSV(B)100.23º38.43%89.8%-
XYZ49.466.5135.43-
YUV201.3393.95105.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=31.48%
G=42.41%
B=26.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291410.2600.380.10100.2362.8672.55
HexAAE58D1A026A643f49
Octal252345215320461214477111
Binary101010101110010110001101110100100110101011001001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE58D; }

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

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

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

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

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

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

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

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