COLOR #A6E699

HEX: #A6E699 RGB: (166,230,153)

Color info

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

RGB color model

#A6E699 color RGB value is (166,230,153).

RGB: (166,230,153) (65%, 90%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 230 of 255 = 90%
B 153 of 255 = 60%

166
230
153

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

Portions of RGB colors in percentages

R + G + B = 166 + 230 + 153 = 549 (100%)
R 166 of 549 ~ 30.24%
G 230 of 549 ~ 41.89%
B 153 of 549 ~ 27.87'%

%30.24
%41.89
%27.87

CMYK color model

#A6E699 color CMYK value is (28,0,33,10).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 9.80%

CMYK: (28,0,33,10)
C28M0Y33K10 (28%, 0%, 33%, 10%)
(0.28 / 0.00 / 0.33 / 0.10)

CMYK percentages

%27.83
%0
%33.48
%9.8

Codes

Color #A6E699 in popluar color models

A6 E6 99
RGB 166 230 153
HSL 110° 60.63% 75.10%
HSB/HSV 110° 33.48% 90.20%
CMYK 27.83% 0.00% 33.48%
9.80%

Color #A6E699 in popluar number systems.

HEX A6 E6 99
Decimal 166 230 153
Binary 10100110 11100110 10011001
Octal 246 346 231

Shades and tints

Shades of #A6E699

#A6E699
(166,230,153)
#97D28C
(151,210,140)
#88BE7F
(136,190,127)
#79AA72
(121,170,114)
#6A9665
(106,150,101)
#5B8258
(91,130,88)
#4C6E4B
(76,110,75)
#3D5A3E
(61,90,62)
#2E4631
(46,70,49)
#1F3224
(31,50,36)
#101E17
(16,30,23)
#000000
(0,0,0)

Tints of #A6E699

#A6E699
(166,230,153)
#AEE8A2
(174,232,162)
#B6EAAB
(182,234,171)
#BEECB4
(190,236,180)
#C6EEBD
(198,238,189)
#CEF0C6
(206,240,198)
#D6F2CF
(214,242,207)
#DEF4D8
(222,244,216)
#E6F6E1
(230,246,225)
#EEF8EA
(238,248,234)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E699; }

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

This text font color is #A6E699.

Background Color

.myBgColor { background-color: #A6E699; }

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

This div background color is #A6E699.

Border color

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

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

This div border color is #A6E699.

Opacity

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

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

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

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

This text has shadow with #A6E699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E699.

Preview

Color preview on black background

This text has color #A6E699 on black background.


Color preview on white background

This text has color #A6E699 on white background.


Black color preview on #A6E699 background

This text has black color on #A6E699 background.


White color preview on #A6E699 background

This text has white color on #A6E699 background.


Related colors

Complementary color

Complementary color for #hex is #591966.


I love getcolorcode.com

Triadic colors

1 #99A6E6 and #E699A6 with #A6E699 are triadic colors.

2 #99E6A6 and #E6A699 with #A6E699 are triadic colors.