#AED191

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

Shades of Feijoa #AED191

Tints of Feijoa #AED191

Color information

#AED191 (or 0xAED191) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 91. RGB value is (174,209,145). Sum of RGB (Red+Green+Blue) = 174+209+145=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #AED191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED191 is #512E6E. Grayscale: #BFBFBF. Windows color (decimal): -5320303 or 9556398. OLE color: 9556398.

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

Color convert

RGB174209145-
CMYK0.1700.310.18
HSL92.81º41.03%69.41%-
HSV(B)92.81º30.62%81.96%-
XYZ45.3756.6435.33-
YUV191.24101.9115.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=32.95%
G=39.58%
B=27.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091450.1700.310.1892.8141.0369.41
HexAED1911101F125d2945
Octal256321221210372213551105
Binary101011101101000110010001100010111111001010111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED191; }

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

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

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

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

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

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

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

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