COLOR #A0C97A

HEX: #A0C97A
RGB: (160,201,122)

Color info

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

RGB color model

#A0C97A color RGB value is (160,201,122).

  • red value is 160;
  • green value is 201;
  • blue value is 122.
RGB:
(160,201,122)
(63%,79%,48%)

RGB channels and saturation

R 160 of 255 = 63%
G 201 of 255 = 79%
B 122 of 255 = 48%

160
201
122

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

Portions of RGB colors in percentages

R + G + B =
160 + 201 + 122 = 483 (100%)
R 160 of 483 ~ 33.13%
G 201 of 483 ~ 41.61%
B 122 of 483 ~ 25.26%

%33.13
%41.61
%25.26

CMYK color model

#A0C97A color CMYK value is (20,0,39,21).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 39.30%
  • key color value is 21.18%
CMYK:
(20,0,39,21)
C20M0Y39K21 
(20%,0%,39%,21%)
(0.20/0.00/0.39/0.21)	

CMYK percentages

%20.4
%0
%39.3
%21.18

Codes

Color #A0C97A in popluar color models

A0C97A
RGB160201122
HSL91°42.25%63.33%
HSB/HSV91°39.30%78.82%
CMYK20.40%0.00%39.30%
21.18%

Color #A0C97A in popluar number systems.

HEXA0C97A
Decimal160201122
Binary10100000110010011111010
Octal240311172

Shades and tints

Shades of #A0C97A

#A0C97A
(160,201,122)
#92B76F
(146,183,111)
#84A564
(132,165,100)
#769359
(118,147,89)
#68814E
(104,129,78)
#5A6F43
(90,111,67)
#4C5D38
(76,93,56)
#3E4B2D
(62,75,45)
#303922
(48,57,34)
#222717
(34,39,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #A0C97A

#A0C97A
(160,201,122)
#A8CD86
(168,205,134)
#B0D192
(176,209,146)
#B8D59E
(184,213,158)
#C0D9AA
(192,217,170)
#C8DDB6
(200,221,182)
#D0E1C2
(208,225,194)
#D8E5CE
(216,229,206)
#E0E9DA
(224,233,218)
#E8EDE6
(232,237,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C97A; }

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

This text font color is #A0C97A.


Background Color

.myBgColor { background-color: #A0C97A; }

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

This div background color is #A0C97A.


Border color

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

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

This div border color is #A0C97A.


Opacity

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

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

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

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

This text has shadow with #A0C97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C97A on black background.


Color preview on white background

This text has color #A0C97A on white background.



Black color preview on #A0C97A background

This text has black color on #A0C97A background.


White color preview on #A0C97A background

This text has white color on #A0C97A background.