#ACC46E

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

Shades of Caper #ACC46E

Tints of Caper #ACC46E

Color information

#ACC46E (or 0xACC46E) is unknown color: approx Caper. HEX triplet: AC, C4 and 6E. RGB value is (172,196,110). Sum of RGB (Red+Green+Blue) = 172+196+110=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC46E is #533B91. Grayscale: #B3B3B3. Windows color (decimal): -5454738 or 7259308. OLE color: 7259308.

HSL color Cylindrical-coordinate representation of color #ACC46E: hue angle of 76.74º degrees, saturation: 0.42, 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 #ACC46E is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB172196110-
CMYK0.1200.440.23
HSL76.74º42.16%60%-
HSV(B)76.74º43.88%76.86%-
XYZ39.5749.3822.2-
YUV179.0289.05122.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=35.98%
G=41.00%
B=23.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961100.1200.440.2376.7442.1660
HexACC46EC02C174d2a3c
Octal25430415614054271155274
Binary1010110011000100110111011000101100101111001101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC46E; }

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

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

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

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

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

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

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

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