COLOR #A0CA94

HEX: #A0CA94
RGB: (160,202,148)

Color info

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

RGB color model

#A0CA94 color RGB value is (160,202,148).

  • red value is 160;
  • green value is 202;
  • blue value is 148.
RGB:
(160,202,148)
(63%,79%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 148 of 255 = 58%

160
202
148

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

Portions of RGB colors in percentages

R + G + B =
160 + 202 + 148 = 510 (100%)
R 160 of 510 ~ 31.37%
G 202 of 510 ~ 39.61%
B 148 of 510 ~ 29.02%

%31.37
%39.61
%29.02

CMYK color model

#A0CA94 color CMYK value is (21,0,27,21).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 26.73%
  • key color value is 20.78%
CMYK:
(21,0,27,21)
C21M0Y27K21 
(21%,0%,27%,21%)
(0.21/0.00/0.27/0.21)	

CMYK percentages

%20.79
%0
%26.73
%20.78

Codes

Color #A0CA94 in popluar color models

A0CA94
RGB160202148
HSL107°33.75%68.63%
HSB/HSV107°26.73%79.22%
CMYK20.79%0.00%26.73%
20.78%

Color #A0CA94 in popluar number systems.

HEXA0CA94
Decimal160202148
Binary101000001100101010010100
Octal240312224

Shades and tints

Shades of #A0CA94

#A0CA94
(160,202,148)
#92B887
(146,184,135)
#84A67A
(132,166,122)
#76946D
(118,148,109)
#688260
(104,130,96)
#5A7053
(90,112,83)
#4C5E46
(76,94,70)
#3E4C39
(62,76,57)
#303A2C
(48,58,44)
#22281F
(34,40,31)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A0CA94

#A0CA94
(160,202,148)
#A8CE9D
(168,206,157)
#B0D2A6
(176,210,166)
#B8D6AF
(184,214,175)
#C0DAB8
(192,218,184)
#C8DEC1
(200,222,193)
#D0E2CA
(208,226,202)
#D8E6D3
(216,230,211)
#E0EADC
(224,234,220)
#E8EEE5
(232,238,229)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CA94 color. Also use rgb(160,202,148) instead hex code.

Text Font Color

.myTextColor { color: #A0CA94; }

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

This text font color is #A0CA94.


Background Color

.myBgColor { background-color: #A0CA94; }

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

This div background color is #A0CA94.


Border color

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

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

This div border color is #A0CA94.


Opacity

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

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

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

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

This text has shadow with #A0CA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CA94 on black background.


Color preview on white background

This text has color #A0CA94 on white background.



Black color preview on #A0CA94 background

This text has black color on #A0CA94 background.


White color preview on #A0CA94 background

This text has white color on #A0CA94 background.