#AED578

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

Shades of Feijoa #AED578

Tints of Feijoa #AED578

Color information

#AED578 (or 0xAED578) is unknown color: approx Feijoa. HEX triplet: AE, D5 and 78. RGB value is (174,213,120). Sum of RGB (Red+Green+Blue) = 174+213+120=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #AED578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED578 is #512A87. Grayscale: #BFBFBF. Windows color (decimal): -5319304 or 7919022. OLE color: 7919022.

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

Color convert

RGB174213120-
CMYK0.1800.440.16
HSL85.16º52.54%65.29%-
HSV(B)85.16º43.66%83.53%-
XYZ44.6457.9426.6-
YUV190.7488.08116.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=34.32%
G=42.01%
B=23.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131200.1800.440.1685.1652.5465.29
HexAED5781202C10553541
Octal256325170220542012565101
Binary101011101101010111110001001001011001000010101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED578; }

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

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

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

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

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

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

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

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