#AAC56F

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

Shades of Caper #AAC56F

Tints of Caper #AAC56F

Color information

#AAC56F (or 0xAAC56F) is unknown color: approx Caper. HEX triplet: AA, C5 and 6F. RGB value is (170,197,111). Sum of RGB (Red+Green+Blue) = 170+197+111=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC56F is #553A90. Grayscale: #B3B3B3. Windows color (decimal): -5585553 or 7325098. OLE color: 7325098.

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

Color convert

RGB170197111-
CMYK0.1400.440.23
HSL78.84º42.57%60.39%-
HSV(B)78.84º43.65%77.25%-
XYZ39.4149.6322.54-
YUV179.1289.55121.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 111 (43.75% from 255) = 23.22%
R=35.56%
G=41.21%
B=23.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971110.1400.440.2378.8442.5760.39
HexAAC56FE02C174f2b3c
Octal25230515716054271175374
Binary1010101011000101110111111100101100101111001111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC56F; }

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

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

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

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

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

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

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

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