#AEDD80

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

Shades of Feijoa #AEDD80

Tints of Feijoa #AEDD80

Color information

#AEDD80 (or 0xAEDD80) is unknown color: approx Feijoa. HEX triplet: AE, DD and 80. RGB value is (174,221,128). Sum of RGB (Red+Green+Blue) = 174+221+128=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD80 is #51227F. Grayscale: #C4C4C4. Windows color (decimal): -5317248 or 8445358. OLE color: 8445358.

HSL color Cylindrical-coordinate representation of color #AEDD80: hue angle of 90.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEDD80 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB174221128-
CMYK0.2100.420.13
HSL90.32º57.76%68.43%-
HSV(B)90.32º42.08%86.67%-
XYZ47.2162.2729.95-
YUV196.3489.43112.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=33.27%
G=42.26%
B=24.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211280.2100.420.1390.3257.7668.43
HexAEDD801502AD5a3a44
Octal256335200250521513272104
Binary101011101101110110000000101010101010110110110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD80; }

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

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

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

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

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

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

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

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