COLOR #A6F0A8

HEX: #A6F0A8
RGB: (166,240,168)

Color info

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

RGB color model

#A6F0A8 color RGB value is (166,240,168).

  • red value is 166;
  • green value is 240;
  • blue value is 168.
RGB:
(166,240,168)
(65%,94%,66%)

RGB channels and saturation

R 166 of 255 = 65%
G 240 of 255 = 94%
B 168 of 255 = 66%

166
240
168

R + G + B ~ 75%. #A6F0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 240 + 168 = 574 (100%)
R 166 of 574 ~ 28.92%
G 240 of 574 ~ 41.81%
B 168 of 574 ~ 29.27%

%28.92
%41.81
%29.27

CMYK color model

#A6F0A8 color CMYK value is (31,0,30,6).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 5.88%
CMYK:
(31,0,30,6)
C31M0Y30K6 
(31%,0%,30%,6%)
(0.31/0.00/0.30/0.06)	

CMYK percentages

%30.83
%0
%30
%5.88

Codes

Color #A6F0A8 in popluar color models

A6F0A8
RGB166240168
HSL122°71.15%79.61%
HSB/HSV122°30.83%94.12%
CMYK30.83%0.00%30.00%
5.88%

Color #A6F0A8 in popluar number systems.

HEXA6F0A8
Decimal166240168
Binary101001101111000010101000
Octal246360250

Shades and tints

Shades of #A6F0A8

#A6F0A8
(166,240,168)
#97DB99
(151,219,153)
#88C68A
(136,198,138)
#79B17B
(121,177,123)
#6A9C6C
(106,156,108)
#5B875D
(91,135,93)
#4C724E
(76,114,78)
#3D5D3F
(61,93,63)
#2E4830
(46,72,48)
#1F3321
(31,51,33)
#101E12
(16,30,18)
#000000
(0,0,0)

Tints of #A6F0A8

#A6F0A8
(166,240,168)
#AEF1AF
(174,241,175)
#B6F2B6
(182,242,182)
#BEF3BD
(190,243,189)
#C6F4C4
(198,244,196)
#CEF5CB
(206,245,203)
#D6F6D2
(214,246,210)
#DEF7D9
(222,247,217)
#E6F8E0
(230,248,224)
#EEF9E7
(238,249,231)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F0A8 color. Also use rgb(166,240,168) instead hex code.

Text Font Color

.myTextColor { color: #A6F0A8; }

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

This text font color is #A6F0A8.


Background Color

.myBgColor { background-color: #A6F0A8; }

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

This div background color is #A6F0A8.


Border color

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

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

This div border color is #A6F0A8.


Opacity

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

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

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

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

This text has shadow with #A6F0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F0A8 on black background.


Color preview on white background

This text has color #A6F0A8 on white background.



Black color preview on #A6F0A8 background

This text has black color on #A6F0A8 background.


White color preview on #A6F0A8 background

This text has white color on #A6F0A8 background.