#ACC07F

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

Shades of Caper #ACC07F

Tints of Caper #ACC07F

Color information

#ACC07F (or 0xACC07F) is unknown color: approx Caper. HEX triplet: AC, C0 and 7F. RGB value is (172,192,127). Sum of RGB (Red+Green+Blue) = 172+192+127=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC07F is #533F80. Grayscale: #B2B2B2. Windows color (decimal): -5455745 or 8372396. OLE color: 8372396.

HSL color Cylindrical-coordinate representation of color #ACC07F: hue angle of 78.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACC07F is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB172192127-
CMYK0.1000.340.25
HSL78.46º34.03%62.55%-
HSV(B)78.46º33.85%75.29%-
XYZ39.694827.25-
YUV178.6198.87123.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 127 (50% from 255) = 25.87%
R=35.03%
G=39.10%
B=25.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921270.1000.340.2578.4634.0362.55
HexACC07FA022194e223f
Octal25430017712042311164277
Binary1010110011000000111111110100100010110011001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC07F; }

 p { color: rgb(172,192,127); }

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

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

 a { background-color: rgb(172,192,127); }

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

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

 span { border-color: rgb(172,192,127); }

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