#AEDA80

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

Shades of Feijoa #AEDA80

Tints of Feijoa #AEDA80

Color information

#AEDA80 (or 0xAEDA80) is unknown color: approx Feijoa. HEX triplet: AE, DA and 80. RGB value is (174,218,128). Sum of RGB (Red+Green+Blue) = 174+218+128=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA80 is #51257F. Grayscale: #C2C2C2. Windows color (decimal): -5318016 or 8444590. OLE color: 8444590.

HSL color Cylindrical-coordinate representation of color #AEDA80: hue angle of 89.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEDA80 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB174218128-
CMYK0.2000.410.15
HSL89.33º54.88%67.84%-
HSV(B)89.33º41.28%85.49%-
XYZ46.4260.729.69-
YUV194.5890.42113.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=33.46%
G=41.92%
B=24.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181280.2000.410.1589.3354.8867.84
HexAEDA8014029F593744
Octal256332200240511713167104
Binary101011101101101010000000101000101001111110110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA80; }

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

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

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

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

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

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

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

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