#AED089

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

Shades of Feijoa #AED089

Tints of Feijoa #AED089

Color information

#AED089 (or 0xAED089) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 89. RGB value is (174,208,137). Sum of RGB (Red+Green+Blue) = 174+208+137=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #AED089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED089 is #512F76. Grayscale: #BDBDBD. Windows color (decimal): -5320567 or 9031854. OLE color: 9031854.

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

Color convert

RGB174208137-
CMYK0.1600.340.18
HSL88.73º43.03%67.65%-
HSV(B)88.73º34.13%81.57%-
XYZ44.5355.9232.11-
YUV189.7498.24116.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 137 (53.91% from 255) = 26.40%
R=33.53%
G=40.08%
B=26.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081370.1600.340.1888.7343.0367.65
HexAED0891002212592b44
Octal256320211200422213153104
Binary1010111011010000100010011000001000101001010110011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED089; }

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

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

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

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

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

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

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

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