#AEDE80

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

Shades of Feijoa #AEDE80

Tints of Feijoa #AEDE80

Color information

#AEDE80 (or 0xAEDE80) is unknown color: approx Feijoa. HEX triplet: AE, DE and 80. RGB value is (174,222,128). Sum of RGB (Red+Green+Blue) = 174+222+128=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE80 is #51217F. Grayscale: #C5C5C5. Windows color (decimal): -5316992 or 8445614. OLE color: 8445614.

HSL color Cylindrical-coordinate representation of color #AEDE80: hue angle of 90.64º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEDE80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB174222128-
CMYK0.2200.420.13
HSL90.64º58.75%68.63%-
HSV(B)90.64º42.34%87.06%-
XYZ47.4762.830.04-
YUV196.9389.1111.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 222 (87.11% from 255) = 42.37%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=33.21%
G=42.37%
B=24.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221280.2200.420.1390.6458.7568.63
HexAEDE801602AD5b3b45
Octal256336200260521513373105
Binary101011101101111010000000101100101010110110110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE80; }

 p { color: rgb(174,222,128); }

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

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

 a { background-color: rgb(174,222,128); }

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

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

 span { border-color: rgb(174,222,128); }

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