#AEDA84

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

Shades of Feijoa #AEDA84

Tints of Feijoa #AEDA84

Color information

#AEDA84 (or 0xAEDA84) is unknown color: approx Feijoa. HEX triplet: AE, DA and 84. RGB value is (174,218,132). Sum of RGB (Red+Green+Blue) = 174+218+132=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA84 is #51257B. Grayscale: #C3C3C3. Windows color (decimal): -5318012 or 8706734. OLE color: 8706734.

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

Color convert

RGB174218132-
CMYK0.2000.390.15
HSL90.7º53.75%68.63%-
HSV(B)90.7º39.45%85.49%-
XYZ46.6960.8131.11-
YUV195.0492.42112.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 218 (85.55% from 255) = 41.60%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=33.21%
G=41.60%
B=25.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181320.2000.390.1590.753.7568.63
HexAEDA8414027F5b3645
Octal256332204240471713366105
Binary101011101101101010000100101000100111111110110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA84; }

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

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

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

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

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

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

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

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