#AED087

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

Shades of Feijoa #AED087

Tints of Feijoa #AED087

Color information

#AED087 (or 0xAED087) is unknown color: approx Feijoa. HEX triplet: AE, D0 and 87. RGB value is (174,208,135). Sum of RGB (Red+Green+Blue) = 174+208+135=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #AED087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED087 is #512F78. Grayscale: #BDBDBD. Windows color (decimal): -5320569 or 8900782. OLE color: 8900782.

HSL color Cylindrical-coordinate representation of color #AED087: hue angle of 87.95º degrees, saturation: 0.44, 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 #AED087 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB174208135-
CMYK0.1600.350.18
HSL87.95º43.71%67.25%-
HSV(B)87.95º35.1%81.57%-
XYZ44.3855.8631.36-
YUV189.5197.24116.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 208 (81.64% from 255) = 40.23%
BLUE value IS 135 (53.12% from 255) = 26.11%
R=33.66%
G=40.23%
B=26.11%

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
Decimal1742081350.1600.350.1887.9543.7167.25
HexAED0871002312582c43
Octal256320207200432213054103
Binary1010111011010000100001111000001000111001010110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED087; }

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

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

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

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

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

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

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

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