#AEDD90

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

Shades of Feijoa #AEDD90

Tints of Feijoa #AEDD90

Color information

#AEDD90 (or 0xAEDD90) is unknown color: approx Feijoa. HEX triplet: AE, DD and 90. RGB value is (174,221,144). Sum of RGB (Red+Green+Blue) = 174+221+144=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD90 is #51226F. Grayscale: #C6C6C6. Windows color (decimal): -5317232 or 9493934. OLE color: 9493934.

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

Color convert

RGB174221144-
CMYK0.2100.350.13
HSL96.62º53.1%71.57%-
HSV(B)96.62º34.84%86.67%-
XYZ48.3562.7335.94-
YUV198.1797.43110.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=32.28%
G=41.00%
B=26.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742211440.2100.350.1396.6253.171.57
HexAEDD9015023D613548
Octal256335220250431514165110
Binary101011101101110110010000101010100011110111000011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD90; }

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

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

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

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

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

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

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

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