COLOR #A0C493

HEX: #A0C493 RGB: (160,196,147)

Color info

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

RGB color model

#A0C493 color RGB value is (160,196,147).

RGB: (160,196,147) (63%, 77%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 196 of 255 = 77%
B 147 of 255 = 58%

160
196
147

R + G + B ~ 66%. #A0C493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 196 + 147 = 503 (100%)
R 160 of 503 ~ 31.81%
G 196 of 503 ~ 38.97%
B 147 of 503 ~ 29.22'%

%31.81
%38.97
%29.22

CMYK color model

#A0C493 color CMYK value is (18,0,25,23).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 23.14%

CMYK: (18,0,25,23)
C18M0Y25K23 (18%, 0%, 25%, 23%)
(0.18 / 0.00 / 0.25 / 0.23)

CMYK percentages

%18.37
%0
%25
%23.14

Codes

Color #A0C493 in popluar color models

A0 C4 93
RGB 160 196 147
HSL 104° 29.34% 67.25%
HSB/HSV 104° 25.00% 76.86%
CMYK 18.37% 0.00% 25.00%
23.14%

Color #A0C493 in popluar number systems.

HEX A0 C4 93
Decimal 160 196 147
Binary 10100000 11000100 10010011
Octal 240 304 223

Shades and tints

Shades of #A0C493

#A0C493
(160,196,147)
#92B386
(146,179,134)
#84A279
(132,162,121)
#76916C
(118,145,108)
#68805F
(104,128,95)
#5A6F52
(90,111,82)
#4C5E45
(76,94,69)
#3E4D38
(62,77,56)
#303C2B
(48,60,43)
#222B1E
(34,43,30)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #A0C493

#A0C493
(160,196,147)
#A8C99C
(168,201,156)
#B0CEA5
(176,206,165)
#B8D3AE
(184,211,174)
#C0D8B7
(192,216,183)
#C8DDC0
(200,221,192)
#D0E2C9
(208,226,201)
#D8E7D2
(216,231,210)
#E0ECDB
(224,236,219)
#E8F1E4
(232,241,228)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C493; }

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

This text font color is #A0C493.

Background Color

.myBgColor { background-color: #A0C493; }

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

This div background color is #A0C493.

Border color

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

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

This div border color is #A0C493.

Opacity

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

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

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

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

This text has shadow with #A0C493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0C493.

Preview

Color preview on black background

This text has color #A0C493 on black background.


Color preview on white background

This text has color #A0C493 on white background.


Black color preview on #A0C493 background

This text has black color on #A0C493 background.


White color preview on #A0C493 background

This text has white color on #A0C493 background.


Related colors

Complementary color

Complementary color for #hex is #5F3B6C.


I love getcolorcode.com

Triadic colors

1 #93A0C4 and #C493A0 with #A0C493 are triadic colors.

2 #93C4A0 and #C4A093 with #A0C493 are triadic colors.