COLOR #A6D18D

HEX: #A6D18D
RGB: (166,209,141)

Color info

#A6D18D contains mainly red and green colors. Web safe color of #A6D18D is #99CC99 (or #9C9).

RGB color model

#A6D18D color RGB value is (166,209,141).

  • red value is 166;
  • green value is 209;
  • blue value is 141.
RGB:
(166,209,141)
(65%,82%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 141 of 255 = 55%

166
209
141

R + G + B ~ 67%. #A6D18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 209 + 141 = 516 (100%)
R 166 of 516 ~ 32.17%
G 209 of 516 ~ 40.5%
B 141 of 516 ~ 27.33%

%32.17
%40.5
%27.33

CMYK color model

#A6D18D color CMYK value is (21,0,33,18).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 18.04%
CMYK:
(21,0,33,18)
C21M0Y33K18 
(21%,0%,33%,18%)
(0.21/0.00/0.33/0.18)	

CMYK percentages

%20.57
%0
%32.54
%18.04

Codes

Color #A6D18D in popluar color models

A6D18D
RGB166209141
HSL98°42.50%68.63%
HSB/HSV98°32.54%81.96%
CMYK20.57%0.00%32.54%
18.04%

Color #A6D18D in popluar number systems.

HEXA6D18D
Decimal166209141
Binary101001101101000110001101
Octal246321215

Shades and tints

Shades of #A6D18D

#A6D18D
(166,209,141)
#97BE81
(151,190,129)
#88AB75
(136,171,117)
#799869
(121,152,105)
#6A855D
(106,133,93)
#5B7251
(91,114,81)
#4C5F45
(76,95,69)
#3D4C39
(61,76,57)
#2E392D
(46,57,45)
#1F2621
(31,38,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #A6D18D

#A6D18D
(166,209,141)
#AED597
(174,213,151)
#B6D9A1
(182,217,161)
#BEDDAB
(190,221,171)
#C6E1B5
(198,225,181)
#CEE5BF
(206,229,191)
#D6E9C9
(214,233,201)
#DEEDD3
(222,237,211)
#E6F1DD
(230,241,221)
#EEF5E7
(238,245,231)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D18D color. Also use rgb(166,209,141) instead hex code.

Text Font Color

.myTextColor { color: #A6D18D; }

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

This text font color is #A6D18D.


Background Color

.myBgColor { background-color: #A6D18D; }

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

This div background color is #A6D18D.


Border color

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

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

This div border color is #A6D18D.


Opacity

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

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

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

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

This text has shadow with #A6D18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D18D on black background.


Color preview on white background

This text has color #A6D18D on white background.



Black color preview on #A6D18D background

This text has black color on #A6D18D background.


White color preview on #A6D18D background

This text has white color on #A6D18D background.