#AEDD7E

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

Shades of Feijoa #AEDD7E

Tints of Feijoa #AEDD7E

Color information

#AEDD7E (or 0xAEDD7E) is unknown color: approx Feijoa. HEX triplet: AE, DD and 7E. RGB value is (174,221,126). Sum of RGB (Red+Green+Blue) = 174+221+126=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD7E is #512281. Grayscale: #C4C4C4. Windows color (decimal): -5317250 or 8314286. OLE color: 8314286.

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

Color convert

RGB174221126-
CMYK0.2100.430.13
HSL89.68º58.28%68.04%-
HSV(B)89.68º42.99%86.67%-
XYZ47.0862.2229.27-
YUV196.1288.43112.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 126 (49.61% from 255) = 24.18%
R=33.40%
G=42.42%
B=24.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211260.2100.430.1389.6858.2868.04
HexAEDD7E1502BD5a3a44
Octal256335176250531513272104
Binary10101110110111011111110101010101011110110110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD7E; }

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

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

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

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

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

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

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

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