COLOR #A1C690

HEX: #A1C690
RGB: (161,198,144)

Color info

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

RGB color model

#A1C690 color RGB value is (161,198,144).

  • red value is 161;
  • green value is 198;
  • blue value is 144.
RGB:
(161,198,144)
(63%,78%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 144 of 255 = 56%

161
198
144

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

Portions of RGB colors in percentages

R + G + B =
161 + 198 + 144 = 503 (100%)
R 161 of 503 ~ 32.01%
G 198 of 503 ~ 39.36%
B 144 of 503 ~ 28.63%

%32.01
%39.36
%28.63

CMYK color model

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

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

CMYK percentages

%18.69
%0
%27.27
%22.35

Codes

Color #A1C690 in popluar color models

A1C690
RGB161198144
HSL101°32.14%67.06%
HSB/HSV101°27.27%77.65%
CMYK18.69%0.00%27.27%
22.35%

Color #A1C690 in popluar number systems.

HEXA1C690
Decimal161198144
Binary101000011100011010010000
Octal241306220

Shades and tints

Shades of #A1C690

#A1C690
(161,198,144)
#93B483
(147,180,131)
#85A276
(133,162,118)
#779069
(119,144,105)
#697E5C
(105,126,92)
#5B6C4F
(91,108,79)
#4D5A42
(77,90,66)
#3F4835
(63,72,53)
#313628
(49,54,40)
#23241B
(35,36,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #A1C690

#A1C690
(161,198,144)
#A9CB9A
(169,203,154)
#B1D0A4
(177,208,164)
#B9D5AE
(185,213,174)
#C1DAB8
(193,218,184)
#C9DFC2
(201,223,194)
#D1E4CC
(209,228,204)
#D9E9D6
(217,233,214)
#E1EEE0
(225,238,224)
#E9F3EA
(233,243,234)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1C690 color. Also use rgb(161,198,144) instead hex code.

Text Font Color

.myTextColor { color: #A1C690; }

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

This text font color is #A1C690.


Background Color

.myBgColor { background-color: #A1C690; }

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

This div background color is #A1C690.


Border color

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

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

This div border color is #A1C690.


Opacity

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

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

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

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

This text has shadow with #A1C690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C690 on black background.


Color preview on white background

This text has color #A1C690 on white background.



Black color preview on #A1C690 background

This text has black color on #A1C690 background.


White color preview on #A1C690 background

This text has white color on #A1C690 background.