COLOR #A6C16E

HEX: #A6C16E
RGB: (166,193,110)

Color info

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

RGB color model

#A6C16E color RGB value is (166,193,110).

  • red value is 166;
  • green value is 193;
  • blue value is 110.
RGB:
(166,193,110)
(65%,76%,43%)

RGB channels and saturation

R 166 of 255 = 65%
G 193 of 255 = 76%
B 110 of 255 = 43%

166
193
110

R + G + B ~ 61%. #A6C16E is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 193 + 110 = 469 (100%)
R 166 of 469 ~ 35.39%
G 193 of 469 ~ 41.15%
B 110 of 469 ~ 23.45%

%35.39
%41.15
%23.45

CMYK color model

#A6C16E color CMYK value is (14,0,43,24).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 43.01%
  • key color value is 24.31%
CMYK:
(14,0,43,24)
C14M0Y43K24 
(14%,0%,43%,24%)
(0.14/0.00/0.43/0.24)	

CMYK percentages

%13.99
%0
%43.01
%24.31

Codes

Color #A6C16E in popluar color models

A6C16E
RGB166193110
HSL80°40.10%59.41%
HSB/HSV80°43.01%75.69%
CMYK13.99%0.00%43.01%
24.31%

Color #A6C16E in popluar number systems.

HEXA6C16E
Decimal166193110
Binary10100110110000011101110
Octal246301156

Shades and tints

Shades of #A6C16E

#A6C16E
(166,193,110)
#97B064
(151,176,100)
#889F5A
(136,159,90)
#798E50
(121,142,80)
#6A7D46
(106,125,70)
#5B6C3C
(91,108,60)
#4C5B32
(76,91,50)
#3D4A28
(61,74,40)
#2E391E
(46,57,30)
#1F2814
(31,40,20)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #A6C16E

#A6C16E
(166,193,110)
#AEC67B
(174,198,123)
#B6CB88
(182,203,136)
#BED095
(190,208,149)
#C6D5A2
(198,213,162)
#CEDAAF
(206,218,175)
#D6DFBC
(214,223,188)
#DEE4C9
(222,228,201)
#E6E9D6
(230,233,214)
#EEEEE3
(238,238,227)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C16E color. Also use rgb(166,193,110) instead hex code.

Text Font Color

.myTextColor { color: #A6C16E; }

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

This text font color is #A6C16E.


Background Color

.myBgColor { background-color: #A6C16E; }

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

This div background color is #A6C16E.


Border color

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

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

This div border color is #A6C16E.


Opacity

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

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

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

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

This text has shadow with #A6C16E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C16E on black background.


Color preview on white background

This text has color #A6C16E on white background.



Black color preview on #A6C16E background

This text has black color on #A6C16E background.


White color preview on #A6C16E background

This text has white color on #A6C16E background.