#ACC57A

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

Shades of Caper #ACC57A

Tints of Caper #ACC57A

Color information

#ACC57A (or 0xACC57A) is unknown color: approx Caper. HEX triplet: AC, C5 and 7A. RGB value is (172,197,122). Sum of RGB (Red+Green+Blue) = 172+197+122=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC57A is #533A85. Grayscale: #B5B5B5. Windows color (decimal): -5454470 or 8045996. OLE color: 8045996.

HSL color Cylindrical-coordinate representation of color #ACC57A: hue angle of 80º 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 #ACC57A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB172197122-
CMYK0.1300.380.23
HSL80º39.27%62.55%-
HSV(B)80º38.07%77.25%-
XYZ40.4950.1125.95-
YUV180.9894.72121.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=35.03%
G=40.12%
B=24.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971220.1300.380.238039.2762.55
HexACC57AD0261750273f
Octal25430517215046271204777
Binary1010110011000101111101011010100110101111010000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC57A; }

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

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

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

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

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

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

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

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