COLOR #A6CF77

HEX: #A6CF77 RGB: (166,207,119)

Color info

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

RGB color model

#A6CF77 color RGB value is (166,207,119).

RGB: (166,207,119) (65%, 81%, 47%)

RGB channels and saturation

R 166 of 255 = 65%
G 207 of 255 = 81%
B 119 of 255 = 47%

166
207
119

R + G + B ~ 64%. #A6CF77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 207 + 119 = 492 (100%)
R 166 of 492 ~ 33.74%
G 207 of 492 ~ 42.07%
B 119 of 492 ~ 24.19'%

%33.74
%42.07
%24.19

CMYK color model

#A6CF77 color CMYK value is (20,0,43,19).

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

CMYK: (20,0,43,19)
C20M0Y43K19 (20%, 0%, 43%, 19%)
(0.20 / 0.00 / 0.43 / 0.19)

CMYK percentages

%19.81
%0
%42.51
%18.82

Codes

Color #A6CF77 in popluar color models

A6 CF 77
RGB 166 207 119
HSL 88° 47.83% 63.92%
HSB/HSV 88° 42.51% 81.18%
CMYK 19.81% 0.00% 42.51%
18.82%

Color #A6CF77 in popluar number systems.

HEX A6 CF 77
Decimal 166 207 119
Binary 10100110 11001111 1110111
Octal 246 317 167

Shades and tints

Shades of #A6CF77

#A6CF77
(166,207,119)
#97BD6D
(151,189,109)
#88AB63
(136,171,99)
#799959
(121,153,89)
#6A874F
(106,135,79)
#5B7545
(91,117,69)
#4C633B
(76,99,59)
#3D5131
(61,81,49)
#2E3F27
(46,63,39)
#1F2D1D
(31,45,29)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #A6CF77

#A6CF77
(166,207,119)
#AED383
(174,211,131)
#B6D78F
(182,215,143)
#BEDB9B
(190,219,155)
#C6DFA7
(198,223,167)
#CEE3B3
(206,227,179)
#D6E7BF
(214,231,191)
#DEEBCB
(222,235,203)
#E6EFD7
(230,239,215)
#EEF3E3
(238,243,227)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CF77; }

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

This text font color is #A6CF77.

Background Color

.myBgColor { background-color: #A6CF77; }

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

This div background color is #A6CF77.

Border color

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

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

This div border color is #A6CF77.

Opacity

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

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

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

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

This text has shadow with #A6CF77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CF77.

Preview

Color preview on black background

This text has color #A6CF77 on black background.


Color preview on white background

This text has color #A6CF77 on white background.


Black color preview on #A6CF77 background

This text has black color on #A6CF77 background.


White color preview on #A6CF77 background

This text has white color on #A6CF77 background.


Related colors

Complementary color

Complementary color for #hex is #593088.


I love getcolorcode.com

Triadic colors

1 #77A6CF and #CF77A6 with #A6CF77 are triadic colors.

2 #77CFA6 and #CFA677 with #A6CF77 are triadic colors.