COLOR #A1C094

HEX: #A1C094
RGB: (161,192,148)

Color info

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

RGB color model

#A1C094 color RGB value is (161,192,148).

  • red value is 161;
  • green value is 192;
  • blue value is 148.
RGB:
(161,192,148)
(63%,75%,58%)

RGB channels and saturation

R 161 of 255 = 63%
G 192 of 255 = 75%
B 148 of 255 = 58%

161
192
148

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

Portions of RGB colors in percentages

R + G + B =
161 + 192 + 148 = 501 (100%)
R 161 of 501 ~ 32.14%
G 192 of 501 ~ 38.32%
B 148 of 501 ~ 29.54%

%32.14
%38.32
%29.54

CMYK color model

#A1C094 color CMYK value is (16,0,23,25).

  • cyan value is 16.15%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(16,0,23,25)
C16M0Y23K25 
(16%,0%,23%,25%)
(0.16/0.00/0.23/0.25)	

CMYK percentages

%16.15
%0
%22.92
%24.71

Codes

Color #A1C094 in popluar color models

A1C094
RGB161192148
HSL102°25.88%66.67%
HSB/HSV102°22.92%75.29%
CMYK16.15%0.00%22.92%
24.71%

Color #A1C094 in popluar number systems.

HEXA1C094
Decimal161192148
Binary101000011100000010010100
Octal241300224

Shades and tints

Shades of #A1C094

#A1C094
(161,192,148)
#93AF87
(147,175,135)
#859E7A
(133,158,122)
#778D6D
(119,141,109)
#697C60
(105,124,96)
#5B6B53
(91,107,83)
#4D5A46
(77,90,70)
#3F4939
(63,73,57)
#31382C
(49,56,44)
#23271F
(35,39,31)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #A1C094

#A1C094
(161,192,148)
#A9C59D
(169,197,157)
#B1CAA6
(177,202,166)
#B9CFAF
(185,207,175)
#C1D4B8
(193,212,184)
#C9D9C1
(201,217,193)
#D1DECA
(209,222,202)
#D9E3D3
(217,227,211)
#E1E8DC
(225,232,220)
#E9EDE5
(233,237,229)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C094 color. Also use rgb(161,192,148) instead hex code.

Text Font Color

.myTextColor { color: #A1C094; }

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

This text font color is #A1C094.


Background Color

.myBgColor { background-color: #A1C094; }

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

This div background color is #A1C094.


Border color

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

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

This div border color is #A1C094.


Opacity

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

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

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

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

This text has shadow with #A1C094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C094 on black background.


Color preview on white background

This text has color #A1C094 on white background.



Black color preview on #A1C094 background

This text has black color on #A1C094 background.


White color preview on #A1C094 background

This text has white color on #A1C094 background.