COLOR #A0CC76

HEX: #A0CC76 RGB: (160,204,118)

Color info

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

RGB color model

#A0CC76 color RGB value is (160,204,118).

RGB: (160,204,118) (63%, 80%, 46%)

RGB channels and saturation

R 160 of 255 = 63%
G 204 of 255 = 80%
B 118 of 255 = 46%

160
204
118

R + G + B ~ 63%. #A0CC76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 204 + 118 = 482 (100%)
R 160 of 482 ~ 33.2%
G 204 of 482 ~ 42.32%
B 118 of 482 ~ 24.48'%

%33.2
%42.32
%24.48

CMYK color model

#A0CC76 color CMYK value is (22,0,42,20).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 20.00%

CMYK: (22,0,42,20)
C22M0Y42K20 (22%, 0%, 42%, 20%)
(0.22 / 0.00 / 0.42 / 0.20)

CMYK percentages

%21.57
%0
%42.16
%20

Codes

Color #A0CC76 in popluar color models

A0 CC 76
RGB 160 204 118
HSL 91° 45.74% 63.14%
HSB/HSV 91° 42.16% 80.00%
CMYK 21.57% 0.00% 42.16%
20.00%

Color #A0CC76 in popluar number systems.

HEX A0 CC 76
Decimal 160 204 118
Binary 10100000 11001100 1110110
Octal 240 314 166

Shades and tints

Shades of #A0CC76

#A0CC76
(160,204,118)
#92BA6C
(146,186,108)
#84A862
(132,168,98)
#769658
(118,150,88)
#68844E
(104,132,78)
#5A7244
(90,114,68)
#4C603A
(76,96,58)
#3E4E30
(62,78,48)
#303C26
(48,60,38)
#222A1C
(34,42,28)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #A0CC76

#A0CC76
(160,204,118)
#A8D082
(168,208,130)
#B0D48E
(176,212,142)
#B8D89A
(184,216,154)
#C0DCA6
(192,220,166)
#C8E0B2
(200,224,178)
#D0E4BE
(208,228,190)
#D8E8CA
(216,232,202)
#E0ECD6
(224,236,214)
#E8F0E2
(232,240,226)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CC76 color. Also use rgb(160,204,118) instead hex code.

Text Font Color

.myTextColor { color: #A0CC76; }

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

This text font color is #A0CC76.

Background Color

.myBgColor { background-color: #A0CC76; }

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

This div background color is #A0CC76.

Border color

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

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

This div border color is #A0CC76.

Opacity

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

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

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

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

This text has shadow with #A0CC76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0CC76.

Preview

Color preview on black background

This text has color #A0CC76 on black background.


Color preview on white background

This text has color #A0CC76 on white background.


Black color preview on #A0CC76 background

This text has black color on #A0CC76 background.


White color preview on #A0CC76 background

This text has white color on #A0CC76 background.


Related colors

Complementary color

Complementary color for #hex is #5F3389.


I love getcolorcode.com

Triadic colors

1 #76A0CC and #CC76A0 with #A0CC76 are triadic colors.

2 #76CCA0 and #CCA076 with #A0CC76 are triadic colors.