#AED187

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

Shades of Feijoa #AED187

Tints of Feijoa #AED187

Color information

#AED187 (or 0xAED187) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 87. RGB value is (174,209,135). Sum of RGB (Red+Green+Blue) = 174+209+135=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #AED187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED187 is #512E78. Grayscale: #BEBEBE. Windows color (decimal): -5320313 or 8901038. OLE color: 8901038.

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

Color convert

RGB174209135-
CMYK0.1700.350.18
HSL88.38º44.58%67.45%-
HSV(B)88.38º35.41%81.96%-
XYZ44.6356.3531.45-
YUV190.196.9116.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=33.59%
G=40.35%
B=26.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091350.1700.350.1888.3844.5867.45
HexAED1871102312582d43
Octal256321207210432213055103
Binary1010111011010001100001111000101000111001010110001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED187; }

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

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

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

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

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

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

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

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