COLOR #A6C373

HEX: #A6C373
RGB: (166,195,115)

Color info

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

RGB color model

#A6C373 color RGB value is (166,195,115).

  • red value is 166;
  • green value is 195;
  • blue value is 115.
RGB:
(166,195,115)
(65%,76%,45%)

RGB channels and saturation

R 166 of 255 = 65%
G 195 of 255 = 76%
B 115 of 255 = 45%

166
195
115

R + G + B ~ 62%. #A6C373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 195 + 115 = 476 (100%)
R 166 of 476 ~ 34.87%
G 195 of 476 ~ 40.97%
B 115 of 476 ~ 24.16%

%34.87
%40.97
%24.16

CMYK color model

#A6C373 color CMYK value is (15,0,41,24).

  • cyan value is 14.87%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 23.53%
CMYK:
(15,0,41,24)
C15M0Y41K24 
(15%,0%,41%,24%)
(0.15/0.00/0.41/0.24)	

CMYK percentages

%14.87
%0
%41.03
%23.53

Codes

Color #A6C373 in popluar color models

A6C373
RGB166195115
HSL82°40.00%60.78%
HSB/HSV82°41.03%76.47%
CMYK14.87%0.00%41.03%
23.53%

Color #A6C373 in popluar number systems.

HEXA6C373
Decimal166195115
Binary10100110110000111110011
Octal246303163

Shades and tints

Shades of #A6C373

#A6C373
(166,195,115)
#97B269
(151,178,105)
#88A15F
(136,161,95)
#799055
(121,144,85)
#6A7F4B
(106,127,75)
#5B6E41
(91,110,65)
#4C5D37
(76,93,55)
#3D4C2D
(61,76,45)
#2E3B23
(46,59,35)
#1F2A19
(31,42,25)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #A6C373

#A6C373
(166,195,115)
#AEC87F
(174,200,127)
#B6CD8B
(182,205,139)
#BED297
(190,210,151)
#C6D7A3
(198,215,163)
#CEDCAF
(206,220,175)
#D6E1BB
(214,225,187)
#DEE6C7
(222,230,199)
#E6EBD3
(230,235,211)
#EEF0DF
(238,240,223)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C373 color. Also use rgb(166,195,115) instead hex code.

Text Font Color

.myTextColor { color: #A6C373; }

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

This text font color is #A6C373.


Background Color

.myBgColor { background-color: #A6C373; }

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

This div background color is #A6C373.


Border color

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

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

This div border color is #A6C373.


Opacity

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

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

Text with #A6C373 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 #A6C373;}

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

This text has shadow with #A6C373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C373 on black background.


Color preview on white background

This text has color #A6C373 on white background.



Black color preview on #A6C373 background

This text has black color on #A6C373 background.


White color preview on #A6C373 background

This text has white color on #A6C373 background.