#AAC57A

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

Shades of Caper #AAC57A

Tints of Caper #AAC57A

Color information

#AAC57A (or 0xAAC57A) is unknown color: approx Caper. HEX triplet: AA, C5 and 7A. RGB value is (170,197,122). Sum of RGB (Red+Green+Blue) = 170+197+122=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC57A is #553A85. Grayscale: #B4B4B4. Windows color (decimal): -5585542 or 8045994. OLE color: 8045994.

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

Color convert

RGB170197122-
CMYK0.1400.380.23
HSL81.6º39.27%62.55%-
HSV(B)81.6º38.07%77.25%-
XYZ40.0649.8825.93-
YUV180.3895.05120.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=34.76%
G=40.29%
B=24.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971220.1400.380.2381.639.2762.55
HexAAC57AE0261752273f
Octal25230517216046271224777
Binary1010101011000101111101011100100110101111010010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC57A; }

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

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

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

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

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

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

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

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