COLOR #A0C97E

HEX: #A0C97E RGB: (160,201,126)

Color info

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

RGB color model

#A0C97E color RGB value is (160,201,126).

RGB: (160,201,126) (63%, 79%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 201 of 255 = 79%
B 126 of 255 = 49%

160
201
126

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

Portions of RGB colors in percentages

R + G + B = 160 + 201 + 126 = 487 (100%)
R 160 of 487 ~ 32.85%
G 201 of 487 ~ 41.27%
B 126 of 487 ~ 25.87'%

%32.85
%41.27
%25.87

CMYK color model

#A0C97E color CMYK value is (20,0,37,21).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 37.31%
  • key color value is 21.18%

CMYK: (20,0,37,21)
C20M0Y37K21 (20%, 0%, 37%, 21%)
(0.20 / 0.00 / 0.37 / 0.21)

CMYK percentages

%20.4
%0
%37.31
%21.18

Codes

Color #A0C97E in popluar color models

A0 C9 7E
RGB 160 201 126
HSL 93° 40.98% 64.12%
HSB/HSV 93° 37.31% 78.82%
CMYK 20.40% 0.00% 37.31%
21.18%

Color #A0C97E in popluar number systems.

HEX A0 C9 7E
Decimal 160 201 126
Binary 10100000 11001001 1111110
Octal 240 311 176

Shades and tints

Shades of #A0C97E

#A0C97E
(160,201,126)
#92B773
(146,183,115)
#84A568
(132,165,104)
#76935D
(118,147,93)
#688152
(104,129,82)
#5A6F47
(90,111,71)
#4C5D3C
(76,93,60)
#3E4B31
(62,75,49)
#303926
(48,57,38)
#22271B
(34,39,27)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #A0C97E

#A0C97E
(160,201,126)
#A8CD89
(168,205,137)
#B0D194
(176,209,148)
#B8D59F
(184,213,159)
#C0D9AA
(192,217,170)
#C8DDB5
(200,221,181)
#D0E1C0
(208,225,192)
#D8E5CB
(216,229,203)
#E0E9D6
(224,233,214)
#E8EDE1
(232,237,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C97E; }

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

This text font color is #A0C97E.

Background Color

.myBgColor { background-color: #A0C97E; }

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

This div background color is #A0C97E.

Border color

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

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

This div border color is #A0C97E.

Opacity

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

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

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

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

This text has shadow with #A0C97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C97E.

Preview

Color preview on black background

This text has color #A0C97E on black background.


Color preview on white background

This text has color #A0C97E on white background.


Black color preview on #A0C97E background

This text has black color on #A0C97E background.


White color preview on #A0C97E background

This text has white color on #A0C97E background.


Related colors

Complementary color

Complementary color for #hex is #5F3681.


I love getcolorcode.com

Triadic colors

1 #7EA0C9 and #C97EA0 with #A0C97E are triadic colors.

2 #7EC9A0 and #C9A07E with #A0C97E are triadic colors.