COLOR #A1C792

HEX: #A1C792
RGB: (161,199,146)

Color info

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

RGB color model

#A1C792 color RGB value is (161,199,146).

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

RGB channels and saturation

R 161 of 255 = 63%
G 199 of 255 = 78%
B 146 of 255 = 57%

161
199
146

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

Portions of RGB colors in percentages

R + G + B =
161 + 199 + 146 = 506 (100%)
R 161 of 506 ~ 31.82%
G 199 of 506 ~ 39.33%
B 146 of 506 ~ 28.85%

%31.82
%39.33
%28.85

CMYK color model

#A1C792 color CMYK value is (19,0,27,22).

  • cyan value is 19.10%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 21.96%
CMYK:
(19,0,27,22)
C19M0Y27K22 
(19%,0%,27%,22%)
(0.19/0.00/0.27/0.22)	

CMYK percentages

%19.1
%0
%26.63
%21.96

Codes

Color #A1C792 in popluar color models

A1C792
RGB161199146
HSL103°32.12%67.65%
HSB/HSV103°26.63%78.04%
CMYK19.10%0.00%26.63%
21.96%

Color #A1C792 in popluar number systems.

HEXA1C792
Decimal161199146
Binary101000011100011110010010
Octal241307222

Shades and tints

Shades of #A1C792

#A1C792
(161,199,146)
#93B585
(147,181,133)
#85A378
(133,163,120)
#77916B
(119,145,107)
#697F5E
(105,127,94)
#5B6D51
(91,109,81)
#4D5B44
(77,91,68)
#3F4937
(63,73,55)
#31372A
(49,55,42)
#23251D
(35,37,29)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #A1C792

#A1C792
(161,199,146)
#A9CC9B
(169,204,155)
#B1D1A4
(177,209,164)
#B9D6AD
(185,214,173)
#C1DBB6
(193,219,182)
#C9E0BF
(201,224,191)
#D1E5C8
(209,229,200)
#D9EAD1
(217,234,209)
#E1EFDA
(225,239,218)
#E9F4E3
(233,244,227)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C792; }

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

This text font color is #A1C792.


Background Color

.myBgColor { background-color: #A1C792; }

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

This div background color is #A1C792.


Border color

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

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

This div border color is #A1C792.


Opacity

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

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

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

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

This text has shadow with #A1C792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C792 on black background.


Color preview on white background

This text has color #A1C792 on white background.



Black color preview on #A1C792 background

This text has black color on #A1C792 background.


White color preview on #A1C792 background

This text has white color on #A1C792 background.