COLOR #A6D495

HEX: #A6D495
RGB: (166,212,149)

Color info

#A6D495 contains mainly red and green colors. Web safe color of #A6D495 is #99CC99 (or #9C9).

RGB color model

#A6D495 color RGB value is (166,212,149).

  • red value is 166;
  • green value is 212;
  • blue value is 149.
RGB:
(166,212,149)
(65%,83%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 212 of 255 = 83%
B 149 of 255 = 58%

166
212
149

R + G + B ~ 69%. #A6D495 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 212 + 149 = 527 (100%)
R 166 of 527 ~ 31.5%
G 212 of 527 ~ 40.23%
B 149 of 527 ~ 28.27%

%31.5
%40.23
%28.27

CMYK color model

#A6D495 color CMYK value is (22,0,30,17).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(22,0,30,17)
C22M0Y30K17 
(22%,0%,30%,17%)
(0.22/0.00/0.30/0.17)	

CMYK percentages

%21.7
%0
%29.72
%16.86

Codes

Color #A6D495 in popluar color models

A6D495
RGB166212149
HSL104°42.28%70.78%
HSB/HSV104°29.72%83.14%
CMYK21.70%0.00%29.72%
16.86%

Color #A6D495 in popluar number systems.

HEXA6D495
Decimal166212149
Binary101001101101010010010101
Octal246324225

Shades and tints

Shades of #A6D495

#A6D495
(166,212,149)
#97C188
(151,193,136)
#88AE7B
(136,174,123)
#799B6E
(121,155,110)
#6A8861
(106,136,97)
#5B7554
(91,117,84)
#4C6247
(76,98,71)
#3D4F3A
(61,79,58)
#2E3C2D
(46,60,45)
#1F2920
(31,41,32)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A6D495

#A6D495
(166,212,149)
#AED79E
(174,215,158)
#B6DAA7
(182,218,167)
#BEDDB0
(190,221,176)
#C6E0B9
(198,224,185)
#CEE3C2
(206,227,194)
#D6E6CB
(214,230,203)
#DEE9D4
(222,233,212)
#E6ECDD
(230,236,221)
#EEEFE6
(238,239,230)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D495 color. Also use rgb(166,212,149) instead hex code.

Text Font Color

.myTextColor { color: #A6D495; }

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

This text font color is #A6D495.


Background Color

.myBgColor { background-color: #A6D495; }

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

This div background color is #A6D495.


Border color

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

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

This div border color is #A6D495.


Opacity

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

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

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

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

This text has shadow with #A6D495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D495 on black background.


Color preview on white background

This text has color #A6D495 on white background.



Black color preview on #A6D495 background

This text has black color on #A6D495 background.


White color preview on #A6D495 background

This text has white color on #A6D495 background.