COLOR #A0C98B

HEX: #A0C98B
RGB: (160,201,139)

Color info

#A0C98B contains mainly red and green colors. Web safe color of #A0C98B is #99CC99 (or #9C9).

RGB color model

#A0C98B color RGB value is (160,201,139).

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

RGB channels and saturation

R 160 of 255 = 63%
G 201 of 255 = 79%
B 139 of 255 = 55%

160
201
139

R + G + B ~ 66%. #A0C98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 201 + 139 = 500 (100%)
R 160 of 500 ~ 32%
G 201 of 500 ~ 40.2%
B 139 of 500 ~ 27.8%

%32
%40.2
%27.8

CMYK color model

#A0C98B color CMYK value is (20,0,31,21).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(20,0,31,21)
C20M0Y31K21 
(20%,0%,31%,21%)
(0.20/0.00/0.31/0.21)	

CMYK percentages

%20.4
%0
%30.85
%21.18

Codes

Color #A0C98B in popluar color models

A0C98B
RGB160201139
HSL100°36.47%66.67%
HSB/HSV100°30.85%78.82%
CMYK20.40%0.00%30.85%
21.18%

Color #A0C98B in popluar number systems.

HEXA0C98B
Decimal160201139
Binary101000001100100110001011
Octal240311213

Shades and tints

Shades of #A0C98B

#A0C98B
(160,201,139)
#92B77F
(146,183,127)
#84A573
(132,165,115)
#769367
(118,147,103)
#68815B
(104,129,91)
#5A6F4F
(90,111,79)
#4C5D43
(76,93,67)
#3E4B37
(62,75,55)
#30392B
(48,57,43)
#22271F
(34,39,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #A0C98B

#A0C98B
(160,201,139)
#A8CD95
(168,205,149)
#B0D19F
(176,209,159)
#B8D5A9
(184,213,169)
#C0D9B3
(192,217,179)
#C8DDBD
(200,221,189)
#D0E1C7
(208,225,199)
#D8E5D1
(216,229,209)
#E0E9DB
(224,233,219)
#E8EDE5
(232,237,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C98B; }

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

This text font color is #A0C98B.


Background Color

.myBgColor { background-color: #A0C98B; }

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

This div background color is #A0C98B.


Border color

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

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

This div border color is #A0C98B.


Opacity

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

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

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

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

This text has shadow with #A0C98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C98B on black background.


Color preview on white background

This text has color #A0C98B on white background.



Black color preview on #A0C98B background

This text has black color on #A0C98B background.


White color preview on #A0C98B background

This text has white color on #A0C98B background.