COLOR #A1CC80

HEX: #A1CC80
RGB: (161,204,128)

Color info

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

RGB color model

#A1CC80 color RGB value is (161,204,128).

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

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 128 of 255 = 50%

161
204
128

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

Portions of RGB colors in percentages

R + G + B =
161 + 204 + 128 = 493 (100%)
R 161 of 493 ~ 32.66%
G 204 of 493 ~ 41.38%
B 128 of 493 ~ 25.96%

%32.66
%41.38
%25.96

CMYK color model

#A1CC80 color CMYK value is (21,0,37,20).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(21,0,37,20)
C21M0Y37K20 
(21%,0%,37%,20%)
(0.21/0.00/0.37/0.20)	

CMYK percentages

%21.08
%0
%37.25
%20

Codes

Color #A1CC80 in popluar color models

A1CC80
RGB161204128
HSL94°42.70%65.10%
HSB/HSV94°37.25%80.00%
CMYK21.08%0.00%37.25%
20.00%

Color #A1CC80 in popluar number systems.

HEXA1CC80
Decimal161204128
Binary101000011100110010000000
Octal241314200

Shades and tints

Shades of #A1CC80

#A1CC80
(161,204,128)
#93BA75
(147,186,117)
#85A86A
(133,168,106)
#77965F
(119,150,95)
#698454
(105,132,84)
#5B7249
(91,114,73)
#4D603E
(77,96,62)
#3F4E33
(63,78,51)
#313C28
(49,60,40)
#232A1D
(35,42,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #A1CC80

#A1CC80
(161,204,128)
#A9D08B
(169,208,139)
#B1D496
(177,212,150)
#B9D8A1
(185,216,161)
#C1DCAC
(193,220,172)
#C9E0B7
(201,224,183)
#D1E4C2
(209,228,194)
#D9E8CD
(217,232,205)
#E1ECD8
(225,236,216)
#E9F0E3
(233,240,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CC80; }

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

This text font color is #A1CC80.


Background Color

.myBgColor { background-color: #A1CC80; }

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

This div background color is #A1CC80.


Border color

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

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

This div border color is #A1CC80.


Opacity

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

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

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

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

This text has shadow with #A1CC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CC80 on black background.


Color preview on white background

This text has color #A1CC80 on white background.



Black color preview on #A1CC80 background

This text has black color on #A1CC80 background.


White color preview on #A1CC80 background

This text has white color on #A1CC80 background.