#AACB94

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

Shades of Feijoa #AACB94

Tints of Feijoa #AACB94

Color information

#AACB94 (or 0xAACB94) is unknown color: approx Feijoa. HEX triplet: AA, CB and 94. RGB value is (170,203,148). Sum of RGB (Red+Green+Blue) = 170+203+148=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB94 is #55346B. Grayscale: #BBBBBB. Windows color (decimal): -5583980 or 9751466. OLE color: 9751466.

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

Color convert

RGB170203148-
CMYK0.1600.270.20
HSL96º34.59%68.82%-
HSV(B)96º27.09%79.61%-
XYZ43.2853.436.04-
YUV186.86106.07115.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=32.63%
G=38.96%
B=28.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031480.1600.270.209634.5968.82
HexAACB941001B14602345
Octal252313224200332414043105
Binary101010101100101110010100100000110111010011000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB94; }

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

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

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

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

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

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

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

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