COLOR #A0C080

HEX: #A0C080
RGB: (160,192,128)

Color info

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

RGB color model

#A0C080 color RGB value is (160,192,128).

  • red value is 160;
  • green value is 192;
  • blue value is 128.
RGB:
(160,192,128)
(63%,75%,50%)

RGB channels and saturation

R 160 of 255 = 63%
G 192 of 255 = 75%
B 128 of 255 = 50%

160
192
128

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

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 128 = 480 (100%)
R 160 of 480 ~ 33.33%
G 192 of 480 ~ 40%
B 128 of 480 ~ 26.67%

%33.33
%40
%26.67

CMYK color model

#A0C080 color CMYK value is (17,0,33,25).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(17,0,33,25)
C17M0Y33K25 
(17%,0%,33%,25%)
(0.17/0.00/0.33/0.25)	

CMYK percentages

%16.67
%0
%33.33
%24.71

Codes

Color #A0C080 in popluar color models

A0C080
RGB160192128
HSL90°33.68%62.75%
HSB/HSV90°33.33%75.29%
CMYK16.67%0.00%33.33%
24.71%

Color #A0C080 in popluar number systems.

HEXA0C080
Decimal160192128
Binary101000001100000010000000
Octal240300200

Shades and tints

Shades of #A0C080

#A0C080
(160,192,128)
#92AF75
(146,175,117)
#849E6A
(132,158,106)
#768D5F
(118,141,95)
#687C54
(104,124,84)
#5A6B49
(90,107,73)
#4C5A3E
(76,90,62)
#3E4933
(62,73,51)
#303828
(48,56,40)
#22271D
(34,39,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A0C080

#A0C080
(160,192,128)
#A8C58B
(168,197,139)
#B0CA96
(176,202,150)
#B8CFA1
(184,207,161)
#C0D4AC
(192,212,172)
#C8D9B7
(200,217,183)
#D0DEC2
(208,222,194)
#D8E3CD
(216,227,205)
#E0E8D8
(224,232,216)
#E8EDE3
(232,237,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C080 color. Also use rgb(160,192,128) instead hex code.

Text Font Color

.myTextColor { color: #A0C080; }

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

This text font color is #A0C080.


Background Color

.myBgColor { background-color: #A0C080; }

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

This div background color is #A0C080.


Border color

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

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

This div border color is #A0C080.


Opacity

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

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

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

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

This text has shadow with #A0C080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C080 on black background.


Color preview on white background

This text has color #A0C080 on white background.



Black color preview on #A0C080 background

This text has black color on #A0C080 background.


White color preview on #A0C080 background

This text has white color on #A0C080 background.