#AEDE8B

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

Shades of Feijoa #AEDE8B

Tints of Feijoa #AEDE8B

Color information

#AEDE8B (or 0xAEDE8B) is unknown color: approx Feijoa. HEX triplet: AE, DE and 8B. RGB value is (174,222,139). Sum of RGB (Red+Green+Blue) = 174+222+139=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE8B is #512174. Grayscale: #C6C6C6. Windows color (decimal): -5316981 or 9166510. OLE color: 9166510.

HSL color Cylindrical-coordinate representation of color #AEDE8B: hue angle of 94.7º degrees, saturation: 0.56, 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 #AEDE8B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB174222139-
CMYK0.2200.370.13
HSL94.7º55.7%70.78%-
HSV(B)94.7º37.39%87.06%-
XYZ48.2463.1134.06-
YUV198.1994.6110.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 139 (54.69% from 255) = 25.98%
R=32.52%
G=41.50%
B=25.98%

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
Decimal1742221390.2200.370.1394.755.770.78
HexAEDE8B16025D5f3847
Octal256336213260451513770107
Binary101011101101111010001011101100100101110110111111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE8B; }

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

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

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

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

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

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

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

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