COLOR #A0CA93

HEX: #A0CA93
RGB: (160,202,147)

Color info

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

RGB color model

#A0CA93 color RGB value is (160,202,147).

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

RGB channels and saturation

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

160
202
147

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

Portions of RGB colors in percentages

R + G + B =
160 + 202 + 147 = 509 (100%)
R 160 of 509 ~ 31.43%
G 202 of 509 ~ 39.69%
B 147 of 509 ~ 28.88%

%31.43
%39.69
%28.88

CMYK color model

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

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • 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
%27.23
%20.78

Codes

Color #A0CA93 in popluar color models

A0CA93
RGB160202147
HSL106°34.16%68.43%
HSB/HSV106°27.23%79.22%
CMYK20.79%0.00%27.23%
20.78%

Color #A0CA93 in popluar number systems.

HEXA0CA93
Decimal160202147
Binary101000001100101010010011
Octal240312223

Shades and tints

Shades of #A0CA93

#A0CA93
(160,202,147)
#92B886
(146,184,134)
#84A679
(132,166,121)
#76946C
(118,148,108)
#68825F
(104,130,95)
#5A7052
(90,112,82)
#4C5E45
(76,94,69)
#3E4C38
(62,76,56)
#303A2B
(48,58,43)
#22281E
(34,40,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A0CA93

#A0CA93
(160,202,147)
#A8CE9C
(168,206,156)
#B0D2A5
(176,210,165)
#B8D6AE
(184,214,174)
#C0DAB7
(192,218,183)
#C8DEC0
(200,222,192)
#D0E2C9
(208,226,201)
#D8E6D2
(216,230,210)
#E0EADB
(224,234,219)
#E8EEE4
(232,238,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CA93; }

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

This text font color is #A0CA93.


Background Color

.myBgColor { background-color: #A0CA93; }

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

This div background color is #A0CA93.


Border color

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

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

This div border color is #A0CA93.


Opacity

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

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

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

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

This text has shadow with #A0CA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CA93 on black background.


Color preview on white background

This text has color #A0CA93 on white background.



Black color preview on #A0CA93 background

This text has black color on #A0CA93 background.


White color preview on #A0CA93 background

This text has white color on #A0CA93 background.