#AECD8E

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

Shades of Feijoa #AECD8E

Tints of Feijoa #AECD8E

Color information

#AECD8E (or 0xAECD8E) is unknown color: approx Feijoa. HEX triplet: AE, CD and 8E. RGB value is (174,205,142). Sum of RGB (Red+Green+Blue) = 174+205+142=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD8E is #513271. Grayscale: #BCBCBC. Windows color (decimal): -5321330 or 9358766. OLE color: 9358766.

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

Color convert

RGB174205142-
CMYK0.1500.310.20
HSL89.52º38.65%68.04%-
HSV(B)89.52º30.73%80.39%-
XYZ44.1754.6133.8-
YUV188.55101.73117.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.40%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=33.40%
G=39.35%
B=27.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051420.1500.310.2089.5238.6568.04
HexAECD8EF01F145a2744
Octal256315216170372413247104
Binary10101110110011011000111011110111111010010110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD8E; }

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

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

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

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

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

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

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

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