#AAE18A

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

Shades of Feijoa #AAE18A

Tints of Feijoa #AAE18A

Color information

#AAE18A (or 0xAAE18A) is unknown color: approx Feijoa. HEX triplet: AA, E1 and 8A. RGB value is (170,225,138). Sum of RGB (Red+Green+Blue) = 170+225+138=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE18A is #551E75. Grayscale: #C6C6C6. Windows color (decimal): -5578358 or 9101738. OLE color: 9101738.

HSL color Cylindrical-coordinate representation of color #AAE18A: hue angle of 97.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE18A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB170225138-
CMYK0.2400.390.12
HSL97.93º59.18%71.18%-
HSV(B)97.93º38.67%88.24%-
XYZ48.0964.2333.91-
YUV198.6493.78107.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 225 (88.28% from 255) = 42.21%
BLUE value IS 138 (54.30% from 255) = 25.89%
R=31.89%
G=42.21%
B=25.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251380.2400.390.1297.9359.1871.18
HexAAE18A18027C623b47
Octal252341212300471414273107
Binary101010101110000110001010110000100111110011000101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE18A; }

 p { color: rgb(170,225,138); }

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

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

 a { background-color: rgb(170,225,138); }

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

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

 span { border-color: rgb(170,225,138); }

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