#AED394

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

Shades of Feijoa #AED394

Tints of Feijoa #AED394

Color information

#AED394 (or 0xAED394) is unknown color: approx Feijoa. HEX triplet: AE, D3 and 94. RGB value is (174,211,148). Sum of RGB (Red+Green+Blue) = 174+211+148=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 211 - color contains mainly: green. Hex color #AED394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED394 is #512C6B. Grayscale: #C0C0C0. Windows color (decimal): -5319788 or 9753518. OLE color: 9753518.

HSL color Cylindrical-coordinate representation of color #AED394: hue angle of 95.24º 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 #AED394 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB174211148-
CMYK0.1800.300.17
HSL95.24º41.72%70.39%-
HSV(B)95.24º29.86%82.75%-
XYZ46.157.7336.73-
YUV192.76102.74114.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 211 (82.81% from 255) = 39.59%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=32.65%
G=39.59%
B=27.77%

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
Decimal1742111480.1800.300.1795.2441.7270.39
HexAED3941201E115f2a46
Octal256323224220362113752106
Binary101011101101001110010100100100111101000110111111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED394; }

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

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

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

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

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

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

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

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