COLOR #A9C15D

HEX: #A9C15D
RGB: (169,193,93)

Color info

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

RGB color model

#A9C15D color RGB value is (169,193,93).

  • red value is 169;
  • green value is 193;
  • blue value is 93.
RGB: (169,193,93) (66%,76%,36%)

RGB channels and saturation

R 169 of 255 = 66%
G 193 of 255 = 76%
B 93 of 255 = 36%

169
193
93

R + G + B ~ 59%. #A9C15D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 193 + 93 = 455 (100%)
R 169 of 455 ~ 37.14%
G 193 of 455 ~ 42.42%
B 93 of 455 ~ 20.44%

%37.14
%42.42
%20.44

CMYK color model

#A9C15D color CMYK value is (12,0,52,24).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 51.81%
  • key color value is 24.31%
CMYK: (12,0,52,24) C12M0Y52K24 (12%,0%,52%,24%) (0.12/0.00/0.52/0.24)

CMYK percentages

%12.44
%0
%51.81
%24.31

Codes

Color #A9C15D in popluar color models

A9C15D
RGB16919393
HSL74°44.64%56.08%
HSB/HSV74°51.81%75.69%
CMYK12.44%0.00%51.81%
24.31%

Color #A9C15D in popluar number systems.

HEXA9C15D
Decimal16919393
Binary10101001110000011011101
Octal251301135

Shades and tints

Shades of #A9C15D

#A9C15D
(169,193,93)
#9AB055
(154,176,85)
#8B9F4D
(139,159,77)
#7C8E45
(124,142,69)
#6D7D3D
(109,125,61)
#5E6C35
(94,108,53)
#4F5B2D
(79,91,45)
#404A25
(64,74,37)
#31391D
(49,57,29)
#222815
(34,40,21)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #A9C15D

#A9C15D
(169,193,93)
#B0C66B
(176,198,107)
#B7CB79
(183,203,121)
#BED087
(190,208,135)
#C5D595
(197,213,149)
#CCDAA3
(204,218,163)
#D3DFB1
(211,223,177)
#DAE4BF
(218,228,191)
#E1E9CD
(225,233,205)
#E8EEDB
(232,238,219)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C15D color. Also use rgb(169,193,93) instead hex code.

Text Font Color

.myTextColor { color: #A9C15D; }

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

This text font color is #A9C15D.


Background Color

.myBgColor { background-color: #A9C15D; }

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

This div background color is #A9C15D.


Border color

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

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

This div border color is #A9C15D.


Opacity

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

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

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

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

This text has shadow with #A9C15D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9C15D on black background.


Color preview on white background

This text has color #A9C15D on white background.



Black color preview on #A9C15D background

This text has black color on #A9C15D background.


White color preview on #A9C15D background

This text has white color on #A9C15D background.