#ACC37F

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

Shades of Caper #ACC37F

Tints of Caper #ACC37F

Color information

#ACC37F (or 0xACC37F) is unknown color: approx Caper. HEX triplet: AC, C3 and 7F. RGB value is (172,195,127). Sum of RGB (Red+Green+Blue) = 172+195+127=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC37F is #533C80. Grayscale: #B4B4B4. Windows color (decimal): -5454977 or 8373164. OLE color: 8373164.

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

Color convert

RGB172195127-
CMYK0.1200.350.24
HSL80.29º36.17%63.14%-
HSV(B)80.29º34.87%76.47%-
XYZ40.3649.3327.47-
YUV180.3797.88122.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 127 (50% from 255) = 25.71%
R=34.82%
G=39.47%
B=25.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951270.1200.350.2480.2936.1763.14
HexACC37FC0231850243f
Octal25430317714043301204477
Binary1010110011000011111111111000100011110001010000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC37F; }

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

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

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

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

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

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

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

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