COLOR #A6C776

HEX: #A6C776
RGB: (166,199,118)

Color info

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

RGB color model

#A6C776 color RGB value is (166,199,118).

  • red value is 166;
  • green value is 199;
  • blue value is 118.
RGB:
(166,199,118)
(65%,78%,46%)

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 118 of 255 = 46%

166
199
118

R + G + B ~ 63%. #A6C776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 118 = 483 (100%)
R 166 of 483 ~ 34.37%
G 199 of 483 ~ 41.2%
B 118 of 483 ~ 24.43%

%34.37
%41.2
%24.43

CMYK color model

#A6C776 color CMYK value is (17,0,41,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(17,0,41,22)
C17M0Y41K22 
(17%,0%,41%,22%)
(0.17/0.00/0.41/0.22)	

CMYK percentages

%16.58
%0
%40.7
%21.96

Codes

Color #A6C776 in popluar color models

A6C776
RGB166199118
HSL84°41.97%62.16%
HSB/HSV84°40.70%78.04%
CMYK16.58%0.00%40.70%
21.96%

Color #A6C776 in popluar number systems.

HEXA6C776
Decimal166199118
Binary10100110110001111110110
Octal246307166

Shades and tints

Shades of #A6C776

#A6C776
(166,199,118)
#97B56C
(151,181,108)
#88A362
(136,163,98)
#799158
(121,145,88)
#6A7F4E
(106,127,78)
#5B6D44
(91,109,68)
#4C5B3A
(76,91,58)
#3D4930
(61,73,48)
#2E3726
(46,55,38)
#1F251C
(31,37,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A6C776

#A6C776
(166,199,118)
#AECC82
(174,204,130)
#B6D18E
(182,209,142)
#BED69A
(190,214,154)
#C6DBA6
(198,219,166)
#CEE0B2
(206,224,178)
#D6E5BE
(214,229,190)
#DEEACA
(222,234,202)
#E6EFD6
(230,239,214)
#EEF4E2
(238,244,226)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C776 color. Also use rgb(166,199,118) instead hex code.

Text Font Color

.myTextColor { color: #A6C776; }

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

This text font color is #A6C776.


Background Color

.myBgColor { background-color: #A6C776; }

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

This div background color is #A6C776.


Border color

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

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

This div border color is #A6C776.


Opacity

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

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

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

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

This text has shadow with #A6C776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C776 on black background.


Color preview on white background

This text has color #A6C776 on white background.



Black color preview on #A6C776 background

This text has black color on #A6C776 background.


White color preview on #A6C776 background

This text has white color on #A6C776 background.