#AED574

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

Shades of Feijoa #AED574

Tints of Feijoa #AED574

Color information

#AED574 (or 0xAED574) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 74. RGB value is (174,213,116). Sum of RGB (Red+Green+Blue) = 174+213+116=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #AED574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED574 is #512A8B. Grayscale: #BEBEBE. Windows color (decimal): -5319308 or 7656878. OLE color: 7656878.

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

Color convert

RGB174213116-
CMYK0.1800.460.16
HSL84.12º53.59%64.51%-
HSV(B)84.12º45.54%83.53%-
XYZ44.457.8525.35-
YUV190.2886.08116.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=34.59%
G=42.35%
B=23.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131160.1800.460.1684.1253.5964.51
HexAED5741202E10543641
Octal256325164220562012466101
Binary101011101101010111101001001001011101000010101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED574; }

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

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

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

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

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

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

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

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