#AEDD8C

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

Shades of Feijoa #AEDD8C

Tints of Feijoa #AEDD8C

Color information

#AEDD8C (or 0xAEDD8C) is unknown color: approx Feijoa. HEX triplet: AE, DD and 8C. RGB value is (174,221,140). Sum of RGB (Red+Green+Blue) = 174+221+140=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD8C is #512273. Grayscale: #C5C5C5. Windows color (decimal): -5317236 or 9231790. OLE color: 9231790.

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

Color convert

RGB174221140-
CMYK0.2100.370.13
HSL94.81º54.36%70.78%-
HSV(B)94.81º36.65%86.67%-
XYZ48.0562.6134.36-
YUV197.7195.43111.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=32.52%
G=41.31%
B=26.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211400.2100.370.1394.8154.3670.78
HexAEDD8C15025D5f3647
Octal256335214250451513766107
Binary101011101101110110001100101010100101110110111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD8C; }

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

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

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

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

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

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

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

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