COLOR #A6E89B

HEX: #A6E89B RGB: (166,232,155)

Color info

#A6E89B contains mainly green color. Web safe color of #A6E89B is #99FF99 (or #9F9).

RGB color model

#A6E89B color RGB value is (166,232,155).

RGB: (166,232,155) (65%, 91%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 232 of 255 = 91%
B 155 of 255 = 61%

166
232
155

R + G + B ~ 72%. #A6E89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 232 + 155 = 553 (100%)
R 166 of 553 ~ 30.02%
G 232 of 553 ~ 41.95%
B 155 of 553 ~ 28.03'%

%30.02
%41.95
%28.03

CMYK color model

#A6E89B color CMYK value is (28,0,33,9).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 9.02%

CMYK: (28,0,33,9)
C28M0Y33K9 (28%, 0%, 33%, 9%)
(0.28 / 0.00 / 0.33 / 0.09)

CMYK percentages

%28.45
%0
%33.19
%9.02

Codes

Color #A6E89B in popluar color models

A6 E8 9B
RGB 166 232 155
HSL 111° 62.60% 75.88%
HSB/HSV 111° 33.19% 90.98%
CMYK 28.45% 0.00% 33.19%
9.02%

Color #A6E89B in popluar number systems.

HEX A6 E8 9B
Decimal 166 232 155
Binary 10100110 11101000 10011011
Octal 246 350 233

Shades and tints

Shades of #A6E89B

#A6E89B
(166,232,155)
#97D38D
(151,211,141)
#88BE7F
(136,190,127)
#79A971
(121,169,113)
#6A9463
(106,148,99)
#5B7F55
(91,127,85)
#4C6A47
(76,106,71)
#3D5539
(61,85,57)
#2E402B
(46,64,43)
#1F2B1D
(31,43,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #A6E89B

#A6E89B
(166,232,155)
#AEEAA4
(174,234,164)
#B6ECAD
(182,236,173)
#BEEEB6
(190,238,182)
#C6F0BF
(198,240,191)
#CEF2C8
(206,242,200)
#D6F4D1
(214,244,209)
#DEF6DA
(222,246,218)
#E6F8E3
(230,248,227)
#EEFAEC
(238,250,236)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E89B color. Also use rgb(166,232,155) instead hex code.

Text Font Color

.myTextColor { color: #A6E89B; }

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

This text font color is #A6E89B.

Background Color

.myBgColor { background-color: #A6E89B; }

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

This div background color is #A6E89B.

Border color

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

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

This div border color is #A6E89B.

Opacity

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

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

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

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

This text has shadow with #A6E89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E89B.

Preview

Color preview on black background

This text has color #A6E89B on black background.


Color preview on white background

This text has color #A6E89B on white background.


Black color preview on #A6E89B background

This text has black color on #A6E89B background.


White color preview on #A6E89B background

This text has white color on #A6E89B background.


Related colors

Complementary color

Complementary color for #hex is #591764.


I love getcolorcode.com

Triadic colors

1 #9BA6E8 and #E89BA6 with #A6E89B are triadic colors.

2 #9BE8A6 and #E8A69B with #A6E89B are triadic colors.