#ACC17F

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

Shades of Caper #ACC17F

Tints of Caper #ACC17F

Color information

#ACC17F (or 0xACC17F) is unknown color: approx Caper. HEX triplet: AC, C1 and 7F. RGB value is (172,193,127). Sum of RGB (Red+Green+Blue) = 172+193+127=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC17F is #533E80. Grayscale: #B3B3B3. Windows color (decimal): -5455489 or 8372652. OLE color: 8372652.

HSL color Cylindrical-coordinate representation of color #ACC17F: hue angle of 79.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACC17F is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB172193127-
CMYK0.1100.340.24
HSL79.09º34.74%62.75%-
HSV(B)79.09º34.2%75.69%-
XYZ39.9148.4427.33-
YUV179.298.54122.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 127 (50% from 255) = 25.81%
R=34.96%
G=39.23%
B=25.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931270.1100.340.2479.0934.7462.75
HexACC17FB022184f233f
Octal25430117713042301174377
Binary1010110011000001111111110110100010110001001111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC17F; }

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

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

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

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

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

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

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

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