#AAC56A

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

Shades of Caper #AAC56A

Tints of Caper #AAC56A

Color information

#AAC56A (or 0xAAC56A) is unknown color: approx Caper. HEX triplet: AA, C5 and 6A. RGB value is (170,197,106). Sum of RGB (Red+Green+Blue) = 170+197+106=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC56A is #553A95. Grayscale: #B2B2B2. Windows color (decimal): -5585558 or 6997418. OLE color: 6997418.

HSL color Cylindrical-coordinate representation of color #AAC56A: hue angle of 77.8º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAC56A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB170197106-
CMYK0.1400.460.23
HSL77.8º43.96%59.41%-
HSV(B)77.8º46.19%77.25%-
XYZ39.1549.5221.13-
YUV178.5587.05121.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 197 (77.34% from 255) = 41.65%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=35.94%
G=41.65%
B=22.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971060.1400.460.2377.843.9659.41
HexAAC56AE02E174e2c3b
Octal25230515216056271165473
Binary1010101011000101110101011100101110101111001110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC56A; }

 p { color: rgb(170,197,106); }

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

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

 a { background-color: rgb(170,197,106); }

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

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

 span { border-color: rgb(170,197,106); }

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