COLOR #A0C091

HEX: #A0C091
RGB: (160,192,145)

Color info

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

RGB color model

#A0C091 color RGB value is (160,192,145).

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

RGB channels and saturation

R 160 of 255 = 63%
G 192 of 255 = 75%
B 145 of 255 = 57%

160
192
145

R + G + B ~ 65%. #A0C091 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 145 = 497 (100%)
R 160 of 497 ~ 32.19%
G 192 of 497 ~ 38.63%
B 145 of 497 ~ 29.18%

%32.19
%38.63
%29.18

CMYK color model

#A0C091 color CMYK value is (17,0,24,25).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 24.48%
  • key color value is 24.71%
CMYK:
(17,0,24,25)
C17M0Y24K25 
(17%,0%,24%,25%)
(0.17/0.00/0.24/0.25)	

CMYK percentages

%16.67
%0
%24.48
%24.71

Codes

Color #A0C091 in popluar color models

A0C091
RGB160192145
HSL101°27.17%66.08%
HSB/HSV101°24.48%75.29%
CMYK16.67%0.00%24.48%
24.71%

Color #A0C091 in popluar number systems.

HEXA0C091
Decimal160192145
Binary101000001100000010010001
Octal240300221

Shades and tints

Shades of #A0C091

#A0C091
(160,192,145)
#92AF84
(146,175,132)
#849E77
(132,158,119)
#768D6A
(118,141,106)
#687C5D
(104,124,93)
#5A6B50
(90,107,80)
#4C5A43
(76,90,67)
#3E4936
(62,73,54)
#303829
(48,56,41)
#22271C
(34,39,28)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #A0C091

#A0C091
(160,192,145)
#A8C59B
(168,197,155)
#B0CAA5
(176,202,165)
#B8CFAF
(184,207,175)
#C0D4B9
(192,212,185)
#C8D9C3
(200,217,195)
#D0DECD
(208,222,205)
#D8E3D7
(216,227,215)
#E0E8E1
(224,232,225)
#E8EDEB
(232,237,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C091; }

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

This text font color is #A0C091.


Background Color

.myBgColor { background-color: #A0C091; }

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

This div background color is #A0C091.


Border color

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

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

This div border color is #A0C091.


Opacity

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

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

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

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

This text has shadow with #A0C091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C091 on black background.


Color preview on white background

This text has color #A0C091 on white background.



Black color preview on #A0C091 background

This text has black color on #A0C091 background.


White color preview on #A0C091 background

This text has white color on #A0C091 background.