#AEDC87

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

Shades of Feijoa #AEDC87

Tints of Feijoa #AEDC87

Color information

#AEDC87 (or 0xAEDC87) is unknown color: approx Feijoa. HEX triplet: AE, DC and 87. RGB value is (174,220,135). Sum of RGB (Red+Green+Blue) = 174+220+135=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC87 is #512378. Grayscale: #C4C4C4. Windows color (decimal): -5317497 or 8903854. OLE color: 8903854.

HSL color Cylindrical-coordinate representation of color #AEDC87: hue angle of 92.47º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEDC87 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB174220135-
CMYK0.2100.390.14
HSL92.47º54.84%69.61%-
HSV(B)92.47º38.64%86.27%-
XYZ47.4261.9332.38-
YUV196.5693.26111.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 135 (53.12% from 255) = 25.52%
R=32.89%
G=41.59%
B=25.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742201350.2100.390.1492.4754.8469.61
HexAEDC8715027E5c3746
Octal256334207250471613467106
Binary101011101101110010000111101010100111111010111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDC87; }

 p { color: rgb(174,220,135); }

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

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

 a { background-color: rgb(174,220,135); }

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

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

 span { border-color: rgb(174,220,135); }

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