COLOR #A6E1A8

HEX: #A6E1A8
RGB: (166,225,168)

Color info

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

RGB color model

#A6E1A8 color RGB value is (166,225,168).

  • red value is 166;
  • green value is 225;
  • blue value is 168.
RGB:
(166,225,168)
(65%,88%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 225 of 255 = 88%
B 168 of 255 = 66%

166
225
168

R + G + B ~ 73%. #A6E1A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 225 + 168 = 559 (100%)
R 166 of 559 ~ 29.7%
G 225 of 559 ~ 40.25%
B 168 of 559 ~ 30.05%

%29.7
%40.25
%30.05

CMYK color model

#A6E1A8 color CMYK value is (26,0,25,12).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 11.76%
CMYK:
(26,0,25,12)
C26M0Y25K12 
(26%,0%,25%,12%)
(0.26/0.00/0.25/0.12)	

CMYK percentages

%26.22
%0
%25.33
%11.76

Codes

Color #A6E1A8 in popluar color models

A6E1A8
RGB166225168
HSL122°49.58%76.67%
HSB/HSV122°26.22%88.24%
CMYK26.22%0.00%25.33%
11.76%

Color #A6E1A8 in popluar number systems.

HEXA6E1A8
Decimal166225168
Binary101001101110000110101000
Octal246341250

Shades and tints

Shades of #A6E1A8

#A6E1A8
(166,225,168)
#97CD99
(151,205,153)
#88B98A
(136,185,138)
#79A57B
(121,165,123)
#6A916C
(106,145,108)
#5B7D5D
(91,125,93)
#4C694E
(76,105,78)
#3D553F
(61,85,63)
#2E4130
(46,65,48)
#1F2D21
(31,45,33)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #A6E1A8

#A6E1A8
(166,225,168)
#AEE3AF
(174,227,175)
#B6E5B6
(182,229,182)
#BEE7BD
(190,231,189)
#C6E9C4
(198,233,196)
#CEEBCB
(206,235,203)
#D6EDD2
(214,237,210)
#DEEFD9
(222,239,217)
#E6F1E0
(230,241,224)
#EEF3E7
(238,243,231)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E1A8 color. Also use rgb(166,225,168) instead hex code.

Text Font Color

.myTextColor { color: #A6E1A8; }

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

This text font color is #A6E1A8.


Background Color

.myBgColor { background-color: #A6E1A8; }

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

This div background color is #A6E1A8.


Border color

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

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

This div border color is #A6E1A8.


Opacity

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

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

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

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

This text has shadow with #A6E1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E1A8 on black background.


Color preview on white background

This text has color #A6E1A8 on white background.



Black color preview on #A6E1A8 background

This text has black color on #A6E1A8 background.


White color preview on #A6E1A8 background

This text has white color on #A6E1A8 background.