COLOR #A0C7A0

HEX: #A0C7A0
RGB: (160,199,160)

Color info

#A0C7A0 contains red, green and blue colors in about the same proportion. Web safe color of #A0C7A0 is #99CC99 (or #9C9).

RGB color model

#A0C7A0 color RGB value is (160,199,160).

  • red value is 160;
  • green value is 199;
  • blue value is 160.
RGB:
(160,199,160)
(63%,78%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 160 of 255 = 63%

160
199
160

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

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 160 = 519 (100%)
R 160 of 519 ~ 30.83%
G 199 of 519 ~ 38.34%
B 160 of 519 ~ 30.83%

%30.83
%38.34
%30.83

CMYK color model

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

  • cyan value is 19.60%
  • magenta value is 0.00%
  • yellow value is 19.60%
  • key color value is 21.96%
CMYK:
(20,0,20,22)
C20M0Y20K22 
(20%,0%,20%,22%)
(0.20/0.00/0.20/0.22)	

CMYK percentages

%19.6
%0
%19.6
%21.96

Codes

Color #A0C7A0 in popluar color models

A0C7A0
RGB160199160
HSL120°25.83%70.39%
HSB/HSV120°19.60%78.04%
CMYK19.60%0.00%19.60%
21.96%

Color #A0C7A0 in popluar number systems.

HEXA0C7A0
Decimal160199160
Binary101000001100011110100000
Octal240307240

Shades and tints

Shades of #A0C7A0

#A0C7A0
(160,199,160)
#92B592
(146,181,146)
#84A384
(132,163,132)
#769176
(118,145,118)
#687F68
(104,127,104)
#5A6D5A
(90,109,90)
#4C5B4C
(76,91,76)
#3E493E
(62,73,62)
#303730
(48,55,48)
#222522
(34,37,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A0C7A0

#A0C7A0
(160,199,160)
#A8CCA8
(168,204,168)
#B0D1B0
(176,209,176)
#B8D6B8
(184,214,184)
#C0DBC0
(192,219,192)
#C8E0C8
(200,224,200)
#D0E5D0
(208,229,208)
#D8EAD8
(216,234,216)
#E0EFE0
(224,239,224)
#E8F4E8
(232,244,232)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C7A0; }

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

This text font color is #A0C7A0.


Background Color

.myBgColor { background-color: #A0C7A0; }

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

This div background color is #A0C7A0.


Border color

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

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

This div border color is #A0C7A0.


Opacity

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

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

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

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

This text has shadow with #A0C7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C7A0 on black background.


Color preview on white background

This text has color #A0C7A0 on white background.



Black color preview on #A0C7A0 background

This text has black color on #A0C7A0 background.


White color preview on #A0C7A0 background

This text has white color on #A0C7A0 background.