#AED593

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

Shades of Feijoa #AED593

Tints of Feijoa #AED593

Color information

#AED593 (or 0xAED593) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 93. RGB value is (174,213,147). Sum of RGB (Red+Green+Blue) = 174+213+147=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #AED593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED593 is #512A6C. Grayscale: #C2C2C2. Windows color (decimal): -5319277 or 9688494. OLE color: 9688494.

HSL color Cylindrical-coordinate representation of color #AED593: hue angle of 95.45º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED593 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB174213147-
CMYK0.1800.310.16
HSL95.45º44%70.59%-
HSV(B)95.45º30.99%83.53%-
XYZ46.5258.6936.48-
YUV193.82101.58113.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=32.58%
G=39.89%
B=27.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131470.1800.310.1695.454470.59
HexAED5931201F105f2c47
Octal256325223220372013754107
Binary101011101101010110010011100100111111000010111111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED593; }

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

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

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

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

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

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

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

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