COLOR #ACC365

HEX: #ACC365
RGB: (172,195,101)

Color info

#ACC365 contains mainly red and green colors. Web safe color of #ACC365 is #99CC66 (or #9C6).

RGB color model

#ACC365 color RGB value is (172,195,101).

  • red value is 172;
  • green value is 195;
  • blue value is 101.
RGB:
(172,195,101)
(67%,76%,40%)

RGB channels and saturation

R 172 of 255 = 67%
G 195 of 255 = 76%
B 101 of 255 = 40%

172
195
101

R + G + B ~ 61%. #ACC365 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 195 + 101 = 468 (100%)
R 172 of 468 ~ 36.75%
G 195 of 468 ~ 41.67%
B 101 of 468 ~ 21.58%

%36.75
%41.67
%21.58

CMYK color model

#ACC365 color CMYK value is (12,0,48,24).

  • cyan value is 11.79%
  • magenta value is 0.00%
  • yellow value is 48.21%
  • key color value is 23.53%
CMYK:
(12,0,48,24)
C12M0Y48K24 
(12%,0%,48%,24%)
(0.12/0.00/0.48/0.24)	

CMYK percentages

%11.79
%0
%48.21
%23.53

Codes

Color #ACC365 in popluar color models

ACC365
RGB172195101
HSL75°43.93%58.04%
HSB/HSV75°48.21%76.47%
CMYK11.79%0.00%48.21%
23.53%

Color #ACC365 in popluar number systems.

HEXACC365
Decimal172195101
Binary10101100110000111100101
Octal254303145

Shades and tints

Shades of #ACC365

#ACC365
(172,195,101)
#9DB25C
(157,178,92)
#8EA153
(142,161,83)
#7F904A
(127,144,74)
#707F41
(112,127,65)
#616E38
(97,110,56)
#525D2F
(82,93,47)
#434C26
(67,76,38)
#343B1D
(52,59,29)
#252A14
(37,42,20)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #ACC365

#ACC365
(172,195,101)
#B3C873
(179,200,115)
#BACD81
(186,205,129)
#C1D28F
(193,210,143)
#C8D79D
(200,215,157)
#CFDCAB
(207,220,171)
#D6E1B9
(214,225,185)
#DDE6C7
(221,230,199)
#E4EBD5
(228,235,213)
#EBF0E3
(235,240,227)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC365 color. Also use rgb(172,195,101) instead hex code.

Text Font Color

.myTextColor { color: #ACC365; }

<p style="color:#ACC365">This sample text font color is #ACC365.</p>

This text font color is #ACC365.


Background Color

.myBgColor { background-color: #ACC365; }

<div style="background-color:#ACC365">Inner text</div>

This div background color is #ACC365.


Border color

.myBorderColor { border: 1px solid #ACC365; }

<div style="border:3px solid #ACC365">Div</div>

This div border color is #ACC365.


Opacity

.myOpacity80 { color: #ACC365; opacity: 0.8; }

<p style="color:#ACC365;opacity:0.8;">80%</p>

Text with #ACC365 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ACC365;}

<p style="text-shadow: 3px 3px 1px #ACC365">Text here.</p>

This text has shadow with #ACC365 color.

.textShadow {text-shadow: 3px 3px 1px #ACC365, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ACC365, 5px 5px 20px red">Text here.</p>

This text has shadow with #ACC365 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC365, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ACC365, Direction=45, Strength=4)">Text</p>

This text has shadow with #ACC365 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ACC365;
  -webkit-box-shadow:	1px 1px 3px 2px #ACC365;
  box-shadow:		1px 1px 3px 2px #ACC365;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC365;
-webkit-box-shadow: 1px 1px 3px 2px #ACC365;
box-shadow:1px 1px 3px 2px #ACC365;">
Div content here</div>
This div box has shadow with color #ACC365.

Preview

Color preview on black background

This text has color #ACC365 on black background.


Color preview on white background

This text has color #ACC365 on white background.



Black color preview on #ACC365 background

This text has black color on #ACC365 background.


White color preview on #ACC365 background

This text has white color on #ACC365 background.