COLOR #A4CB80

HEX: #A4CB80
RGB: (164,203,128)

Color info

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

RGB color model

#A4CB80 color RGB value is (164,203,128).

  • red value is 164;
  • green value is 203;
  • blue value is 128.
RGB:
(164,203,128)
(64%,80%,50%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 128 of 255 = 50%

164
203
128

R + G + B ~ 65%. #A4CB80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 128 = 495 (100%)
R 164 of 495 ~ 33.13%
G 203 of 495 ~ 41.01%
B 128 of 495 ~ 25.86%

%33.13
%41.01
%25.86

CMYK color model

#A4CB80 color CMYK value is (19,0,37,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 20.39%
CMYK:
(19,0,37,20)
C19M0Y37K20 
(19%,0%,37%,20%)
(0.19/0.00/0.37/0.20)	

CMYK percentages

%19.21
%0
%36.95
%20.39

Codes

Color #A4CB80 in popluar color models

A4CB80
RGB164203128
HSL91°41.90%64.90%
HSB/HSV91°36.95%79.61%
CMYK19.21%0.00%36.95%
20.39%

Color #A4CB80 in popluar number systems.

HEXA4CB80
Decimal164203128
Binary101001001100101110000000
Octal244313200

Shades and tints

Shades of #A4CB80

#A4CB80
(164,203,128)
#96B975
(150,185,117)
#88A76A
(136,167,106)
#7A955F
(122,149,95)
#6C8354
(108,131,84)
#5E7149
(94,113,73)
#505F3E
(80,95,62)
#424D33
(66,77,51)
#343B28
(52,59,40)
#26291D
(38,41,29)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4CB80

#A4CB80
(164,203,128)
#ACCF8B
(172,207,139)
#B4D396
(180,211,150)
#BCD7A1
(188,215,161)
#C4DBAC
(196,219,172)
#CCDFB7
(204,223,183)
#D4E3C2
(212,227,194)
#DCE7CD
(220,231,205)
#E4EBD8
(228,235,216)
#ECEFE3
(236,239,227)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CB80 color. Also use rgb(164,203,128) instead hex code.

Text Font Color

.myTextColor { color: #A4CB80; }

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

This text font color is #A4CB80.


Background Color

.myBgColor { background-color: #A4CB80; }

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

This div background color is #A4CB80.


Border color

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

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

This div border color is #A4CB80.


Opacity

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

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

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

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

This text has shadow with #A4CB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CB80 on black background.


Color preview on white background

This text has color #A4CB80 on white background.



Black color preview on #A4CB80 background

This text has black color on #A4CB80 background.


White color preview on #A4CB80 background

This text has white color on #A4CB80 background.