#AACC8A

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

Shades of Feijoa #AACC8A

Tints of Feijoa #AACC8A

Color information

#AACC8A (or 0xAACC8A) is unknown color: approx Feijoa. HEX triplet: AA, CC and 8A. RGB value is (170,204,138). Sum of RGB (Red+Green+Blue) = 170+204+138=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC8A is #553375. Grayscale: #BABABA. Windows color (decimal): -5583734 or 9096362. OLE color: 9096362.

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

Color convert

RGB170204138-
CMYK0.1700.320.2
HSL90.91º39.29%67.06%-
HSV(B)90.91º32.35%80%-
XYZ42.7653.5732.13-
YUV186.31100.74116.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=33.20%
G=39.84%
B=26.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041380.1700.320.290.9139.2967.06
HexAACC8A11020145b2743
Octal252314212210402413347103
Binary1010101011001100100010101000101000001010010110111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC8A; }

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

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

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

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

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

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

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

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