#AED090

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

Shades of Feijoa #AED090

Tints of Feijoa #AED090

Color information

#AED090 (or 0xAED090) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 90. RGB value is (174,208,144). Sum of RGB (Red+Green+Blue) = 174+208+144=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #AED090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED090 is #512F6F. Grayscale: #BEBEBE. Windows color (decimal): -5320560 or 9490606. OLE color: 9490606.

HSL color Cylindrical-coordinate representation of color #AED090: hue angle of 91.88º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED090 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB174208144-
CMYK0.1600.310.18
HSL91.88º40.51%69.02%-
HSV(B)91.88º30.77%81.57%-
XYZ45.0556.1234.84-
YUV190.54101.74116.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=33.08%
G=39.54%
B=27.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081440.1600.310.1891.8840.5169.02
HexAED0901001F125c2945
Octal256320220200372213451105
Binary101011101101000010010000100000111111001010111001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED090; }

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

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

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

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

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

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

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

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