#AED780

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

Shades of Feijoa #AED780

Tints of Feijoa #AED780

Color information

#AED780 (or 0xAED780) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 80. RGB value is (174,215,128). Sum of RGB (Red+Green+Blue) = 174+215+128=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #AED780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED780 is #51287F. Grayscale: #C1C1C1. Windows color (decimal): -5318784 or 8443822. OLE color: 8443822.

HSL color Cylindrical-coordinate representation of color #AED780: hue angle of 88.28º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED780 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB174215128-
CMYK0.1900.400.16
HSL88.28º52.1%67.25%-
HSV(B)88.28º40.47%84.31%-
XYZ45.6559.1629.43-
YUV192.8291.42114.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=33.66%
G=41.59%
B=24.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151280.1900.400.1688.2852.167.25
HexAED7801302810583443
Octal256327200230502013064103
Binary1010111011010111100000001001101010001000010110001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED780; }

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

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

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

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

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

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

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

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