COLOR #A0C39B

HEX: #A0C39B
RGB: (160,195,155)

Color info

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

RGB color model

#A0C39B color RGB value is (160,195,155).

  • red value is 160;
  • green value is 195;
  • blue value is 155.
RGB:
(160,195,155)
(63%,76%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 155 of 255 = 61%

160
195
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 195 + 155 = 510 (100%)
R 160 of 510 ~ 31.37%
G 195 of 510 ~ 38.24%
B 155 of 510 ~ 30.39%

%31.37
%38.24
%30.39

CMYK color model

#A0C39B color CMYK value is (18,0,21,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(18,0,21,24)
C18M0Y21K24 
(18%,0%,21%,24%)
(0.18/0.00/0.21/0.24)	

CMYK percentages

%17.95
%0
%20.51
%23.53

Codes

Color #A0C39B in popluar color models

A0C39B
RGB160195155
HSL113°25.00%68.63%
HSB/HSV113°20.51%76.47%
CMYK17.95%0.00%20.51%
23.53%

Color #A0C39B in popluar number systems.

HEXA0C39B
Decimal160195155
Binary101000001100001110011011
Octal240303233

Shades and tints

Shades of #A0C39B

#A0C39B
(160,195,155)
#92B28D
(146,178,141)
#84A17F
(132,161,127)
#769071
(118,144,113)
#687F63
(104,127,99)
#5A6E55
(90,110,85)
#4C5D47
(76,93,71)
#3E4C39
(62,76,57)
#303B2B
(48,59,43)
#222A1D
(34,42,29)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #A0C39B

#A0C39B
(160,195,155)
#A8C8A4
(168,200,164)
#B0CDAD
(176,205,173)
#B8D2B6
(184,210,182)
#C0D7BF
(192,215,191)
#C8DCC8
(200,220,200)
#D0E1D1
(208,225,209)
#D8E6DA
(216,230,218)
#E0EBE3
(224,235,227)
#E8F0EC
(232,240,236)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C39B; }

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

This text font color is #A0C39B.


Background Color

.myBgColor { background-color: #A0C39B; }

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

This div background color is #A0C39B.


Border color

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

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

This div border color is #A0C39B.


Opacity

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

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

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

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

This text has shadow with #A0C39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C39B on black background.


Color preview on white background

This text has color #A0C39B on white background.



Black color preview on #A0C39B background

This text has black color on #A0C39B background.


White color preview on #A0C39B background

This text has white color on #A0C39B background.