COLOR #A1CC94

HEX: #A1CC94 RGB: (161,204,148)

Color info

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

RGB color model

#A1CC94 color RGB value is (161,204,148).

RGB: (161,204,148) (63%, 80%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 148 of 255 = 58%

161
204
148

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

Portions of RGB colors in percentages

R + G + B = 161 + 204 + 148 = 513 (100%)
R 161 of 513 ~ 31.38%
G 204 of 513 ~ 39.77%
B 148 of 513 ~ 28.85'%

%31.38
%39.77
%28.85

CMYK color model

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

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 20.00%

CMYK: (21,0,27,20)
C21M0Y27K20 (21%, 0%, 27%, 20%)
(0.21 / 0.00 / 0.27 / 0.20)

CMYK percentages

%21.08
%0
%27.45
%20

Codes

Color #A1CC94 in popluar color models

A1 CC 94
RGB 161 204 148
HSL 106° 35.44% 69.02%
HSB/HSV 106° 27.45% 80.00%
CMYK 21.08% 0.00% 27.45%
20.00%

Color #A1CC94 in popluar number systems.

HEX A1 CC 94
Decimal 161 204 148
Binary 10100001 11001100 10010100
Octal 241 314 224

Shades and tints

Shades of #A1CC94

#A1CC94
(161,204,148)
#93BA87
(147,186,135)
#85A87A
(133,168,122)
#77966D
(119,150,109)
#698460
(105,132,96)
#5B7253
(91,114,83)
#4D6046
(77,96,70)
#3F4E39
(63,78,57)
#313C2C
(49,60,44)
#232A1F
(35,42,31)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #A1CC94

#A1CC94
(161,204,148)
#A9D09D
(169,208,157)
#B1D4A6
(177,212,166)
#B9D8AF
(185,216,175)
#C1DCB8
(193,220,184)
#C9E0C1
(201,224,193)
#D1E4CA
(209,228,202)
#D9E8D3
(217,232,211)
#E1ECDC
(225,236,220)
#E9F0E5
(233,240,229)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CC94; }

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

This text font color is #A1CC94.

Background Color

.myBgColor { background-color: #A1CC94; }

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

This div background color is #A1CC94.

Border color

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

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

This div border color is #A1CC94.

Opacity

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

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

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

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

This text has shadow with #A1CC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CC94.

Preview

Color preview on black background

This text has color #A1CC94 on black background.


Color preview on white background

This text has color #A1CC94 on white background.


Black color preview on #A1CC94 background

This text has black color on #A1CC94 background.


White color preview on #A1CC94 background

This text has white color on #A1CC94 background.


Related colors

Complementary color

Complementary color for #hex is #5E336B.


I love getcolorcode.com

Triadic colors

1 #94A1CC and #CC94A1 with #A1CC94 are triadic colors.

2 #94CCA1 and #CCA194 with #A1CC94 are triadic colors.