#AACE7E

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

Shades of Feijoa #AACE7E

Tints of Feijoa #AACE7E

Color information

#AACE7E (or 0xAACE7E) is unknown color: approx Feijoa. HEX triplet: AA, CE and 7E. RGB value is (170,206,126). Sum of RGB (Red+Green+Blue) = 170+206+126=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACE7E is #553181. Grayscale: #BABABA. Windows color (decimal): -5583234 or 8310442. OLE color: 8310442.

HSL color Cylindrical-coordinate representation of color #AACE7E: hue angle of 87º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AACE7E is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB170206126-
CMYK0.1700.390.19
HSL87º44.94%65.1%-
HSV(B)87º38.83%80.78%-
XYZ42.4154.227.96-
YUV186.1294.07116.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=33.86%
G=41.04%
B=25.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061260.1700.390.198744.9465.1
HexAACE7E1102713572d41
Octal252316176210472312755101
Binary101010101100111011111101000101001111001110101111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACE7E; }

 p { color: rgb(170,206,126); }

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

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

 a { background-color: rgb(170,206,126); }

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

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

 span { border-color: rgb(170,206,126); }

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