#AAE57D

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

Shades of Feijoa #AAE57D

Tints of Feijoa #AAE57D

Color information

#AAE57D (or 0xAAE57D) is unknown color: approx Feijoa. HEX triplet: AA, E5 and 7D. RGB value is (170,229,125). Sum of RGB (Red+Green+Blue) = 170+229+125=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE57D is #551A82. Grayscale: #C7C7C7. Windows color (decimal): -5577347 or 8250794. OLE color: 8250794.

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

Color convert

RGB170229125-
CMYK0.2600.450.10
HSL94.04º66.67%69.41%-
HSV(B)94.04º45.41%89.8%-
XYZ48.366.0729.61-
YUV199.585.95106.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 229 (89.84% from 255) = 43.70%
BLUE value IS 125 (49.22% from 255) = 23.85%
R=32.44%
G=43.70%
B=23.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291250.2600.450.1094.0466.6769.41
HexAAE57D1A02DA5e4345
Octal2523451753205512136103105
Binary101010101110010111111011101001011011010101111010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE57D; }

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

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

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

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

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

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

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

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