COLOR #A0C08B

HEX: #A0C08B
RGB: (160,192,139)

Color info

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

RGB color model

#A0C08B color RGB value is (160,192,139).

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

RGB channels and saturation

R 160 of 255 = 63%
G 192 of 255 = 75%
B 139 of 255 = 55%

160
192
139

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

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 139 = 491 (100%)
R 160 of 491 ~ 32.59%
G 192 of 491 ~ 39.1%
B 139 of 491 ~ 28.31%

%32.59
%39.1
%28.31

CMYK color model

#A0C08B color CMYK value is (17,0,28,25).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 24.71%
CMYK:
(17,0,28,25)
C17M0Y28K25 
(17%,0%,28%,25%)
(0.17/0.00/0.28/0.25)	

CMYK percentages

%16.67
%0
%27.6
%24.71

Codes

Color #A0C08B in popluar color models

A0C08B
RGB160192139
HSL96°29.61%64.90%
HSB/HSV96°27.60%75.29%
CMYK16.67%0.00%27.60%
24.71%

Color #A0C08B in popluar number systems.

HEXA0C08B
Decimal160192139
Binary101000001100000010001011
Octal240300213

Shades and tints

Shades of #A0C08B

#A0C08B
(160,192,139)
#92AF7F
(146,175,127)
#849E73
(132,158,115)
#768D67
(118,141,103)
#687C5B
(104,124,91)
#5A6B4F
(90,107,79)
#4C5A43
(76,90,67)
#3E4937
(62,73,55)
#30382B
(48,56,43)
#22271F
(34,39,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0C08B

#A0C08B
(160,192,139)
#A8C595
(168,197,149)
#B0CA9F
(176,202,159)
#B8CFA9
(184,207,169)
#C0D4B3
(192,212,179)
#C8D9BD
(200,217,189)
#D0DEC7
(208,222,199)
#D8E3D1
(216,227,209)
#E0E8DB
(224,232,219)
#E8EDE5
(232,237,229)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C08B; }

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

This text font color is #A0C08B.


Background Color

.myBgColor { background-color: #A0C08B; }

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

This div background color is #A0C08B.


Border color

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

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

This div border color is #A0C08B.


Opacity

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

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

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

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

This text has shadow with #A0C08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C08B on black background.


Color preview on white background

This text has color #A0C08B on white background.



Black color preview on #A0C08B background

This text has black color on #A0C08B background.


White color preview on #A0C08B background

This text has white color on #A0C08B background.