#AED185

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

Shades of Feijoa #AED185

Tints of Feijoa #AED185

Color information

#AED185 (or 0xAED185) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 85. RGB value is (174,209,133). Sum of RGB (Red+Green+Blue) = 174+209+133=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #AED185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED185 is #512E7A. Grayscale: #BEBEBE. Windows color (decimal): -5320315 or 8769966. OLE color: 8769966.

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

Color convert

RGB174209133-
CMYK0.1700.360.18
HSL87.63º45.24%67.06%-
HSV(B)87.63º36.36%81.96%-
XYZ44.4956.2930.71-
YUV189.8795.9116.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=33.72%
G=40.50%
B=25.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091330.1700.360.1887.6345.2467.06
HexAED1851102412582d43
Octal256321205210442213055103
Binary1010111011010001100001011000101001001001010110001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED185; }

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

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

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

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

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

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

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

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