#AED783

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

Shades of Feijoa #AED783

Tints of Feijoa #AED783

Color information

#AED783 (or 0xAED783) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 83. RGB value is (174,215,131). Sum of RGB (Red+Green+Blue) = 174+215+131=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #AED783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED783 is #51287C. Grayscale: #C1C1C1. Windows color (decimal): -5318781 or 8640430. OLE color: 8640430.

HSL color Cylindrical-coordinate representation of color #AED783: hue angle of 89.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AED783 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB174215131-
CMYK0.1900.390.16
HSL89.29º51.22%67.84%-
HSV(B)89.29º39.07%84.31%-
XYZ45.8559.2430.49-
YUV193.1692.92114.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=33.46%
G=41.35%
B=25.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151310.1900.390.1689.2951.2267.84
HexAED7831302710593344
Octal256327203230472013163104
Binary1010111011010111100000111001101001111000010110011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED783; }

 p { color: rgb(174,215,131); }

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

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

 a { background-color: rgb(174,215,131); }

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

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

 span { border-color: rgb(174,215,131); }

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