COLOR #A6C76A

HEX: #A6C76A
RGB: (166,199,106)

Color info

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

RGB color model

#A6C76A color RGB value is (166,199,106).

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

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 106 of 255 = 42%

166
199
106

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 106 = 471 (100%)
R 166 of 471 ~ 35.24%
G 199 of 471 ~ 42.25%
B 106 of 471 ~ 22.51%

%35.24
%42.25
%22.51

CMYK color model

#A6C76A color CMYK value is (17,0,47,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 46.73%
  • key color value is 21.96%
CMYK:
(17,0,47,22)
C17M0Y47K22 
(17%,0%,47%,22%)
(0.17/0.00/0.47/0.22)	

CMYK percentages

%16.58
%0
%46.73
%21.96

Codes

Color #A6C76A in popluar color models

A6C76A
RGB166199106
HSL81°45.37%59.80%
HSB/HSV81°46.73%78.04%
CMYK16.58%0.00%46.73%
21.96%

Color #A6C76A in popluar number systems.

HEXA6C76A
Decimal166199106
Binary10100110110001111101010
Octal246307152

Shades and tints

Shades of #A6C76A

#A6C76A
(166,199,106)
#97B561
(151,181,97)
#88A358
(136,163,88)
#79914F
(121,145,79)
#6A7F46
(106,127,70)
#5B6D3D
(91,109,61)
#4C5B34
(76,91,52)
#3D492B
(61,73,43)
#2E3722
(46,55,34)
#1F2519
(31,37,25)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A6C76A

#A6C76A
(166,199,106)
#AECC77
(174,204,119)
#B6D184
(182,209,132)
#BED691
(190,214,145)
#C6DB9E
(198,219,158)
#CEE0AB
(206,224,171)
#D6E5B8
(214,229,184)
#DEEAC5
(222,234,197)
#E6EFD2
(230,239,210)
#EEF4DF
(238,244,223)
#F6F9EC
(246,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C76A; }

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

This text font color is #A6C76A.


Background Color

.myBgColor { background-color: #A6C76A; }

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

This div background color is #A6C76A.


Border color

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

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

This div border color is #A6C76A.


Opacity

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

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

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

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

This text has shadow with #A6C76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C76A on black background.


Color preview on white background

This text has color #A6C76A on white background.



Black color preview on #A6C76A background

This text has black color on #A6C76A background.


White color preview on #A6C76A background

This text has white color on #A6C76A background.