#AED493

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

Shades of Feijoa #AED493

Tints of Feijoa #AED493

Color information

#AED493 (or 0xAED493) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 93. RGB value is (174,212,147). Sum of RGB (Red+Green+Blue) = 174+212+147=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #AED493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED493 is #512B6C. Grayscale: #C1C1C1. Windows color (decimal): -5319533 or 9688238. OLE color: 9688238.

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

Color convert

RGB174212147-
CMYK0.1800.310.17
HSL95.08º43.05%70.39%-
HSV(B)95.08º30.66%83.14%-
XYZ46.2758.1936.4-
YUV193.23101.91114.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=32.65%
G=39.77%
B=27.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121470.1800.310.1795.0843.0570.39
HexAED4931201F115f2b46
Octal256324223220372113753106
Binary101011101101010010010011100100111111000110111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED493; }

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

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

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

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

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

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

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

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