#AACC8D

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

Shades of Feijoa #AACC8D

Tints of Feijoa #AACC8D

Color information

#AACC8D (or 0xAACC8D) is unknown color: approx Feijoa. HEX triplet: AA, CC and 8D. RGB value is (170,204,141). Sum of RGB (Red+Green+Blue) = 170+204+141=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC8D is #553372. Grayscale: #BABABA. Windows color (decimal): -5583731 or 9292970. OLE color: 9292970.

HSL color Cylindrical-coordinate representation of color #AACC8D: hue angle of 92.38º degrees, saturation: 0.38, 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 #AACC8D is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB170204141-
CMYK0.1700.310.2
HSL92.38º38.18%67.65%-
HSV(B)92.38º30.88%80%-
XYZ42.9853.6533.29-
YUV186.65102.24116.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=33.01%
G=39.61%
B=27.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041410.1700.310.292.3838.1867.65
HexAACC8D1101F145c2644
Octal252314215210372413446104
Binary101010101100110010001101100010111111010010111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC8D; }

 p { color: rgb(170,204,141); }

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

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

 a { background-color: rgb(170,204,141); }

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

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

 span { border-color: rgb(170,204,141); }

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