#AECD8B

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

Shades of Feijoa #AECD8B

Tints of Feijoa #AECD8B

Color information

#AECD8B (or 0xAECD8B) is unknown color: approx Feijoa. HEX triplet: AE, CD and 8B. RGB value is (174,205,139). Sum of RGB (Red+Green+Blue) = 174+205+139=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD8B is #513274. Grayscale: #BCBCBC. Windows color (decimal): -5321333 or 9162158. OLE color: 9162158.

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

Color convert

RGB174205139-
CMYK0.1500.320.20
HSL88.18º39.76%67.45%-
HSV(B)88.18º32.2%80.39%-
XYZ43.9554.5332.63-
YUV188.21100.23117.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.59%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=33.59%
G=39.58%
B=26.83%

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
Decimal1742051390.1500.320.2088.1839.7667.45
HexAECD8BF02014582843
Octal256315213170402413050103
Binary101011101100110110001011111101000001010010110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD8B; }

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

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

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

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

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

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

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

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