#AED18A

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

Shades of Feijoa #AED18A

Tints of Feijoa #AED18A

Color information

#AED18A (or 0xAED18A) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 8A. RGB value is (174,209,138). Sum of RGB (Red+Green+Blue) = 174+209+138=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #AED18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED18A is #512E75. Grayscale: #BEBEBE. Windows color (decimal): -5320310 or 9097646. OLE color: 9097646.

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

Color convert

RGB174209138-
CMYK0.1700.340.18
HSL89.58º43.56%68.04%-
HSV(B)89.58º33.97%81.96%-
XYZ44.8456.4332.57-
YUV190.4498.4116.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=33.40%
G=40.12%
B=26.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091380.1700.340.1889.5843.5668.04
HexAED18A11022125a2c44
Octal256321212210422213254104
Binary1010111011010001100010101000101000101001010110101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED18A; }

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

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

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

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

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

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

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

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