COLOR #A6D38D

HEX: #A6D38D RGB: (166,211,141)

Color info

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

RGB color model

#A6D38D color RGB value is (166,211,141).

RGB: (166,211,141) (65%, 83%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 211 of 255 = 83%
B 141 of 255 = 55%

166
211
141

R + G + B ~ 68%. #A6D38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 211 + 141 = 518 (100%)
R 166 of 518 ~ 32.05%
G 211 of 518 ~ 40.73%
B 141 of 518 ~ 27.22'%

%32.05
%40.73
%27.22

CMYK color model

#A6D38D color CMYK value is (21,0,33,17).

  • cyan value is 21.33%
  • magenta value is 0.00%
  • yellow value is 33.18%
  • key color value is 17.25%

CMYK: (21,0,33,17)
C21M0Y33K17 (21%, 0%, 33%, 17%)
(0.21 / 0.00 / 0.33 / 0.17)

CMYK percentages

%21.33
%0
%33.18
%17.25

Codes

Color #A6D38D in popluar color models

A6 D3 8D
RGB 166 211 141
HSL 99° 44.30% 69.02%
HSB/HSV 99° 33.18% 82.75%
CMYK 21.33% 0.00% 33.18%
17.25%

Color #A6D38D in popluar number systems.

HEX A6 D3 8D
Decimal 166 211 141
Binary 10100110 11010011 10001101
Octal 246 323 215

Shades and tints

Shades of #A6D38D

#A6D38D
(166,211,141)
#97C081
(151,192,129)
#88AD75
(136,173,117)
#799A69
(121,154,105)
#6A875D
(106,135,93)
#5B7451
(91,116,81)
#4C6145
(76,97,69)
#3D4E39
(61,78,57)
#2E3B2D
(46,59,45)
#1F2821
(31,40,33)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6D38D

#A6D38D
(166,211,141)
#AED797
(174,215,151)
#B6DBA1
(182,219,161)
#BEDFAB
(190,223,171)
#C6E3B5
(198,227,181)
#CEE7BF
(206,231,191)
#D6EBC9
(214,235,201)
#DEEFD3
(222,239,211)
#E6F3DD
(230,243,221)
#EEF7E7
(238,247,231)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D38D; }

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

This text font color is #A6D38D.

Background Color

.myBgColor { background-color: #A6D38D; }

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

This div background color is #A6D38D.

Border color

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

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

This div border color is #A6D38D.

Opacity

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

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

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

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

This text has shadow with #A6D38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D38D.

Preview

Color preview on black background

This text has color #A6D38D on black background.


Color preview on white background

This text has color #A6D38D on white background.


Black color preview on #A6D38D background

This text has black color on #A6D38D background.


White color preview on #A6D38D background

This text has white color on #A6D38D background.


Related colors

Complementary color

Complementary color for #hex is #592C72.


I love getcolorcode.com

Triadic colors

1 #8DA6D3 and #D38DA6 with #A6D38D are triadic colors.

2 #8DD3A6 and #D3A68D with #A6D38D are triadic colors.