COLOR #A6C17D

HEX: #A6C17D RGB: (166,193,125)

Color info

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

RGB color model

#A6C17D color RGB value is (166,193,125).

RGB: (166,193,125) (65%, 76%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 193 of 255 = 76%
B 125 of 255 = 49%

166
193
125

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

Portions of RGB colors in percentages

R + G + B = 166 + 193 + 125 = 484 (100%)
R 166 of 484 ~ 34.3%
G 193 of 484 ~ 39.88%
B 125 of 484 ~ 25.83'%

%34.3
%39.88
%25.83

CMYK color model

#A6C17D color CMYK value is (14,0,35,24).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 24.31%

CMYK: (14,0,35,24)
C14M0Y35K24 (14%, 0%, 35%, 24%)
(0.14 / 0.00 / 0.35 / 0.24)

CMYK percentages

%13.99
%0
%35.23
%24.31

Codes

Color #A6C17D in popluar color models

A6 C1 7D
RGB 166 193 125
HSL 84° 35.42% 62.35%
HSB/HSV 84° 35.23% 75.69%
CMYK 13.99% 0.00% 35.23%
24.31%

Color #A6C17D in popluar number systems.

HEX A6 C1 7D
Decimal 166 193 125
Binary 10100110 11000001 1111101
Octal 246 301 175

Shades and tints

Shades of #A6C17D

#A6C17D
(166,193,125)
#97B072
(151,176,114)
#889F67
(136,159,103)
#798E5C
(121,142,92)
#6A7D51
(106,125,81)
#5B6C46
(91,108,70)
#4C5B3B
(76,91,59)
#3D4A30
(61,74,48)
#2E3925
(46,57,37)
#1F281A
(31,40,26)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #A6C17D

#A6C17D
(166,193,125)
#AEC688
(174,198,136)
#B6CB93
(182,203,147)
#BED09E
(190,208,158)
#C6D5A9
(198,213,169)
#CEDAB4
(206,218,180)
#D6DFBF
(214,223,191)
#DEE4CA
(222,228,202)
#E6E9D5
(230,233,213)
#EEEEE0
(238,238,224)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C17D; }

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

This text font color is #A6C17D.

Background Color

.myBgColor { background-color: #A6C17D; }

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

This div background color is #A6C17D.

Border color

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

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

This div border color is #A6C17D.

Opacity

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

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

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

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

This text has shadow with #A6C17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C17D.

Preview

Color preview on black background

This text has color #A6C17D on black background.


Color preview on white background

This text has color #A6C17D on white background.


Black color preview on #A6C17D background

This text has black color on #A6C17D background.


White color preview on #A6C17D background

This text has white color on #A6C17D background.


Related colors

Complementary color

Complementary color for #hex is #593E82.


I love getcolorcode.com

Triadic colors

1 #7DA6C1 and #C17DA6 with #A6C17D are triadic colors.

2 #7DC1A6 and #C1A67D with #A6C17D are triadic colors.