COLOR #A6C58B

HEX: #A6C58B
RGB: (166,197,139)

Color info

#A6C58B contains red, green and blue colors in about the same proportion. Web safe color of #A6C58B is #99CC99 (or #9C9).

RGB color model

#A6C58B color RGB value is (166,197,139).

  • red value is 166;
  • green value is 197;
  • blue value is 139.
RGB:
(166,197,139)
(65%,77%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 197 of 255 = 77%
B 139 of 255 = 55%

166
197
139

R + G + B ~ 66%. #A6C58B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 197 + 139 = 502 (100%)
R 166 of 502 ~ 33.07%
G 197 of 502 ~ 39.24%
B 139 of 502 ~ 27.69%

%33.07
%39.24
%27.69

CMYK color model

#A6C58B color CMYK value is (16,0,29,23).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 22.75%
CMYK:
(16,0,29,23)
C16M0Y29K23 
(16%,0%,29%,23%)
(0.16/0.00/0.29/0.23)	

CMYK percentages

%15.74
%0
%29.44
%22.75

Codes

Color #A6C58B in popluar color models

A6C58B
RGB166197139
HSL92°33.33%65.88%
HSB/HSV92°29.44%77.25%
CMYK15.74%0.00%29.44%
22.75%

Color #A6C58B in popluar number systems.

HEXA6C58B
Decimal166197139
Binary101001101100010110001011
Octal246305213

Shades and tints

Shades of #A6C58B

#A6C58B
(166,197,139)
#97B47F
(151,180,127)
#88A373
(136,163,115)
#799267
(121,146,103)
#6A815B
(106,129,91)
#5B704F
(91,112,79)
#4C5F43
(76,95,67)
#3D4E37
(61,78,55)
#2E3D2B
(46,61,43)
#1F2C1F
(31,44,31)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #A6C58B

#A6C58B
(166,197,139)
#AECA95
(174,202,149)
#B6CF9F
(182,207,159)
#BED4A9
(190,212,169)
#C6D9B3
(198,217,179)
#CEDEBD
(206,222,189)
#D6E3C7
(214,227,199)
#DEE8D1
(222,232,209)
#E6EDDB
(230,237,219)
#EEF2E5
(238,242,229)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C58B color. Also use rgb(166,197,139) instead hex code.

Text Font Color

.myTextColor { color: #A6C58B; }

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

This text font color is #A6C58B.


Background Color

.myBgColor { background-color: #A6C58B; }

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

This div background color is #A6C58B.


Border color

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

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

This div border color is #A6C58B.


Opacity

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

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

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

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

This text has shadow with #A6C58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C58B on black background.


Color preview on white background

This text has color #A6C58B on white background.



Black color preview on #A6C58B background

This text has black color on #A6C58B background.


White color preview on #A6C58B background

This text has white color on #A6C58B background.