#AED393

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

Shades of Feijoa #AED393

Tints of Feijoa #AED393

Color information

#AED393 (or 0xAED393) is unknown color: approx Feijoa. HEX triplet: AE, D3 and 93. RGB value is (174,211,147). Sum of RGB (Red+Green+Blue) = 174+211+147=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #AED393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED393 is #512C6C. Grayscale: #C0C0C0. Windows color (decimal): -5319789 or 9687982. OLE color: 9687982.

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

Color convert

RGB174211147-
CMYK0.1800.300.17
HSL94.69º42.11%70.2%-
HSV(B)94.69º30.33%82.75%-
XYZ46.0257.6936.31-
YUV192.64102.24114.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.71%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=32.71%
G=39.66%
B=27.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742111470.1800.300.1794.6942.1170.2
HexAED3931201E115f2a46
Octal256323223220362113752106
Binary101011101101001110010011100100111101000110111111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED393; }

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

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

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

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

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

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

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

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