COLOR #A1C198

HEX: #A1C198
RGB: (161,193,152)

Color info

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

RGB color model

#A1C198 color RGB value is (161,193,152).

  • red value is 161;
  • green value is 193;
  • blue value is 152.
RGB:
(161,193,152)
(63%,76%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 193 of 255 = 76%
B 152 of 255 = 60%

161
193
152

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

Portions of RGB colors in percentages

R + G + B =
161 + 193 + 152 = 506 (100%)
R 161 of 506 ~ 31.82%
G 193 of 506 ~ 38.14%
B 152 of 506 ~ 30.04%

%31.82
%38.14
%30.04

CMYK color model

#A1C198 color CMYK value is (17,0,21,24).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 24.31%
CMYK:
(17,0,21,24)
C17M0Y21K24 
(17%,0%,21%,24%)
(0.17/0.00/0.21/0.24)	

CMYK percentages

%16.58
%0
%21.24
%24.31

Codes

Color #A1C198 in popluar color models

A1C198
RGB161193152
HSL107°24.85%67.65%
HSB/HSV107°21.24%75.69%
CMYK16.58%0.00%21.24%
24.31%

Color #A1C198 in popluar number systems.

HEXA1C198
Decimal161193152
Binary101000011100000110011000
Octal241301230

Shades and tints

Shades of #A1C198

#A1C198
(161,193,152)
#93B08B
(147,176,139)
#859F7E
(133,159,126)
#778E71
(119,142,113)
#697D64
(105,125,100)
#5B6C57
(91,108,87)
#4D5B4A
(77,91,74)
#3F4A3D
(63,74,61)
#313930
(49,57,48)
#232823
(35,40,35)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #A1C198

#A1C198
(161,193,152)
#A9C6A1
(169,198,161)
#B1CBAA
(177,203,170)
#B9D0B3
(185,208,179)
#C1D5BC
(193,213,188)
#C9DAC5
(201,218,197)
#D1DFCE
(209,223,206)
#D9E4D7
(217,228,215)
#E1E9E0
(225,233,224)
#E9EEE9
(233,238,233)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C198 color. Also use rgb(161,193,152) instead hex code.

Text Font Color

.myTextColor { color: #A1C198; }

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

This text font color is #A1C198.


Background Color

.myBgColor { background-color: #A1C198; }

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

This div background color is #A1C198.


Border color

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

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

This div border color is #A1C198.


Opacity

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

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

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

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

This text has shadow with #A1C198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C198 on black background.


Color preview on white background

This text has color #A1C198 on white background.



Black color preview on #A1C198 background

This text has black color on #A1C198 background.


White color preview on #A1C198 background

This text has white color on #A1C198 background.