#ACC46F

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

Shades of Caper #ACC46F

Tints of Caper #ACC46F

Color information

#ACC46F (or 0xACC46F) is unknown color: approx Caper. HEX triplet: AC, C4 and 6F. RGB value is (172,196,111). Sum of RGB (Red+Green+Blue) = 172+196+111=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC46F is #533B90. Grayscale: #B3B3B3. Windows color (decimal): -5454737 or 7324844. OLE color: 7324844.

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

Color convert

RGB172196111-
CMYK0.1200.430.23
HSL76.94º41.87%60.2%-
HSV(B)76.94º43.37%76.86%-
XYZ39.6249.422.49-
YUV179.1389.55122.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=35.91%
G=40.92%
B=23.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961110.1200.430.2376.9441.8760.2
HexACC46FC02B174d2a3c
Octal25430415714053271155274
Binary1010110011000100110111111000101011101111001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC46F; }

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

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

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

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

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

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

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

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