COLOR #A6D599

HEX: #A6D599
RGB: (166,213,153)

Color info

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

RGB color model

#A6D599 color RGB value is (166,213,153).

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

RGB channels and saturation

R 166 of 255 = 65%
G 213 of 255 = 84%
B 153 of 255 = 60%

166
213
153

R + G + B ~ 70%. #A6D599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 213 + 153 = 532 (100%)
R 166 of 532 ~ 31.2%
G 213 of 532 ~ 40.04%
B 153 of 532 ~ 28.76%

%31.2
%40.04
%28.76

CMYK color model

#A6D599 color CMYK value is (22,0,28,16).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 16.47%
CMYK:
(22,0,28,16)
C22M0Y28K16 
(22%,0%,28%,16%)
(0.22/0.00/0.28/0.16)	

CMYK percentages

%22.07
%0
%28.17
%16.47

Codes

Color #A6D599 in popluar color models

A6D599
RGB166213153
HSL107°41.67%71.76%
HSB/HSV107°28.17%83.53%
CMYK22.07%0.00%28.17%
16.47%

Color #A6D599 in popluar number systems.

HEXA6D599
Decimal166213153
Binary101001101101010110011001
Octal246325231

Shades and tints

Shades of #A6D599

#A6D599
(166,213,153)
#97C28C
(151,194,140)
#88AF7F
(136,175,127)
#799C72
(121,156,114)
#6A8965
(106,137,101)
#5B7658
(91,118,88)
#4C634B
(76,99,75)
#3D503E
(61,80,62)
#2E3D31
(46,61,49)
#1F2A24
(31,42,36)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #A6D599

#A6D599
(166,213,153)
#AED8A2
(174,216,162)
#B6DBAB
(182,219,171)
#BEDEB4
(190,222,180)
#C6E1BD
(198,225,189)
#CEE4C6
(206,228,198)
#D6E7CF
(214,231,207)
#DEEAD8
(222,234,216)
#E6EDE1
(230,237,225)
#EEF0EA
(238,240,234)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D599; }

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

This text font color is #A6D599.


Background Color

.myBgColor { background-color: #A6D599; }

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

This div background color is #A6D599.


Border color

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

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

This div border color is #A6D599.


Opacity

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

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

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

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

This text has shadow with #A6D599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D599 on black background.


Color preview on white background

This text has color #A6D599 on white background.



Black color preview on #A6D599 background

This text has black color on #A6D599 background.


White color preview on #A6D599 background

This text has white color on #A6D599 background.