#AED190

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

Shades of Feijoa #AED190

Tints of Feijoa #AED190

Color information

#AED190 (or 0xAED190) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 90. RGB value is (174,209,144). Sum of RGB (Red+Green+Blue) = 174+209+144=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #AED190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED190 is #512E6F. Grayscale: #BFBFBF. Windows color (decimal): -5320304 or 9490862. OLE color: 9490862.

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

Color convert

RGB174209144-
CMYK0.1700.310.18
HSL92.31º41.4%69.22%-
HSV(B)92.31º31.1%81.96%-
XYZ45.2956.6134.93-
YUV191.12101.4115.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.02%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=33.02%
G=39.66%
B=27.32%

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
Decimal1742091440.1700.310.1892.3141.469.22
HexAED1901101F125c2945
Octal256321220210372213451105
Binary101011101101000110010000100010111111001010111001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED190; }

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

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

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

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

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

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

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

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