#AED77C

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

Shades of Feijoa #AED77C

Tints of Feijoa #AED77C

Color information

#AED77C (or 0xAED77C) is unknown color: approx Feijoa. HEX triplet: AE, D7 and 7C. RGB value is (174,215,124). Sum of RGB (Red+Green+Blue) = 174+215+124=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #AED77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED77C is #512883. Grayscale: #C0C0C0. Windows color (decimal): -5318788 or 8181678. OLE color: 8181678.

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

Color convert

RGB174215124-
CMYK0.1900.420.16
HSL87.03º53.22%66.47%-
HSV(B)87.03º42.33%84.31%-
XYZ45.3959.0528.07-
YUV192.3789.42114.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.92%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 124 (48.83% from 255) = 24.17%
R=33.92%
G=41.91%
B=24.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151240.1900.420.1687.0353.2266.47
HexAED77C1302A10573542
Octal256327174230522012765102
Binary101011101101011111111001001101010101000010101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED77C; }

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

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

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

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

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

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

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

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