COLOR #A4D15D

HEX: #A4D15D
RGB: (164,209,93)

Color info

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

RGB color model

#A4D15D color RGB value is (164,209,93).

  • red value is 164;
  • green value is 209;
  • blue value is 93.
RGB:
(164,209,93)
(64%,82%,36%)

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 93 of 255 = 36%

164
209
93

R + G + B ~ 61%. #A4D15D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 209 + 93 = 466 (100%)
R 164 of 466 ~ 35.19%
G 209 of 466 ~ 44.85%
B 93 of 466 ~ 19.96%

%35.19
%44.85
%19.96

CMYK color model

#A4D15D color CMYK value is (22,0,56,18).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 55.50%
  • key color value is 18.04%
CMYK:
(22,0,56,18)
C22M0Y56K18 
(22%,0%,56%,18%)
(0.22/0.00/0.56/0.18)	

CMYK percentages

%21.53
%0
%55.5
%18.04

Codes

Color #A4D15D in popluar color models

A4D15D
RGB16420993
HSL83°55.77%59.22%
HSB/HSV83°55.50%81.96%
CMYK21.53%0.00%55.50%
18.04%

Color #A4D15D in popluar number systems.

HEXA4D15D
Decimal16420993
Binary10100100110100011011101
Octal244321135

Shades and tints

Shades of #A4D15D

#A4D15D
(164,209,93)
#96BE55
(150,190,85)
#88AB4D
(136,171,77)
#7A9845
(122,152,69)
#6C853D
(108,133,61)
#5E7235
(94,114,53)
#505F2D
(80,95,45)
#424C25
(66,76,37)
#34391D
(52,57,29)
#262615
(38,38,21)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #A4D15D

#A4D15D
(164,209,93)
#ACD56B
(172,213,107)
#B4D979
(180,217,121)
#BCDD87
(188,221,135)
#C4E195
(196,225,149)
#CCE5A3
(204,229,163)
#D4E9B1
(212,233,177)
#DCEDBF
(220,237,191)
#E4F1CD
(228,241,205)
#ECF5DB
(236,245,219)
#F4F9E9
(244,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D15D color. Also use rgb(164,209,93) instead hex code.

Text Font Color

.myTextColor { color: #A4D15D; }

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

This text font color is #A4D15D.


Background Color

.myBgColor { background-color: #A4D15D; }

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

This div background color is #A4D15D.


Border color

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

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

This div border color is #A4D15D.


Opacity

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

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

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

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

This text has shadow with #A4D15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D15D on black background.


Color preview on white background

This text has color #A4D15D on white background.



Black color preview on #A4D15D background

This text has black color on #A4D15D background.


White color preview on #A4D15D background

This text has white color on #A4D15D background.