COLOR #A6D989

HEX: #A6D989
RGB: (166,217,137)

Color info

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

RGB color model

#A6D989 color RGB value is (166,217,137).

  • red value is 166;
  • green value is 217;
  • blue value is 137.
RGB:
(166,217,137)
(65%,85%,54%)

RGB channels and saturation

R 166 of 255 = 65%
G 217 of 255 = 85%
B 137 of 255 = 54%

166
217
137

R + G + B ~ 68%. #A6D989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 217 + 137 = 520 (100%)
R 166 of 520 ~ 31.92%
G 217 of 520 ~ 41.73%
B 137 of 520 ~ 26.35%

%31.92
%41.73
%26.35

CMYK color model

#A6D989 color CMYK value is (24,0,37,15).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 14.90%
CMYK:
(24,0,37,15)
C24M0Y37K15 
(24%,0%,37%,15%)
(0.24/0.00/0.37/0.15)	

CMYK percentages

%23.5
%0
%36.87
%14.9

Codes

Color #A6D989 in popluar color models

A6D989
RGB166217137
HSL98°51.28%69.41%
HSB/HSV98°36.87%85.10%
CMYK23.50%0.00%36.87%
14.90%

Color #A6D989 in popluar number systems.

HEXA6D989
Decimal166217137
Binary101001101101100110001001
Octal246331211

Shades and tints

Shades of #A6D989

#A6D989
(166,217,137)
#97C67D
(151,198,125)
#88B371
(136,179,113)
#79A065
(121,160,101)
#6A8D59
(106,141,89)
#5B7A4D
(91,122,77)
#4C6741
(76,103,65)
#3D5435
(61,84,53)
#2E4129
(46,65,41)
#1F2E1D
(31,46,29)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #A6D989

#A6D989
(166,217,137)
#AEDC93
(174,220,147)
#B6DF9D
(182,223,157)
#BEE2A7
(190,226,167)
#C6E5B1
(198,229,177)
#CEE8BB
(206,232,187)
#D6EBC5
(214,235,197)
#DEEECF
(222,238,207)
#E6F1D9
(230,241,217)
#EEF4E3
(238,244,227)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D989 color. Also use rgb(166,217,137) instead hex code.

Text Font Color

.myTextColor { color: #A6D989; }

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

This text font color is #A6D989.


Background Color

.myBgColor { background-color: #A6D989; }

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

This div background color is #A6D989.


Border color

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

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

This div border color is #A6D989.


Opacity

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

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

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

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

This text has shadow with #A6D989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D989 on black background.


Color preview on white background

This text has color #A6D989 on white background.



Black color preview on #A6D989 background

This text has black color on #A6D989 background.


White color preview on #A6D989 background

This text has white color on #A6D989 background.