#AACC73

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

Shades of Caper #AACC73

Tints of Caper #AACC73

Color information

#AACC73 (or 0xAACC73) is unknown color: approx Caper. HEX triplet: AA, CC and 73. RGB value is (170,204,115). Sum of RGB (Red+Green+Blue) = 170+204+115=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACC73 is #55338C. Grayscale: #B8B8B8. Windows color (decimal): -5583757 or 7589034. OLE color: 7589034.

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

Color convert

RGB170204115-
CMYK0.1700.440.2
HSL82.92º46.6%62.55%-
HSV(B)82.92º43.63%80%-
XYZ41.2652.9724.27-
YUV183.6989.24118.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=34.76%
G=41.72%
B=23.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041150.1700.440.282.9246.662.55
HexAACC731102C14532f3f
Octal25231416321054241235777
Binary10101010110011001110011100010101100101001010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC73; }

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

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

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

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

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

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

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

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