COLOR #A6CF5C

HEX: #A6CF5C RGB: (166,207,92)

Color info

#A6CF5C contains mainly red and green colors. Web safe color of #A6CF5C is #99CC66 (or #9C6).

RGB color model

#A6CF5C color RGB value is (166,207,92).

RGB: (166,207,92) (65%, 81%, 36%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 92 of 255 = 36%

166
207
92

R + G + B ~ 61%. #A6CF5C is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 207 + 92 = 465 (100%)
R 166 of 465 ~ 35.7%
G 207 of 465 ~ 44.52%
B 92 of 465 ~ 19.78'%

%35.7
%44.52
%19.78

CMYK color model

#A6CF5C color CMYK value is (20,0,56,19).

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

CMYK: (20,0,56,19)
C20M0Y56K19 (20%, 0%, 56%, 19%)
(0.20 / 0.00 / 0.56 / 0.19)

CMYK percentages

%19.81
%0
%55.56
%18.82

Codes

Color #A6CF5C in popluar color models

A6 CF 5C
RGB 166 207 92
HSL 81° 54.50% 58.63%
HSB/HSV 81° 55.56% 81.18%
CMYK 19.81% 0.00% 55.56%
18.82%

Color #A6CF5C in popluar number systems.

HEX A6 CF 5C
Decimal 166 207 92
Binary 10100110 11001111 1011100
Octal 246 317 134

Shades and tints

Shades of #A6CF5C

#A6CF5C
(166,207,92)
#97BD54
(151,189,84)
#88AB4C
(136,171,76)
#799944
(121,153,68)
#6A873C
(106,135,60)
#5B7534
(91,117,52)
#4C632C
(76,99,44)
#3D5124
(61,81,36)
#2E3F1C
(46,63,28)
#1F2D14
(31,45,20)
#101B0C
(16,27,12)
#000000
(0,0,0)

Tints of #A6CF5C

#A6CF5C
(166,207,92)
#AED36A
(174,211,106)
#B6D778
(182,215,120)
#BEDB86
(190,219,134)
#C6DF94
(198,223,148)
#CEE3A2
(206,227,162)
#D6E7B0
(214,231,176)
#DEEBBE
(222,235,190)
#E6EFCC
(230,239,204)
#EEF3DA
(238,243,218)
#F6F7E8
(246,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CF5C; }

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

This text font color is #A6CF5C.

Background Color

.myBgColor { background-color: #A6CF5C; }

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

This div background color is #A6CF5C.

Border color

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

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

This div border color is #A6CF5C.

Opacity

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

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

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

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

This text has shadow with #A6CF5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CF5C.

Preview

Color preview on black background

This text has color #A6CF5C on black background.


Color preview on white background

This text has color #A6CF5C on white background.


Black color preview on #A6CF5C background

This text has black color on #A6CF5C background.


White color preview on #A6CF5C background

This text has white color on #A6CF5C background.


Related colors

Complementary color

Complementary color for #hex is #5930A3.


I love getcolorcode.com

Triadic colors

1 #5CA6CF and #CF5CA6 with #A6CF5C are triadic colors.

2 #5CCFA6 and #CFA65C with #A6CF5C are triadic colors.