#AEDE8E

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

Shades of Feijoa #AEDE8E

Tints of Feijoa #AEDE8E

Color information

#AEDE8E (or 0xAEDE8E) is unknown color: approx Feijoa. HEX triplet: AE, DE and 8E. RGB value is (174,222,142). Sum of RGB (Red+Green+Blue) = 174+222+142=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDE8E is #512171. Grayscale: #C6C6C6. Windows color (decimal): -5316978 or 9363118. OLE color: 9363118.

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

Color convert

RGB174222142-
CMYK0.2200.360.13
HSL96º54.79%71.37%-
HSV(B)96º36.04%87.06%-
XYZ48.4663.1935.23-
YUV198.5396.1110.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 222 (87.11% from 255) = 41.26%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=32.34%
G=41.26%
B=26.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221420.2200.360.139654.7971.37
HexAEDE8E16024D603747
Octal256336216260441514067107
Binary101011101101111010001110101100100100110111000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDE8E; }

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

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

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

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

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

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

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

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