COLOR #A6CF96

HEX: #A6CF96
RGB: (166,207,150)

Color info

#A6CF96 contains red, green and blue colors in about the same proportion. Web safe color of #A6CF96 is #99CC99 (or #9C9).

RGB color model

#A6CF96 color RGB value is (166,207,150).

  • red value is 166;
  • green value is 207;
  • blue value is 150.
RGB:
(166,207,150)
(65%,81%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 150 of 255 = 59%

166
207
150

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

Portions of RGB colors in percentages

R + G + B =
166 + 207 + 150 = 523 (100%)
R 166 of 523 ~ 31.74%
G 207 of 523 ~ 39.58%
B 150 of 523 ~ 28.68%

%31.74
%39.58
%28.68

CMYK color model

#A6CF96 color CMYK value is (20,0,28,19).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(20,0,28,19)
C20M0Y28K19 
(20%,0%,28%,19%)
(0.20/0.00/0.28/0.19)	

CMYK percentages

%19.81
%0
%27.54
%18.82

Codes

Color #A6CF96 in popluar color models

A6CF96
RGB166207150
HSL103°37.25%70.00%
HSB/HSV103°27.54%81.18%
CMYK19.81%0.00%27.54%
18.82%

Color #A6CF96 in popluar number systems.

HEXA6CF96
Decimal166207150
Binary101001101100111110010110
Octal246317226

Shades and tints

Shades of #A6CF96

#A6CF96
(166,207,150)
#97BD89
(151,189,137)
#88AB7C
(136,171,124)
#79996F
(121,153,111)
#6A8762
(106,135,98)
#5B7555
(91,117,85)
#4C6348
(76,99,72)
#3D513B
(61,81,59)
#2E3F2E
(46,63,46)
#1F2D21
(31,45,33)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #A6CF96

#A6CF96
(166,207,150)
#AED39F
(174,211,159)
#B6D7A8
(182,215,168)
#BEDBB1
(190,219,177)
#C6DFBA
(198,223,186)
#CEE3C3
(206,227,195)
#D6E7CC
(214,231,204)
#DEEBD5
(222,235,213)
#E6EFDE
(230,239,222)
#EEF3E7
(238,243,231)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CF96 color. Also use rgb(166,207,150) instead hex code.

Text Font Color

.myTextColor { color: #A6CF96; }

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

This text font color is #A6CF96.


Background Color

.myBgColor { background-color: #A6CF96; }

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

This div background color is #A6CF96.


Border color

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

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

This div border color is #A6CF96.


Opacity

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

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

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

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

This text has shadow with #A6CF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CF96 on black background.


Color preview on white background

This text has color #A6CF96 on white background.



Black color preview on #A6CF96 background

This text has black color on #A6CF96 background.


White color preview on #A6CF96 background

This text has white color on #A6CF96 background.