#AEDA90

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

Shades of Feijoa #AEDA90

Tints of Feijoa #AEDA90

Color information

#AEDA90 (or 0xAEDA90) is unknown color: approx Feijoa. HEX triplet: AE, DA and 90. RGB value is (174,218,144). Sum of RGB (Red+Green+Blue) = 174+218+144=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA90 is #51256F. Grayscale: #C4C4C4. Windows color (decimal): -5318000 or 9493166. OLE color: 9493166.

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

Color convert

RGB174218144-
CMYK0.2000.340.15
HSL95.68º50%70.98%-
HSV(B)95.68º33.94%85.49%-
XYZ47.5661.1635.68-
YUV196.4198.42112.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=32.46%
G=40.67%
B=26.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181440.2000.340.1595.685070.98
HexAEDA9014022F603247
Octal256332220240421714062107
Binary101011101101101010010000101000100010111111000001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA90; }

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

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

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

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

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

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

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

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