COLOR #A1CC92

HEX: #A1CC92
RGB: (161,204,146)

Color info

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

RGB color model

#A1CC92 color RGB value is (161,204,146).

  • red value is 161;
  • green value is 204;
  • blue value is 146.
RGB:
(161,204,146)
(63%,80%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 146 of 255 = 57%

161
204
146

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

Portions of RGB colors in percentages

R + G + B =
161 + 204 + 146 = 511 (100%)
R 161 of 511 ~ 31.51%
G 204 of 511 ~ 39.92%
B 146 of 511 ~ 28.57%

%31.51
%39.92
%28.57

CMYK color model

#A1CC92 color CMYK value is (21,0,28,20).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 28.43%
  • key color value is 20.00%
CMYK:
(21,0,28,20)
C21M0Y28K20 
(21%,0%,28%,20%)
(0.21/0.00/0.28/0.20)	

CMYK percentages

%21.08
%0
%28.43
%20

Codes

Color #A1CC92 in popluar color models

A1CC92
RGB161204146
HSL104°36.25%68.63%
HSB/HSV104°28.43%80.00%
CMYK21.08%0.00%28.43%
20.00%

Color #A1CC92 in popluar number systems.

HEXA1CC92
Decimal161204146
Binary101000011100110010010010
Octal241314222

Shades and tints

Shades of #A1CC92

#A1CC92
(161,204,146)
#93BA85
(147,186,133)
#85A878
(133,168,120)
#77966B
(119,150,107)
#69845E
(105,132,94)
#5B7251
(91,114,81)
#4D6044
(77,96,68)
#3F4E37
(63,78,55)
#313C2A
(49,60,42)
#232A1D
(35,42,29)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #A1CC92

#A1CC92
(161,204,146)
#A9D09B
(169,208,155)
#B1D4A4
(177,212,164)
#B9D8AD
(185,216,173)
#C1DCB6
(193,220,182)
#C9E0BF
(201,224,191)
#D1E4C8
(209,228,200)
#D9E8D1
(217,232,209)
#E1ECDA
(225,236,218)
#E9F0E3
(233,240,227)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CC92; }

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

This text font color is #A1CC92.


Background Color

.myBgColor { background-color: #A1CC92; }

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

This div background color is #A1CC92.


Border color

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

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

This div border color is #A1CC92.


Opacity

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

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

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

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

This text has shadow with #A1CC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CC92 on black background.


Color preview on white background

This text has color #A1CC92 on white background.



Black color preview on #A1CC92 background

This text has black color on #A1CC92 background.


White color preview on #A1CC92 background

This text has white color on #A1CC92 background.