#AED576

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

Shades of Feijoa #AED576

Tints of Feijoa #AED576

Color information

#AED576 (or 0xAED576) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 76. RGB value is (174,213,118). Sum of RGB (Red+Green+Blue) = 174+213+118=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #AED576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED576 is #512A89. Grayscale: #BEBEBE. Windows color (decimal): -5319306 or 7787950. OLE color: 7787950.

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

Color convert

RGB174213118-
CMYK0.1800.450.16
HSL84.63º53.07%64.9%-
HSV(B)84.63º44.6%83.53%-
XYZ44.5257.925.97-
YUV190.5187.08116.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=34.46%
G=42.18%
B=23.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131180.1800.450.1684.6353.0764.9
HexAED5761202D10553541
Octal256325166220552012565101
Binary101011101101010111101101001001011011000010101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED576; }

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

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

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

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

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

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

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

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