COLOR #A6CC6F

HEX: #A6CC6F
RGB: (166,204,111)

Color info

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

RGB color model

#A6CC6F color RGB value is (166,204,111).

  • red value is 166;
  • green value is 204;
  • blue value is 111.
RGB:
(166,204,111)
(65%,80%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 111 of 255 = 44%

166
204
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 111 = 481 (100%)
R 166 of 481 ~ 34.51%
G 204 of 481 ~ 42.41%
B 111 of 481 ~ 23.08%

%34.51
%42.41
%23.08

CMYK color model

#A6CC6F color CMYK value is (19,0,46,20).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 20.00%
CMYK:
(19,0,46,20)
C19M0Y46K20 
(19%,0%,46%,20%)
(0.19/0.00/0.46/0.20)	

CMYK percentages

%18.63
%0
%45.59
%20

Codes

Color #A6CC6F in popluar color models

A6CC6F
RGB166204111
HSL85°47.69%61.76%
HSB/HSV85°45.59%80.00%
CMYK18.63%0.00%45.59%
20.00%

Color #A6CC6F in popluar number systems.

HEXA6CC6F
Decimal166204111
Binary10100110110011001101111
Octal246314157

Shades and tints

Shades of #A6CC6F

#A6CC6F
(166,204,111)
#97BA65
(151,186,101)
#88A85B
(136,168,91)
#799651
(121,150,81)
#6A8447
(106,132,71)
#5B723D
(91,114,61)
#4C6033
(76,96,51)
#3D4E29
(61,78,41)
#2E3C1F
(46,60,31)
#1F2A15
(31,42,21)
#10180B
(16,24,11)
#000000
(0,0,0)

Tints of #A6CC6F

#A6CC6F
(166,204,111)
#AED07C
(174,208,124)
#B6D489
(182,212,137)
#BED896
(190,216,150)
#C6DCA3
(198,220,163)
#CEE0B0
(206,224,176)
#D6E4BD
(214,228,189)
#DEE8CA
(222,232,202)
#E6ECD7
(230,236,215)
#EEF0E4
(238,240,228)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CC6F color. Also use rgb(166,204,111) instead hex code.

Text Font Color

.myTextColor { color: #A6CC6F; }

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

This text font color is #A6CC6F.


Background Color

.myBgColor { background-color: #A6CC6F; }

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

This div background color is #A6CC6F.


Border color

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

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

This div border color is #A6CC6F.


Opacity

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

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

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

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

This text has shadow with #A6CC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CC6F on black background.


Color preview on white background

This text has color #A6CC6F on white background.



Black color preview on #A6CC6F background

This text has black color on #A6CC6F background.


White color preview on #A6CC6F background

This text has white color on #A6CC6F background.