COLOR #A6C594

HEX: #A6C594
RGB: (166,197,148)

Color info

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

RGB color model

#A6C594 color RGB value is (166,197,148).

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

RGB channels and saturation

R 166 of 255 = 65%
G 197 of 255 = 77%
B 148 of 255 = 58%

166
197
148

R + G + B ~ 67%. #A6C594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 197 + 148 = 511 (100%)
R 166 of 511 ~ 32.49%
G 197 of 511 ~ 38.55%
B 148 of 511 ~ 28.96%

%32.49
%38.55
%28.96

CMYK color model

#A6C594 color CMYK value is (16,0,25,23).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 24.87%
  • key color value is 22.75%
CMYK:
(16,0,25,23)
C16M0Y25K23 
(16%,0%,25%,23%)
(0.16/0.00/0.25/0.23)	

CMYK percentages

%15.74
%0
%24.87
%22.75

Codes

Color #A6C594 in popluar color models

A6C594
RGB166197148
HSL98°29.70%67.65%
HSB/HSV98°24.87%77.25%
CMYK15.74%0.00%24.87%
22.75%

Color #A6C594 in popluar number systems.

HEXA6C594
Decimal166197148
Binary101001101100010110010100
Octal246305224

Shades and tints

Shades of #A6C594

#A6C594
(166,197,148)
#97B487
(151,180,135)
#88A37A
(136,163,122)
#79926D
(121,146,109)
#6A8160
(106,129,96)
#5B7053
(91,112,83)
#4C5F46
(76,95,70)
#3D4E39
(61,78,57)
#2E3D2C
(46,61,44)
#1F2C1F
(31,44,31)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #A6C594

#A6C594
(166,197,148)
#AECA9D
(174,202,157)
#B6CFA6
(182,207,166)
#BED4AF
(190,212,175)
#C6D9B8
(198,217,184)
#CEDEC1
(206,222,193)
#D6E3CA
(214,227,202)
#DEE8D3
(222,232,211)
#E6EDDC
(230,237,220)
#EEF2E5
(238,242,229)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C594; }

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

This text font color is #A6C594.


Background Color

.myBgColor { background-color: #A6C594; }

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

This div background color is #A6C594.


Border color

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

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

This div border color is #A6C594.


Opacity

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

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

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

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

This text has shadow with #A6C594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C594 on black background.


Color preview on white background

This text has color #A6C594 on white background.



Black color preview on #A6C594 background

This text has black color on #A6C594 background.


White color preview on #A6C594 background

This text has white color on #A6C594 background.