#AAE776

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

Shades of Feijoa #AAE776

Tints of Feijoa #AAE776

Color information

#AAE776 (or 0xAAE776) is unknown color: approx Feijoa. HEX triplet: AA, E7 and 76. RGB value is (170,231,118). Sum of RGB (Red+Green+Blue) = 170+231+118=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE776 is #551889. Grayscale: #C8C8C8. Windows color (decimal): -5576842 or 7792554. OLE color: 7792554.

HSL color Cylindrical-coordinate representation of color #AAE776: hue angle of 92.39º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAE776 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB170231118-
CMYK0.2600.490.09
HSL92.39º70.19%68.43%-
HSV(B)92.39º48.92%90.59%-
XYZ48.4267.0127.52-
YUV199.8881.79106.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 231 (90.62% from 255) = 44.51%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=32.76%
G=44.51%
B=22.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702311180.2600.490.0992.3970.1968.43
HexAAE7761A03195c4644
Octal2523471663206111134106104
Binary101010101110011111101101101001100011001101110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE776; }

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

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

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

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

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

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

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

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