COLOR #A4D092

HEX: #A4D092
RGB: (164,208,146)

Color info

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

RGB color model

#A4D092 color RGB value is (164,208,146).

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

RGB channels and saturation

R 164 of 255 = 64%
G 208 of 255 = 82%
B 146 of 255 = 57%

164
208
146

R + G + B ~ 68%. #A4D092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 208 + 146 = 518 (100%)
R 164 of 518 ~ 31.66%
G 208 of 518 ~ 40.15%
B 146 of 518 ~ 28.19%

%31.66
%40.15
%28.19

CMYK color model

#A4D092 color CMYK value is (21,0,30,18).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(21,0,30,18)
C21M0Y30K18 
(21%,0%,30%,18%)
(0.21/0.00/0.30/0.18)	

CMYK percentages

%21.15
%0
%29.81
%18.43

Codes

Color #A4D092 in popluar color models

A4D092
RGB164208146
HSL103°39.74%69.41%
HSB/HSV103°29.81%81.57%
CMYK21.15%0.00%29.81%
18.43%

Color #A4D092 in popluar number systems.

HEXA4D092
Decimal164208146
Binary101001001101000010010010
Octal244320222

Shades and tints

Shades of #A4D092

#A4D092
(164,208,146)
#96BE85
(150,190,133)
#88AC78
(136,172,120)
#7A9A6B
(122,154,107)
#6C885E
(108,136,94)
#5E7651
(94,118,81)
#506444
(80,100,68)
#425237
(66,82,55)
#34402A
(52,64,42)
#262E1D
(38,46,29)
#181C10
(24,28,16)
#000000
(0,0,0)

Tints of #A4D092

#A4D092
(164,208,146)
#ACD49B
(172,212,155)
#B4D8A4
(180,216,164)
#BCDCAD
(188,220,173)
#C4E0B6
(196,224,182)
#CCE4BF
(204,228,191)
#D4E8C8
(212,232,200)
#DCECD1
(220,236,209)
#E4F0DA
(228,240,218)
#ECF4E3
(236,244,227)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D092; }

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

This text font color is #A4D092.


Background Color

.myBgColor { background-color: #A4D092; }

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

This div background color is #A4D092.


Border color

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

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

This div border color is #A4D092.


Opacity

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

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

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

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

This text has shadow with #A4D092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D092 on black background.


Color preview on white background

This text has color #A4D092 on white background.



Black color preview on #A4D092 background

This text has black color on #A4D092 background.


White color preview on #A4D092 background

This text has white color on #A4D092 background.