COLOR #A0C473

HEX: #A0C473
RGB: (160,196,115)

Color info

#A0C473 contains mainly red and green colors. Web safe color of #A0C473 is #99CC66 (or #9C6).

RGB color model

#A0C473 color RGB value is (160,196,115).

  • red value is 160;
  • green value is 196;
  • blue value is 115.
RGB:
(160,196,115)
(63%,77%,45%)

RGB channels and saturation

R 160 of 255 = 63%
G 196 of 255 = 77%
B 115 of 255 = 45%

160
196
115

R + G + B ~ 62%. #A0C473 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 196 + 115 = 471 (100%)
R 160 of 471 ~ 33.97%
G 196 of 471 ~ 41.61%
B 115 of 471 ~ 24.42%

%33.97
%41.61
%24.42

CMYK color model

#A0C473 color CMYK value is (18,0,41,23).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 41.33%
  • key color value is 23.14%
CMYK:
(18,0,41,23)
C18M0Y41K23 
(18%,0%,41%,23%)
(0.18/0.00/0.41/0.23)	

CMYK percentages

%18.37
%0
%41.33
%23.14

Codes

Color #A0C473 in popluar color models

A0C473
RGB160196115
HSL87°40.70%60.98%
HSB/HSV87°41.33%76.86%
CMYK18.37%0.00%41.33%
23.14%

Color #A0C473 in popluar number systems.

HEXA0C473
Decimal160196115
Binary10100000110001001110011
Octal240304163

Shades and tints

Shades of #A0C473

#A0C473
(160,196,115)
#92B369
(146,179,105)
#84A25F
(132,162,95)
#769155
(118,145,85)
#68804B
(104,128,75)
#5A6F41
(90,111,65)
#4C5E37
(76,94,55)
#3E4D2D
(62,77,45)
#303C23
(48,60,35)
#222B19
(34,43,25)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #A0C473

#A0C473
(160,196,115)
#A8C97F
(168,201,127)
#B0CE8B
(176,206,139)
#B8D397
(184,211,151)
#C0D8A3
(192,216,163)
#C8DDAF
(200,221,175)
#D0E2BB
(208,226,187)
#D8E7C7
(216,231,199)
#E0ECD3
(224,236,211)
#E8F1DF
(232,241,223)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C473 color. Also use rgb(160,196,115) instead hex code.

Text Font Color

.myTextColor { color: #A0C473; }

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

This text font color is #A0C473.


Background Color

.myBgColor { background-color: #A0C473; }

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

This div background color is #A0C473.


Border color

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

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

This div border color is #A0C473.


Opacity

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

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

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

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

This text has shadow with #A0C473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C473 on black background.


Color preview on white background

This text has color #A0C473 on white background.



Black color preview on #A0C473 background

This text has black color on #A0C473 background.


White color preview on #A0C473 background

This text has white color on #A0C473 background.