COLOR #A6CF91

HEX: #A6CF91 RGB: (166,207,145)

Color info

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

RGB color model

#A6CF91 color RGB value is (166,207,145).

RGB: (166,207,145) (65%, 81%, 57%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 145 of 255 = 57%

166
207
145

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

Portions of RGB colors in percentages

R + G + B = 166 + 207 + 145 = 518 (100%)
R 166 of 518 ~ 32.05%
G 207 of 518 ~ 39.96%
B 145 of 518 ~ 27.99'%

%32.05
%39.96
%27.99

CMYK color model

#A6CF91 color CMYK value is (20,0,30,19).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 18.82%

CMYK: (20,0,30,19)
C20M0Y30K19 (20%, 0%, 30%, 19%)
(0.20 / 0.00 / 0.30 / 0.19)

CMYK percentages

%19.81
%0
%29.95
%18.82

Codes

Color #A6CF91 in popluar color models

A6 CF 91
RGB 166 207 145
HSL 100° 39.24% 69.02%
HSB/HSV 100° 29.95% 81.18%
CMYK 19.81% 0.00% 29.95%
18.82%

Color #A6CF91 in popluar number systems.

HEX A6 CF 91
Decimal 166 207 145
Binary 10100110 11001111 10010001
Octal 246 317 221

Shades and tints

Shades of #A6CF91

#A6CF91
(166,207,145)
#97BD84
(151,189,132)
#88AB77
(136,171,119)
#79996A
(121,153,106)
#6A875D
(106,135,93)
#5B7550
(91,117,80)
#4C6343
(76,99,67)
#3D5136
(61,81,54)
#2E3F29
(46,63,41)
#1F2D1C
(31,45,28)
#101B0F
(16,27,15)
#000000
(0,0,0)

Tints of #A6CF91

#A6CF91
(166,207,145)
#AED39B
(174,211,155)
#B6D7A5
(182,215,165)
#BEDBAF
(190,219,175)
#C6DFB9
(198,223,185)
#CEE3C3
(206,227,195)
#D6E7CD
(214,231,205)
#DEEBD7
(222,235,215)
#E6EFE1
(230,239,225)
#EEF3EB
(238,243,235)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CF91; }

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

This text font color is #A6CF91.

Background Color

.myBgColor { background-color: #A6CF91; }

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

This div background color is #A6CF91.

Border color

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

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

This div border color is #A6CF91.

Opacity

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

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

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

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

This text has shadow with #A6CF91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CF91.

Preview

Color preview on black background

This text has color #A6CF91 on black background.


Color preview on white background

This text has color #A6CF91 on white background.


Black color preview on #A6CF91 background

This text has black color on #A6CF91 background.


White color preview on #A6CF91 background

This text has white color on #A6CF91 background.


Related colors

Complementary color

Complementary color for #hex is #59306E.


I love getcolorcode.com

Triadic colors

1 #91A6CF and #CF91A6 with #A6CF91 are triadic colors.

2 #91CFA6 and #CFA691 with #A6CF91 are triadic colors.