#AED18E

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

Shades of Feijoa #AED18E

Tints of Feijoa #AED18E

Color information

#AED18E (or 0xAED18E) is unknown color: approx Feijoa. HEX triplet: AE, D1 and 8E. RGB value is (174,209,142). Sum of RGB (Red+Green+Blue) = 174+209+142=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #AED18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED18E is #512E71. Grayscale: #BFBFBF. Windows color (decimal): -5320306 or 9359790. OLE color: 9359790.

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

Color convert

RGB174209142-
CMYK0.1700.320.18
HSL91.34º42.14%68.82%-
HSV(B)91.34º32.06%81.96%-
XYZ45.1456.5534.13-
YUV190.9100.4115.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=33.14%
G=39.81%
B=27.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091420.1700.320.1891.3442.1468.82
HexAED18E11020125b2a45
Octal256321216210402213352105
Binary1010111011010001100011101000101000001001010110111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED18E; }

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

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

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

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

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

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

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

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