COLOR #A4CF92

HEX: #A4CF92
RGB: (164,207,146)

Color info

#A4CF92 contains mainly red and green colors. Web safe color of #A4CF92 is #99CC99 (or #9C9).

RGB color model

#A4CF92 color RGB value is (164,207,146).

  • red value is 164;
  • green value is 207;
  • blue value is 146.
RGB:
(164,207,146)
(64%,81%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 146 of 255 = 57%

164
207
146

R + G + B ~ 67%. #A4CF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 207 + 146 = 517 (100%)
R 164 of 517 ~ 31.72%
G 207 of 517 ~ 40.04%
B 146 of 517 ~ 28.24%

%31.72
%40.04
%28.24

CMYK color model

#A4CF92 color CMYK value is (21,0,29,19).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 18.82%
CMYK:
(21,0,29,19)
C21M0Y29K19 
(21%,0%,29%,19%)
(0.21/0.00/0.29/0.19)	

CMYK percentages

%20.77
%0
%29.47
%18.82

Codes

Color #A4CF92 in popluar color models

A4CF92
RGB164207146
HSL102°38.85%69.22%
HSB/HSV102°29.47%81.18%
CMYK20.77%0.00%29.47%
18.82%

Color #A4CF92 in popluar number systems.

HEXA4CF92
Decimal164207146
Binary101001001100111110010010
Octal244317222

Shades and tints

Shades of #A4CF92

#A4CF92
(164,207,146)
#96BD85
(150,189,133)
#88AB78
(136,171,120)
#7A996B
(122,153,107)
#6C875E
(108,135,94)
#5E7551
(94,117,81)
#506344
(80,99,68)
#425137
(66,81,55)
#343F2A
(52,63,42)
#262D1D
(38,45,29)
#181B10
(24,27,16)
#000000
(0,0,0)

Tints of #A4CF92

#A4CF92
(164,207,146)
#ACD39B
(172,211,155)
#B4D7A4
(180,215,164)
#BCDBAD
(188,219,173)
#C4DFB6
(196,223,182)
#CCE3BF
(204,227,191)
#D4E7C8
(212,231,200)
#DCEBD1
(220,235,209)
#E4EFDA
(228,239,218)
#ECF3E3
(236,243,227)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CF92 color. Also use rgb(164,207,146) instead hex code.

Text Font Color

.myTextColor { color: #A4CF92; }

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

This text font color is #A4CF92.


Background Color

.myBgColor { background-color: #A4CF92; }

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

This div background color is #A4CF92.


Border color

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

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

This div border color is #A4CF92.


Opacity

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

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

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

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

This text has shadow with #A4CF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CF92 on black background.


Color preview on white background

This text has color #A4CF92 on white background.



Black color preview on #A4CF92 background

This text has black color on #A4CF92 background.


White color preview on #A4CF92 background

This text has white color on #A4CF92 background.