#AED989

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

Shades of Feijoa #AED989

Tints of Feijoa #AED989

Color information

#AED989 (or 0xAED989) is unknown color: approx Feijoa. HEX triplet: AE, D9 and 89. RGB value is (174,217,137). Sum of RGB (Red+Green+Blue) = 174+217+137=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #AED989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED989 is #512676. Grayscale: #C3C3C3. Windows color (decimal): -5318263 or 9034158. OLE color: 9034158.

HSL color Cylindrical-coordinate representation of color #AED989: hue angle of 92.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AED989 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB174217137-
CMYK0.2000.370.15
HSL92.25º51.28%69.41%-
HSV(B)92.25º36.87%85.1%-
XYZ46.7860.4332.87-
YUV195.0295.25113-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=32.95%
G=41.10%
B=25.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742171370.2000.370.1592.2551.2869.41
HexAED98914025F5c3345
Octal256331211240451713463105
Binary101011101101100110001001101000100101111110111001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED989; }

 p { color: rgb(174,217,137); }

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

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

 a { background-color: rgb(174,217,137); }

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

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

 span { border-color: rgb(174,217,137); }

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