#AED689

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

Shades of Feijoa #AED689

Tints of Feijoa #AED689

Color information

#AED689 (or 0xAED689) is unknown color: approx Feijoa. HEX triplet: AE, D6 and 89. RGB value is (174,214,137). Sum of RGB (Red+Green+Blue) = 174+214+137=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #AED689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED689 is #512976. Grayscale: #C1C1C1. Windows color (decimal): -5319031 or 9033390. OLE color: 9033390.

HSL color Cylindrical-coordinate representation of color #AED689: hue angle of 91.17º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AED689 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB174214137-
CMYK0.1900.360.16
HSL91.17º48.43%68.82%-
HSV(B)91.17º35.98%83.92%-
XYZ46.0258.932.61-
YUV193.2696.25114.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=33.14%
G=40.76%
B=26.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742141370.1900.360.1691.1748.4368.82
HexAED68913024105b3045
Octal256326211230442013360105
Binary1010111011010110100010011001101001001000010110111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED689; }

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

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

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

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

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

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

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

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