#AED87C

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

Shades of Feijoa #AED87C

Tints of Feijoa #AED87C

Color information

#AED87C (or 0xAED87C) is unknown color: approx Feijoa. HEX triplet: AE, D8 and 7C. RGB value is (174,216,124). Sum of RGB (Red+Green+Blue) = 174+216+124=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #AED87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED87C is #512783. Grayscale: #C1C1C1. Windows color (decimal): -5318532 or 8181934. OLE color: 8181934.

HSL color Cylindrical-coordinate representation of color #AED87C: hue angle of 87.39º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED87C is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB174216124-
CMYK0.1900.430.15
HSL87.39º54.12%66.67%-
HSV(B)87.39º42.59%84.71%-
XYZ45.6559.5728.16-
YUV192.9589.09114.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 124 (48.83% from 255) = 24.12%
R=33.85%
G=42.02%
B=24.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742161240.1900.430.1587.3954.1266.67
HexAED87C1302BF573643
Octal256330174230531712766103
Binary10101110110110001111100100110101011111110101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED87C; }

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

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

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

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

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

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

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

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