#ACC66F

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

Shades of Caper #ACC66F

Tints of Caper #ACC66F

Color information

#ACC66F (or 0xACC66F) is unknown color: approx Caper. HEX triplet: AC, C6 and 6F. RGB value is (172,198,111). Sum of RGB (Red+Green+Blue) = 172+198+111=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC66F is #533990. Grayscale: #B4B4B4. Windows color (decimal): -5454225 or 7325356. OLE color: 7325356.

HSL color Cylindrical-coordinate representation of color #ACC66F: hue angle of 77.93º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACC66F is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB172198111-
CMYK0.1300.440.22
HSL77.93º43.28%60.59%-
HSV(B)77.93º43.94%77.65%-
XYZ40.0850.3122.64-
YUV180.3188.89122.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=35.76%
G=41.16%
B=23.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981110.1300.440.2277.9343.2860.59
HexACC66FD02C164e2b3d
Octal25430615715054261165375
Binary1010110011000110110111111010101100101101001110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC66F; }

 p { color: rgb(172,198,111); }

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

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

 a { background-color: rgb(172,198,111); }

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

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

 span { border-color: rgb(172,198,111); }

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