COLOR #A1CC7D

HEX: #A1CC7D
RGB: (161,204,125)

Color info

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

RGB color model

#A1CC7D color RGB value is (161,204,125).

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

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 125 of 255 = 49%

161
204
125

R + G + B ~ 64%. #A1CC7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 204 + 125 = 490 (100%)
R 161 of 490 ~ 32.86%
G 204 of 490 ~ 41.63%
B 125 of 490 ~ 25.51%

%32.86
%41.63
%25.51

CMYK color model

#A1CC7D color CMYK value is (21,0,39,20).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 20.00%
CMYK:
(21,0,39,20)
C21M0Y39K20 
(21%,0%,39%,20%)
(0.21/0.00/0.39/0.20)	

CMYK percentages

%21.08
%0
%38.73
%20

Codes

Color #A1CC7D in popluar color models

A1CC7D
RGB161204125
HSL93°43.65%64.51%
HSB/HSV93°38.73%80.00%
CMYK21.08%0.00%38.73%
20.00%

Color #A1CC7D in popluar number systems.

HEXA1CC7D
Decimal161204125
Binary10100001110011001111101
Octal241314175

Shades and tints

Shades of #A1CC7D

#A1CC7D
(161,204,125)
#93BA72
(147,186,114)
#85A867
(133,168,103)
#77965C
(119,150,92)
#698451
(105,132,81)
#5B7246
(91,114,70)
#4D603B
(77,96,59)
#3F4E30
(63,78,48)
#313C25
(49,60,37)
#232A1A
(35,42,26)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #A1CC7D

#A1CC7D
(161,204,125)
#A9D088
(169,208,136)
#B1D493
(177,212,147)
#B9D89E
(185,216,158)
#C1DCA9
(193,220,169)
#C9E0B4
(201,224,180)
#D1E4BF
(209,228,191)
#D9E8CA
(217,232,202)
#E1ECD5
(225,236,213)
#E9F0E0
(233,240,224)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CC7D; }

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

This text font color is #A1CC7D.


Background Color

.myBgColor { background-color: #A1CC7D; }

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

This div background color is #A1CC7D.


Border color

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

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

This div border color is #A1CC7D.


Opacity

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

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

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

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

This text has shadow with #A1CC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CC7D on black background.


Color preview on white background

This text has color #A1CC7D on white background.



Black color preview on #A1CC7D background

This text has black color on #A1CC7D background.


White color preview on #A1CC7D background

This text has white color on #A1CC7D background.