#AED477

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

Shades of Feijoa #AED477

Tints of Feijoa #AED477

Color information

#AED477 (or 0xAED477) is unknown color: approx Feijoa. HEX triplet: AE, D4 and 77. RGB value is (174,212,119). Sum of RGB (Red+Green+Blue) = 174+212+119=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #AED477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED477 is #512B88. Grayscale: #BEBEBE. Windows color (decimal): -5319561 or 7853230. OLE color: 7853230.

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

Color convert

RGB174212119-
CMYK0.1800.440.17
HSL84.52º51.96%64.9%-
HSV(B)84.52º43.87%83.14%-
XYZ44.3357.4226.2-
YUV190.0487.91116.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=34.46%
G=41.98%
B=23.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742121190.1800.440.1784.5251.9664.9
HexAED4771202C11553441
Octal256324167220542112564101
Binary101011101101010011101111001001011001000110101011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED477; }

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

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

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

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

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

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

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

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