#AECE8D

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

Shades of Feijoa #AECE8D

Tints of Feijoa #AECE8D

Color information

#AECE8D (or 0xAECE8D) is unknown color: approx Feijoa. HEX triplet: AE, CE and 8D. RGB value is (174,206,141). Sum of RGB (Red+Green+Blue) = 174+206+141=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE8D is #513172. Grayscale: #BDBDBD. Windows color (decimal): -5321075 or 9293486. OLE color: 9293486.

HSL color Cylindrical-coordinate representation of color #AECE8D: hue angle of 89.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECE8D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB174206141-
CMYK0.1600.320.19
HSL89.54º39.88%68.04%-
HSV(B)89.54º31.55%80.78%-
XYZ44.3355.0633.49-
YUV189.02100.9117.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=33.40%
G=39.54%
B=27.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061410.1600.320.1989.5439.8868.04
HexAECE8D10020135a2844
Octal256316215200402313250104
Binary1010111011001110100011011000001000001001110110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECE8D; }

 p { color: rgb(174,206,141); }

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

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

 a { background-color: rgb(174,206,141); }

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

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

 span { border-color: rgb(174,206,141); }

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