#AAE88E

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

Shades of Feijoa #AAE88E

Tints of Feijoa #AAE88E

Color information

#AAE88E (or 0xAAE88E) is unknown color: approx Feijoa. HEX triplet: AA, E8 and 8E. RGB value is (170,232,142). Sum of RGB (Red+Green+Blue) = 170+232+142=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE88E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE88E is #551771. Grayscale: #CBCBCB. Windows color (decimal): -5576562 or 9365674. OLE color: 9365674.

HSL color Cylindrical-coordinate representation of color #AAE88E: hue angle of 101.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE88E is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB170232142-
CMYK0.2700.390.09
HSL101.33º66.18%73.33%-
HSV(B)101.33º38.79%90.98%-
XYZ50.3268.2136.11-
YUV203.293.46104.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 232 (91.02% from 255) = 42.65%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=31.25%
G=42.65%
B=26.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702321420.2700.390.09101.3366.1873.33
HexAAE88E1B0279654249
Octal2523502163304711145102111
Binary1010101011101000100011101101101001111001110010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE88E; }

 p { color: rgb(170,232,142); }

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

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

 a { background-color: rgb(170,232,142); }

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

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

 span { border-color: rgb(170,232,142); }

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