#AAE78D

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

Shades of Feijoa #AAE78D

Tints of Feijoa #AAE78D

Color information

#AAE78D (or 0xAAE78D) is unknown color: approx Feijoa. HEX triplet: AA, E7 and 8D. RGB value is (170,231,141). Sum of RGB (Red+Green+Blue) = 170+231+141=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE78D is #551872. Grayscale: #CACACA. Windows color (decimal): -5576819 or 9299882. OLE color: 9299882.

HSL color Cylindrical-coordinate representation of color #AAE78D: hue angle of 100.67º degrees, saturation: 0.65, 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 #AAE78D is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB170231141-
CMYK0.2600.390.09
HSL100.67º65.22%72.94%-
HSV(B)100.67º38.96%90.59%-
XYZ49.9667.6235.62-
YUV202.593.29104.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 231 (90.62% from 255) = 42.62%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=31.37%
G=42.62%
B=26.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311410.2600.390.09100.6765.2272.94
HexAAE78D1A0279654149
Octal2523472153204711145101111
Binary1010101011100111100011011101001001111001110010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE78D; }

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

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

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

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

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

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

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

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