#AACB91

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

Shades of Feijoa #AACB91

Tints of Feijoa #AACB91

Color information

#AACB91 (or 0xAACB91) is unknown color: approx Feijoa. HEX triplet: AA, CB and 91. RGB value is (170,203,145). Sum of RGB (Red+Green+Blue) = 170+203+145=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB91 is #55346E. Grayscale: #BABABA. Windows color (decimal): -5583983 or 9554858. OLE color: 9554858.

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

Color convert

RGB170203145-
CMYK0.1600.290.20
HSL94.14º35.8%68.24%-
HSV(B)94.14º28.57%79.61%-
XYZ43.0453.334.81-
YUV186.52104.57116.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=32.82%
G=39.19%
B=27.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031450.1600.290.2094.1435.868.24
HexAACB911001D145e2444
Octal252313221200352413644104
Binary101010101100101110010001100000111011010010111101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB91; }

 p { color: rgb(170,203,145); }

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

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

 a { background-color: rgb(170,203,145); }

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

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

 span { border-color: rgb(170,203,145); }

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