COLOR #A6C27E

HEX: #A6C27E RGB: (166,194,126)

Color info

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

RGB color model

#A6C27E color RGB value is (166,194,126).

RGB: (166,194,126) (65%, 76%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 194 of 255 = 76%
B 126 of 255 = 49%

166
194
126

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

Portions of RGB colors in percentages

R + G + B = 166 + 194 + 126 = 486 (100%)
R 166 of 486 ~ 34.16%
G 194 of 486 ~ 39.92%
B 126 of 486 ~ 25.93'%

%34.16
%39.92
%25.93

CMYK color model

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

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

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

CMYK percentages

%14.43
%0
%35.05
%23.92

Codes

Color #A6C27E in popluar color models

A6 C2 7E
RGB 166 194 126
HSL 85° 35.79% 62.75%
HSB/HSV 85° 35.05% 76.08%
CMYK 14.43% 0.00% 35.05%
23.92%

Color #A6C27E in popluar number systems.

HEX A6 C2 7E
Decimal 166 194 126
Binary 10100110 11000010 1111110
Octal 246 302 176

Shades and tints

Shades of #A6C27E

#A6C27E
(166,194,126)
#97B173
(151,177,115)
#88A068
(136,160,104)
#798F5D
(121,143,93)
#6A7E52
(106,126,82)
#5B6D47
(91,109,71)
#4C5C3C
(76,92,60)
#3D4B31
(61,75,49)
#2E3A26
(46,58,38)
#1F291B
(31,41,27)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #A6C27E

#A6C27E
(166,194,126)
#AEC789
(174,199,137)
#B6CC94
(182,204,148)
#BED19F
(190,209,159)
#C6D6AA
(198,214,170)
#CEDBB5
(206,219,181)
#D6E0C0
(214,224,192)
#DEE5CB
(222,229,203)
#E6EAD6
(230,234,214)
#EEEFE1
(238,239,225)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C27E; }

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

This text font color is #A6C27E.

Background Color

.myBgColor { background-color: #A6C27E; }

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

This div background color is #A6C27E.

Border color

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

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

This div border color is #A6C27E.

Opacity

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

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

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

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

This text has shadow with #A6C27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C27E.

Preview

Color preview on black background

This text has color #A6C27E on black background.


Color preview on white background

This text has color #A6C27E on white background.


Black color preview on #A6C27E background

This text has black color on #A6C27E background.


White color preview on #A6C27E background

This text has white color on #A6C27E background.


Related colors

Complementary color

Complementary color for #hex is #593D81.


I love getcolorcode.com

Triadic colors

1 #7EA6C2 and #C27EA6 with #A6C27E are triadic colors.

2 #7EC2A6 and #C2A67E with #A6C27E are triadic colors.