#AED391

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

Shades of Feijoa #AED391

Tints of Feijoa #AED391

Color information

#AED391 (or 0xAED391) is unknown color: approx Feijoa. HEX triplet: AE, D3 and 91. RGB value is (174,211,145). Sum of RGB (Red+Green+Blue) = 174+211+145=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #AED391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED391 is #512C6E. Grayscale: #C0C0C0. Windows color (decimal): -5319791 or 9556910. OLE color: 9556910.

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

Color convert

RGB174211145-
CMYK0.1800.310.17
HSL93.64º42.86%69.8%-
HSV(B)93.64º31.28%82.75%-
XYZ45.8657.6335.49-
YUV192.41101.24114.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.83%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=32.83%
G=39.81%
B=27.36%

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
Decimal1742111450.1800.310.1793.6442.8669.8
HexAED3911201F115e2b46
Octal256323221220372113653106
Binary101011101101001110010001100100111111000110111101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED391; }

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

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

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

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

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

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

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

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