COLOR #A0C59E

HEX: #A0C59E
RGB: (160,197,158)

Color info

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

RGB color model

#A0C59E color RGB value is (160,197,158).

  • red value is 160;
  • green value is 197;
  • blue value is 158.
RGB:
(160,197,158)
(63%,77%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 197 of 255 = 77%
B 158 of 255 = 62%

160
197
158

R + G + B ~ 67%. #A0C59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 197 + 158 = 515 (100%)
R 160 of 515 ~ 31.07%
G 197 of 515 ~ 38.25%
B 158 of 515 ~ 30.68%

%31.07
%38.25
%30.68

CMYK color model

#A0C59E color CMYK value is (19,0,20,23).

  • cyan value is 18.78%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(19,0,20,23)
C19M0Y20K23 
(19%,0%,20%,23%)
(0.19/0.00/0.20/0.23)	

CMYK percentages

%18.78
%0
%19.8
%22.75

Codes

Color #A0C59E in popluar color models

A0C59E
RGB160197158
HSL117°25.16%69.61%
HSB/HSV117°19.80%77.25%
CMYK18.78%0.00%19.80%
22.75%

Color #A0C59E in popluar number systems.

HEXA0C59E
Decimal160197158
Binary101000001100010110011110
Octal240305236

Shades and tints

Shades of #A0C59E

#A0C59E
(160,197,158)
#92B490
(146,180,144)
#84A382
(132,163,130)
#769274
(118,146,116)
#688166
(104,129,102)
#5A7058
(90,112,88)
#4C5F4A
(76,95,74)
#3E4E3C
(62,78,60)
#303D2E
(48,61,46)
#222C20
(34,44,32)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #A0C59E

#A0C59E
(160,197,158)
#A8CAA6
(168,202,166)
#B0CFAE
(176,207,174)
#B8D4B6
(184,212,182)
#C0D9BE
(192,217,190)
#C8DEC6
(200,222,198)
#D0E3CE
(208,227,206)
#D8E8D6
(216,232,214)
#E0EDDE
(224,237,222)
#E8F2E6
(232,242,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C59E; }

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

This text font color is #A0C59E.


Background Color

.myBgColor { background-color: #A0C59E; }

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

This div background color is #A0C59E.


Border color

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

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

This div border color is #A0C59E.


Opacity

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

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

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

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

This text has shadow with #A0C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C59E on black background.


Color preview on white background

This text has color #A0C59E on white background.



Black color preview on #A0C59E background

This text has black color on #A0C59E background.


White color preview on #A0C59E background

This text has white color on #A0C59E background.