COLOR #A9D05C

HEX: #A9D05C
RGB: (169,208,92)

Color info

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

RGB color model

#A9D05C color RGB value is (169,208,92).

  • red value is 169;
  • green value is 208;
  • blue value is 92.
RGB:
(169,208,92)
(66%,82%,36%)

RGB channels and saturation

R 169 of 255 = 66%
G 208 of 255 = 82%
B 92 of 255 = 36%

169
208
92

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

Portions of RGB colors in percentages

R + G + B =
169 + 208 + 92 = 469 (100%)
R 169 of 469 ~ 36.03%
G 208 of 469 ~ 44.35%
B 92 of 469 ~ 19.62%

%36.03
%44.35
%19.62

CMYK color model

#A9D05C color CMYK value is (19,0,56,18).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 55.77%
  • key color value is 18.43%
CMYK:
(19,0,56,18)
C19M0Y56K18 
(19%,0%,56%,18%)
(0.19/0.00/0.56/0.18)	

CMYK percentages

%18.75
%0
%55.77
%18.43

Codes

Color #A9D05C in popluar color models

A9D05C
RGB16920892
HSL80°55.24%58.82%
HSB/HSV80°55.77%81.57%
CMYK18.75%0.00%55.77%
18.43%

Color #A9D05C in popluar number systems.

HEXA9D05C
Decimal16920892
Binary10101001110100001011100
Octal251320134

Shades and tints

Shades of #A9D05C

#A9D05C
(169,208,92)
#9ABE54
(154,190,84)
#8BAC4C
(139,172,76)
#7C9A44
(124,154,68)
#6D883C
(109,136,60)
#5E7634
(94,118,52)
#4F642C
(79,100,44)
#405224
(64,82,36)
#31401C
(49,64,28)
#222E14
(34,46,20)
#131C0C
(19,28,12)
#000000
(0,0,0)

Tints of #A9D05C

#A9D05C
(169,208,92)
#B0D46A
(176,212,106)
#B7D878
(183,216,120)
#BEDC86
(190,220,134)
#C5E094
(197,224,148)
#CCE4A2
(204,228,162)
#D3E8B0
(211,232,176)
#DAECBE
(218,236,190)
#E1F0CC
(225,240,204)
#E8F4DA
(232,244,218)
#EFF8E8
(239,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D05C color. Also use rgb(169,208,92) instead hex code.

Text Font Color

.myTextColor { color: #A9D05C; }

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

This text font color is #A9D05C.


Background Color

.myBgColor { background-color: #A9D05C; }

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

This div background color is #A9D05C.


Border color

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

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

This div border color is #A9D05C.


Opacity

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

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

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

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

This text has shadow with #A9D05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D05C on black background.


Color preview on white background

This text has color #A9D05C on white background.



Black color preview on #A9D05C background

This text has black color on #A9D05C background.


White color preview on #A9D05C background

This text has white color on #A9D05C background.