COLOR #A6D58A

HEX: #A6D58A
RGB: (166,213,138)

Color info

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

RGB color model

#A6D58A color RGB value is (166,213,138).

  • red value is 166;
  • green value is 213;
  • blue value is 138.
RGB:
(166,213,138)
(65%,84%,54%)

RGB channels and saturation

R 166 of 255 = 65%
G 213 of 255 = 84%
B 138 of 255 = 54%

166
213
138

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

Portions of RGB colors in percentages

R + G + B =
166 + 213 + 138 = 517 (100%)
R 166 of 517 ~ 32.11%
G 213 of 517 ~ 41.2%
B 138 of 517 ~ 26.69%

%32.11
%41.2
%26.69

CMYK color model

#A6D58A color CMYK value is (22,0,35,16).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 16.47%
CMYK:
(22,0,35,16)
C22M0Y35K16 
(22%,0%,35%,16%)
(0.22/0.00/0.35/0.16)	

CMYK percentages

%22.07
%0
%35.21
%16.47

Codes

Color #A6D58A in popluar color models

A6D58A
RGB166213138
HSL98°47.17%68.82%
HSB/HSV98°35.21%83.53%
CMYK22.07%0.00%35.21%
16.47%

Color #A6D58A in popluar number systems.

HEXA6D58A
Decimal166213138
Binary101001101101010110001010
Octal246325212

Shades and tints

Shades of #A6D58A

#A6D58A
(166,213,138)
#97C27E
(151,194,126)
#88AF72
(136,175,114)
#799C66
(121,156,102)
#6A895A
(106,137,90)
#5B764E
(91,118,78)
#4C6342
(76,99,66)
#3D5036
(61,80,54)
#2E3D2A
(46,61,42)
#1F2A1E
(31,42,30)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #A6D58A

#A6D58A
(166,213,138)
#AED894
(174,216,148)
#B6DB9E
(182,219,158)
#BEDEA8
(190,222,168)
#C6E1B2
(198,225,178)
#CEE4BC
(206,228,188)
#D6E7C6
(214,231,198)
#DEEAD0
(222,234,208)
#E6EDDA
(230,237,218)
#EEF0E4
(238,240,228)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D58A color. Also use rgb(166,213,138) instead hex code.

Text Font Color

.myTextColor { color: #A6D58A; }

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

This text font color is #A6D58A.


Background Color

.myBgColor { background-color: #A6D58A; }

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

This div background color is #A6D58A.


Border color

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

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

This div border color is #A6D58A.


Opacity

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

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

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

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

This text has shadow with #A6D58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D58A on black background.


Color preview on white background

This text has color #A6D58A on white background.



Black color preview on #A6D58A background

This text has black color on #A6D58A background.


White color preview on #A6D58A background

This text has white color on #A6D58A background.