COLOR #A6C27B

HEX: #A6C27B RGB: (166,194,123)

Color info

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

RGB color model

#A6C27B color RGB value is (166,194,123).

RGB: (166,194,123) (65%, 76%, 48%)

RGB channels and saturation

R 166 of 255 = 65%
G 194 of 255 = 76%
B 123 of 255 = 48%

166
194
123

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

Portions of RGB colors in percentages

R + G + B = 166 + 194 + 123 = 483 (100%)
R 166 of 483 ~ 34.37%
G 194 of 483 ~ 40.17%
B 123 of 483 ~ 25.47'%

%34.37
%40.17
%25.47

CMYK color model

#A6C27B color CMYK value is (14,0,37,24).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 23.92%

CMYK: (14,0,37,24)
C14M0Y37K24 (14%, 0%, 37%, 24%)
(0.14 / 0.00 / 0.37 / 0.24)

CMYK percentages

%14.43
%0
%36.6
%23.92

Codes

Color #A6C27B in popluar color models

A6 C2 7B
RGB 166 194 123
HSL 84° 36.79% 62.16%
HSB/HSV 84° 36.60% 76.08%
CMYK 14.43% 0.00% 36.60%
23.92%

Color #A6C27B in popluar number systems.

HEX A6 C2 7B
Decimal 166 194 123
Binary 10100110 11000010 1111011
Octal 246 302 173

Shades and tints

Shades of #A6C27B

#A6C27B
(166,194,123)
#97B170
(151,177,112)
#88A065
(136,160,101)
#798F5A
(121,143,90)
#6A7E4F
(106,126,79)
#5B6D44
(91,109,68)
#4C5C39
(76,92,57)
#3D4B2E
(61,75,46)
#2E3A23
(46,58,35)
#1F2918
(31,41,24)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #A6C27B

#A6C27B
(166,194,123)
#AEC787
(174,199,135)
#B6CC93
(182,204,147)
#BED19F
(190,209,159)
#C6D6AB
(198,214,171)
#CEDBB7
(206,219,183)
#D6E0C3
(214,224,195)
#DEE5CF
(222,229,207)
#E6EADB
(230,234,219)
#EEEFE7
(238,239,231)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C27B color. Also use rgb(166,194,123) instead hex code.

Text Font Color

.myTextColor { color: #A6C27B; }

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

This text font color is #A6C27B.

Background Color

.myBgColor { background-color: #A6C27B; }

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

This div background color is #A6C27B.

Border color

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

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

This div border color is #A6C27B.

Opacity

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

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

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

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

This text has shadow with #A6C27B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C27B.

Preview

Color preview on black background

This text has color #A6C27B on black background.


Color preview on white background

This text has color #A6C27B on white background.


Black color preview on #A6C27B background

This text has black color on #A6C27B background.


White color preview on #A6C27B background

This text has white color on #A6C27B background.


Related colors

Complementary color

Complementary color for #hex is #593D84.


I love getcolorcode.com

Triadic colors

1 #7BA6C2 and #C27BA6 with #A6C27B are triadic colors.

2 #7BC2A6 and #C2A67B with #A6C27B are triadic colors.