#AED893

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

Shades of Feijoa #AED893

Tints of Feijoa #AED893

Color information

#AED893 (or 0xAED893) is unknown color: approx Feijoa. HEX triplet: AE, D8 and 93. RGB value is (174,216,147). Sum of RGB (Red+Green+Blue) = 174+216+147=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #AED893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED893 is #51276C. Grayscale: #C3C3C3. Windows color (decimal): -5318509 or 9689262. OLE color: 9689262.

HSL color Cylindrical-coordinate representation of color #AED893: hue angle of 96.52º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED893 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB174216147-
CMYK0.1900.320.15
HSL96.52º46.94%71.18%-
HSV(B)96.52º31.94%84.71%-
XYZ47.2860.2236.73-
YUV195.58100.59112.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=32.40%
G=40.22%
B=27.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161470.1900.320.1596.5246.9471.18
HexAED89313020F612f47
Octal256330223230401714157107
Binary101011101101100010010011100110100000111111000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED893; }

 p { color: rgb(174,216,147); }

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

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

 a { background-color: rgb(174,216,147); }

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

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

 span { border-color: rgb(174,216,147); }

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