COLOR #A6C66D

HEX: #A6C66D
RGB: (166,198,109)

Color info

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

RGB color model

#A6C66D color RGB value is (166,198,109).

  • red value is 166;
  • green value is 198;
  • blue value is 109.
RGB:
(166,198,109)
(65%,78%,43%)

RGB channels and saturation

R 166 of 255 = 65%
G 198 of 255 = 78%
B 109 of 255 = 43%

166
198
109

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

Portions of RGB colors in percentages

R + G + B =
166 + 198 + 109 = 473 (100%)
R 166 of 473 ~ 35.1%
G 198 of 473 ~ 41.86%
B 109 of 473 ~ 23.04%

%35.1
%41.86
%23.04

CMYK color model

#A6C66D color CMYK value is (16,0,45,22).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(16,0,45,22)
C16M0Y45K22 
(16%,0%,45%,22%)
(0.16/0.00/0.45/0.22)	

CMYK percentages

%16.16
%0
%44.95
%22.35

Codes

Color #A6C66D in popluar color models

A6C66D
RGB166198109
HSL82°43.84%60.20%
HSB/HSV82°44.95%77.65%
CMYK16.16%0.00%44.95%
22.35%

Color #A6C66D in popluar number systems.

HEXA6C66D
Decimal166198109
Binary10100110110001101101101
Octal246306155

Shades and tints

Shades of #A6C66D

#A6C66D
(166,198,109)
#97B464
(151,180,100)
#88A25B
(136,162,91)
#799052
(121,144,82)
#6A7E49
(106,126,73)
#5B6C40
(91,108,64)
#4C5A37
(76,90,55)
#3D482E
(61,72,46)
#2E3625
(46,54,37)
#1F241C
(31,36,28)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A6C66D

#A6C66D
(166,198,109)
#AECB7A
(174,203,122)
#B6D087
(182,208,135)
#BED594
(190,213,148)
#C6DAA1
(198,218,161)
#CEDFAE
(206,223,174)
#D6E4BB
(214,228,187)
#DEE9C8
(222,233,200)
#E6EED5
(230,238,213)
#EEF3E2
(238,243,226)
#F6F8EF
(246,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C66D color. Also use rgb(166,198,109) instead hex code.

Text Font Color

.myTextColor { color: #A6C66D; }

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

This text font color is #A6C66D.


Background Color

.myBgColor { background-color: #A6C66D; }

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

This div background color is #A6C66D.


Border color

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

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

This div border color is #A6C66D.


Opacity

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

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

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

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

This text has shadow with #A6C66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C66D on black background.


Color preview on white background

This text has color #A6C66D on white background.



Black color preview on #A6C66D background

This text has black color on #A6C66D background.


White color preview on #A6C66D background

This text has white color on #A6C66D background.