#AEDE8C

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

Shades of Feijoa #AEDE8C

Tints of Feijoa #AEDE8C

Color information

#AEDE8C (or 0xAEDE8C) is unknown color: approx Feijoa. HEX triplet: AE, DE and 8C. RGB value is (174,222,140). Sum of RGB (Red+Green+Blue) = 174+222+140=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE8C is #512173. Grayscale: #C6C6C6. Windows color (decimal): -5316980 or 9232046. OLE color: 9232046.

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

Color convert

RGB174222140-
CMYK0.2200.370.13
HSL95.12º55.41%70.98%-
HSV(B)95.12º36.94%87.06%-
XYZ48.3163.1334.45-
YUV198.395.1110.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 222 (87.11% from 255) = 41.42%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=32.46%
G=41.42%
B=26.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221400.2200.370.1395.1255.4170.98
HexAEDE8C16025D5f3747
Octal256336214260451513767107
Binary101011101101111010001100101100100101110110111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE8C; }

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

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

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

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

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

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

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

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