#AEDD8D

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

Shades of Feijoa #AEDD8D

Tints of Feijoa #AEDD8D

Color information

#AEDD8D (or 0xAEDD8D) is unknown color: approx Feijoa. HEX triplet: AE, DD and 8D. RGB value is (174,221,141). Sum of RGB (Red+Green+Blue) = 174+221+141=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD8D is #512272. Grayscale: #C6C6C6. Windows color (decimal): -5317235 or 9297326. OLE color: 9297326.

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

Color convert

RGB174221141-
CMYK0.2100.360.13
HSL95.25º54.05%70.98%-
HSV(B)95.25º36.2%86.67%-
XYZ48.1262.6334.75-
YUV197.8395.93111-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=32.46%
G=41.23%
B=26.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211410.2100.360.1395.2554.0570.98
HexAEDD8D15024D5f3647
Octal256335215250441513766107
Binary101011101101110110001101101010100100110110111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD8D; }

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

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

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

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

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

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

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

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