COLOR #A1C66A

HEX: #A1C66A
RGB: (161,198,106)

Color info

#A1C66A contains mainly red and green colors. Web safe color of #A1C66A is #99CC66 (or #9C6).

RGB color model

#A1C66A color RGB value is (161,198,106).

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

RGB channels and saturation

R 161 of 255 = 63%
G 198 of 255 = 78%
B 106 of 255 = 42%

161
198
106

R + G + B ~ 61%. #A1C66A is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 198 + 106 = 465 (100%)
R 161 of 465 ~ 34.62%
G 198 of 465 ~ 42.58%
B 106 of 465 ~ 22.8%

%34.62
%42.58
%22.8

CMYK color model

#A1C66A color CMYK value is (19,0,46,22).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 46.46%
  • key color value is 22.35%
CMYK:
(19,0,46,22)
C19M0Y46K22 
(19%,0%,46%,22%)
(0.19/0.00/0.46/0.22)	

CMYK percentages

%18.69
%0
%46.46
%22.35

Codes

Color #A1C66A in popluar color models

A1C66A
RGB161198106
HSL84°44.66%59.61%
HSB/HSV84°46.46%77.65%
CMYK18.69%0.00%46.46%
22.35%

Color #A1C66A in popluar number systems.

HEXA1C66A
Decimal161198106
Binary10100001110001101101010
Octal241306152

Shades and tints

Shades of #A1C66A

#A1C66A
(161,198,106)
#93B461
(147,180,97)
#85A258
(133,162,88)
#77904F
(119,144,79)
#697E46
(105,126,70)
#5B6C3D
(91,108,61)
#4D5A34
(77,90,52)
#3F482B
(63,72,43)
#313622
(49,54,34)
#232419
(35,36,25)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #A1C66A

#A1C66A
(161,198,106)
#A9CB77
(169,203,119)
#B1D084
(177,208,132)
#B9D591
(185,213,145)
#C1DA9E
(193,218,158)
#C9DFAB
(201,223,171)
#D1E4B8
(209,228,184)
#D9E9C5
(217,233,197)
#E1EED2
(225,238,210)
#E9F3DF
(233,243,223)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1C66A; }

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

This text font color is #A1C66A.


Background Color

.myBgColor { background-color: #A1C66A; }

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

This div background color is #A1C66A.


Border color

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

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

This div border color is #A1C66A.


Opacity

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

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

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

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

This text has shadow with #A1C66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1C66A on black background.


Color preview on white background

This text has color #A1C66A on white background.



Black color preview on #A1C66A background

This text has black color on #A1C66A background.


White color preview on #A1C66A background

This text has white color on #A1C66A background.