COLOR #A9D145

HEX: #A9D145
RGB: (169,209,69)

Color info

#A9D145 contains mainly red and green colors. Web safe color of #A9D145 is #99CC33 (or #9C3).

RGB color model

#A9D145 color RGB value is (169,209,69).

  • red value is 169;
  • green value is 209;
  • blue value is 69.
RGB:
(169,209,69)
(66%,82%,27%)

RGB channels and saturation

R 169 of 255 = 66%
G 209 of 255 = 82%
B 69 of 255 = 27%

169
209
69

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

Portions of RGB colors in percentages

R + G + B =
169 + 209 + 69 = 447 (100%)
R 169 of 447 ~ 37.81%
G 209 of 447 ~ 46.76%
B 69 of 447 ~ 15.44%

%37.81
%46.76
%15.44

CMYK color model

#A9D145 color CMYK value is (19,0,67,18).

  • cyan value is 19.14%
  • magenta value is 0.00%
  • yellow value is 66.99%
  • key color value is 18.04%
CMYK:
(19,0,67,18)
C19M0Y67K18 
(19%,0%,67%,18%)
(0.19/0.00/0.67/0.18)	

CMYK percentages

%19.14
%0
%66.99
%18.04

Codes

Color #A9D145 in popluar color models

A9D145
RGB16920969
HSL77°60.34%54.51%
HSB/HSV77°66.99%81.96%
CMYK19.14%0.00%66.99%
18.04%

Color #A9D145 in popluar number systems.

HEXA9D145
Decimal16920969
Binary10101001110100011000101
Octal251321105

Shades and tints

Shades of #A9D145

#A9D145
(169,209,69)
#9ABE3F
(154,190,63)
#8BAB39
(139,171,57)
#7C9833
(124,152,51)
#6D852D
(109,133,45)
#5E7227
(94,114,39)
#4F5F21
(79,95,33)
#404C1B
(64,76,27)
#313915
(49,57,21)
#22260F
(34,38,15)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #A9D145

#A9D145
(169,209,69)
#B0D555
(176,213,85)
#B7D965
(183,217,101)
#BEDD75
(190,221,117)
#C5E185
(197,225,133)
#CCE595
(204,229,149)
#D3E9A5
(211,233,165)
#DAEDB5
(218,237,181)
#E1F1C5
(225,241,197)
#E8F5D5
(232,245,213)
#EFF9E5
(239,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D145 color. Also use rgb(169,209,69) instead hex code.

Text Font Color

.myTextColor { color: #A9D145; }

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

This text font color is #A9D145.


Background Color

.myBgColor { background-color: #A9D145; }

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

This div background color is #A9D145.


Border color

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

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

This div border color is #A9D145.


Opacity

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

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

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

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

This text has shadow with #A9D145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D145 on black background.


Color preview on white background

This text has color #A9D145 on white background.



Black color preview on #A9D145 background

This text has black color on #A9D145 background.


White color preview on #A9D145 background

This text has white color on #A9D145 background.