COLOR #A6E591

HEX: #A6E591
RGB: (166,229,145)

Color info

#A6E591 contains mainly green color. Web safe color of #A6E591 is #99CC99 (or #9C9).

RGB color model

#A6E591 color RGB value is (166,229,145).

  • red value is 166;
  • green value is 229;
  • blue value is 145.
RGB:
(166,229,145)
(65%,90%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 229 of 255 = 90%
B 145 of 255 = 57%

166
229
145

R + G + B ~ 71%. #A6E591 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 229 + 145 = 540 (100%)
R 166 of 540 ~ 30.74%
G 229 of 540 ~ 42.41%
B 145 of 540 ~ 26.85%

%30.74
%42.41
%26.85

CMYK color model

#A6E591 color CMYK value is (28,0,37,10).

  • cyan value is 27.51%
  • magenta value is 0.00%
  • yellow value is 36.68%
  • key color value is 10.20%
CMYK:
(28,0,37,10)
C28M0Y37K10 
(28%,0%,37%,10%)
(0.28/0.00/0.37/0.10)	

CMYK percentages

%27.51
%0
%36.68
%10.2

Codes

Color #A6E591 in popluar color models

A6E591
RGB166229145
HSL105°61.76%73.33%
HSB/HSV105°36.68%89.80%
CMYK27.51%0.00%36.68%
10.20%

Color #A6E591 in popluar number systems.

HEXA6E591
Decimal166229145
Binary101001101110010110010001
Octal246345221

Shades and tints

Shades of #A6E591

#A6E591
(166,229,145)
#97D184
(151,209,132)
#88BD77
(136,189,119)
#79A96A
(121,169,106)
#6A955D
(106,149,93)
#5B8150
(91,129,80)
#4C6D43
(76,109,67)
#3D5936
(61,89,54)
#2E4529
(46,69,41)
#1F311C
(31,49,28)
#101D0F
(16,29,15)
#000000
(0,0,0)

Tints of #A6E591

#A6E591
(166,229,145)
#AEE79B
(174,231,155)
#B6E9A5
(182,233,165)
#BEEBAF
(190,235,175)
#C6EDB9
(198,237,185)
#CEEFC3
(206,239,195)
#D6F1CD
(214,241,205)
#DEF3D7
(222,243,215)
#E6F5E1
(230,245,225)
#EEF7EB
(238,247,235)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E591 color. Also use rgb(166,229,145) instead hex code.

Text Font Color

.myTextColor { color: #A6E591; }

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

This text font color is #A6E591.


Background Color

.myBgColor { background-color: #A6E591; }

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

This div background color is #A6E591.


Border color

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

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

This div border color is #A6E591.


Opacity

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

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

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

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

This text has shadow with #A6E591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E591 on black background.


Color preview on white background

This text has color #A6E591 on white background.



Black color preview on #A6E591 background

This text has black color on #A6E591 background.


White color preview on #A6E591 background

This text has white color on #A6E591 background.