#AECD8C

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

Shades of Feijoa #AECD8C

Tints of Feijoa #AECD8C

Color information

#AECD8C (or 0xAECD8C) is unknown color: approx Feijoa. HEX triplet: AE, CD and 8C. RGB value is (174,205,140). Sum of RGB (Red+Green+Blue) = 174+205+140=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD8C is #513273. Grayscale: #BCBCBC. Windows color (decimal): -5321332 or 9227694. OLE color: 9227694.

HSL color Cylindrical-coordinate representation of color #AECD8C: hue angle of 88.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECD8C is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB174205140-
CMYK0.1500.320.20
HSL88.62º39.39%67.65%-
HSV(B)88.62º31.71%80.39%-
XYZ44.0254.5533.02-
YUV188.32100.73117.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=33.53%
G=39.50%
B=26.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051400.1500.320.2088.6239.3967.65
HexAECD8CF02014592744
Octal256315214170402413147104
Binary101011101100110110001100111101000001010010110011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD8C; }

 p { color: rgb(174,205,140); }

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

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

 a { background-color: rgb(174,205,140); }

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

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

 span { border-color: rgb(174,205,140); }

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