COLOR #A1CB77

HEX: #A1CB77
RGB: (161,203,119)

Color info

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

RGB color model

#A1CB77 color RGB value is (161,203,119).

  • red value is 161;
  • green value is 203;
  • blue value is 119.
RGB:
(161,203,119)
(63%,80%,47%)

RGB channels and saturation

R 161 of 255 = 63%
G 203 of 255 = 80%
B 119 of 255 = 47%

161
203
119

R + G + B ~ 63%. #A1CB77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 203 + 119 = 483 (100%)
R 161 of 483 ~ 33.33%
G 203 of 483 ~ 42.03%
B 119 of 483 ~ 24.64%

%33.33
%42.03
%24.64

CMYK color model

#A1CB77 color CMYK value is (21,0,41,20).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 20.39%
CMYK:
(21,0,41,20)
C21M0Y41K20 
(21%,0%,41%,20%)
(0.21/0.00/0.41/0.20)	

CMYK percentages

%20.69
%0
%41.38
%20.39

Codes

Color #A1CB77 in popluar color models

A1CB77
RGB161203119
HSL90°44.68%63.14%
HSB/HSV90°41.38%79.61%
CMYK20.69%0.00%41.38%
20.39%

Color #A1CB77 in popluar number systems.

HEXA1CB77
Decimal161203119
Binary10100001110010111110111
Octal241313167

Shades and tints

Shades of #A1CB77

#A1CB77
(161,203,119)
#93B96D
(147,185,109)
#85A763
(133,167,99)
#779559
(119,149,89)
#69834F
(105,131,79)
#5B7145
(91,113,69)
#4D5F3B
(77,95,59)
#3F4D31
(63,77,49)
#313B27
(49,59,39)
#23291D
(35,41,29)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #A1CB77

#A1CB77
(161,203,119)
#A9CF83
(169,207,131)
#B1D38F
(177,211,143)
#B9D79B
(185,215,155)
#C1DBA7
(193,219,167)
#C9DFB3
(201,223,179)
#D1E3BF
(209,227,191)
#D9E7CB
(217,231,203)
#E1EBD7
(225,235,215)
#E9EFE3
(233,239,227)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1CB77 color. Also use rgb(161,203,119) instead hex code.

Text Font Color

.myTextColor { color: #A1CB77; }

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

This text font color is #A1CB77.


Background Color

.myBgColor { background-color: #A1CB77; }

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

This div background color is #A1CB77.


Border color

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

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

This div border color is #A1CB77.


Opacity

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

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

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

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

This text has shadow with #A1CB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1CB77 on black background.


Color preview on white background

This text has color #A1CB77 on white background.



Black color preview on #A1CB77 background

This text has black color on #A1CB77 background.


White color preview on #A1CB77 background

This text has white color on #A1CB77 background.