#AED088

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

Shades of Feijoa #AED088

Tints of Feijoa #AED088

Color information

#AED088 (or 0xAED088) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 88. RGB value is (174,208,136). Sum of RGB (Red+Green+Blue) = 174+208+136=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #AED088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED088 is #512F77. Grayscale: #BDBDBD. Windows color (decimal): -5320568 or 8966318. OLE color: 8966318.

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

Color convert

RGB174208136-
CMYK0.1600.350.18
HSL88.33º43.37%67.45%-
HSV(B)88.33º34.62%81.57%-
XYZ44.4655.8931.74-
YUV189.6397.74116.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=33.59%
G=40.15%
B=26.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081360.1600.350.1888.3343.3767.45
HexAED0881002312582b43
Octal256320210200432213053103
Binary1010111011010000100010001000001000111001010110001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED088; }

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

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

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

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

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

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

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

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