#AACC93

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

Shades of Feijoa #AACC93

Tints of Feijoa #AACC93

Color information

#AACC93 (or 0xAACC93) is unknown color: approx Feijoa. HEX triplet: AA, CC and 93. RGB value is (170,204,147). Sum of RGB (Red+Green+Blue) = 170+204+147=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC93 is #55336C. Grayscale: #BBBBBB. Windows color (decimal): -5583725 or 9686186. OLE color: 9686186.

HSL color Cylindrical-coordinate representation of color #AACC93: hue angle of 95.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACC93 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB170204147-
CMYK0.1700.280.2
HSL95.79º35.85%68.82%-
HSV(B)95.79º27.94%80%-
XYZ43.4453.8435.71-
YUV187.34105.24115.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=32.63%
G=39.16%
B=28.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041470.1700.280.295.7935.8568.82
HexAACC931101C14602445
Octal252314223210342414044105
Binary101010101100110010010011100010111001010011000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC93; }

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

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

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

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

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

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

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

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