COLOR #A9D65D

HEX: #A9D65D
RGB: (169,214,93)

Color info

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

RGB color model

#A9D65D color RGB value is (169,214,93).

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

RGB channels and saturation

R 169 of 255 = 66%
G 214 of 255 = 84%
B 93 of 255 = 36%

169
214
93

R + G + B ~ 62%. #A9D65D is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 214 + 93 = 476 (100%)
R 169 of 476 ~ 35.5%
G 214 of 476 ~ 44.96%
B 93 of 476 ~ 19.54%

%35.5
%44.96
%19.54

CMYK color model

#A9D65D color CMYK value is (21,0,57,16).

  • cyan value is 21.03%
  • magenta value is 0.00%
  • yellow value is 56.54%
  • key color value is 16.08%
CMYK:
(21,0,57,16)
C21M0Y57K16 
(21%,0%,57%,16%)
(0.21/0.00/0.57/0.16)	

CMYK percentages

%21.03
%0
%56.54
%16.08

Codes

Color #A9D65D in popluar color models

A9D65D
RGB16921493
HSL82°59.61%60.20%
HSB/HSV82°56.54%83.92%
CMYK21.03%0.00%56.54%
16.08%

Color #A9D65D in popluar number systems.

HEXA9D65D
Decimal16921493
Binary10101001110101101011101
Octal251326135

Shades and tints

Shades of #A9D65D

#A9D65D
(169,214,93)
#9AC355
(154,195,85)
#8BB04D
(139,176,77)
#7C9D45
(124,157,69)
#6D8A3D
(109,138,61)
#5E7735
(94,119,53)
#4F642D
(79,100,45)
#405125
(64,81,37)
#313E1D
(49,62,29)
#222B15
(34,43,21)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #A9D65D

#A9D65D
(169,214,93)
#B0D96B
(176,217,107)
#B7DC79
(183,220,121)
#BEDF87
(190,223,135)
#C5E295
(197,226,149)
#CCE5A3
(204,229,163)
#D3E8B1
(211,232,177)
#DAEBBF
(218,235,191)
#E1EECD
(225,238,205)
#E8F1DB
(232,241,219)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D65D; }

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

This text font color is #A9D65D.


Background Color

.myBgColor { background-color: #A9D65D; }

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

This div background color is #A9D65D.


Border color

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

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

This div border color is #A9D65D.


Opacity

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

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

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

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

This text has shadow with #A9D65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D65D on black background.


Color preview on white background

This text has color #A9D65D on white background.



Black color preview on #A9D65D background

This text has black color on #A9D65D background.


White color preview on #A9D65D background

This text has white color on #A9D65D background.