COLOR #9DAA1D

HEX: #9DAA1D
RGB: (157,170,29)

Color info

#9DAA1D contains mainly red and green colors. Web safe color of #9DAA1D is #999933 (or #993).

RGB color model

#9DAA1D color RGB value is (157,170,29).

  • red value is 157;
  • green value is 170;
  • blue value is 29.
RGB:
(157,170,29)
(62%,67%,11%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 29 of 255 = 11%

157
170
29

R + G + B ~ 47%. #9DAA1D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 170 + 29 = 356 (100%)
R 157 of 356 ~ 44.1%
G 170 of 356 ~ 47.75%
B 29 of 356 ~ 8.15%

%44.1
%47.75

CMYK color model

#9DAA1D color CMYK value is (8,0,83,33).

  • cyan value is 7.65%
  • magenta value is 0.00%
  • yellow value is 82.94%
  • key color value is 33.33%
CMYK:
(8,0,83,33)
C8M0Y83K33 
(8%,0%,83%,33%)
(0.08/0.00/0.83/0.33)	

CMYK percentages

%7.65
%0
%82.94
%33.33

Codes

Color #9DAA1D in popluar color models

9DAA1D
RGB15717029
HSL66°70.85%39.02%
HSB/HSV66°82.94%66.67%
CMYK7.65%0.00%82.94%
33.33%

Color #9DAA1D in popluar number systems.

HEX9DAA1D
Decimal15717029
Binary100111011010101011101
Octal23525235

Shades and tints

Shades of #9DAA1D

#9DAA1D
(157,170,29)
#8F9B1B
(143,155,27)
#818C19
(129,140,25)
#737D17
(115,125,23)
#656E15
(101,110,21)
#575F13
(87,95,19)
#495011
(73,80,17)
#3B410F
(59,65,15)
#2D320D
(45,50,13)
#1F230B
(31,35,11)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #9DAA1D

#9DAA1D
(157,170,29)
#A5B131
(165,177,49)
#ADB845
(173,184,69)
#B5BF59
(181,191,89)
#BDC66D
(189,198,109)
#C5CD81
(197,205,129)
#CDD495
(205,212,149)
#D5DBA9
(213,219,169)
#DDE2BD
(221,226,189)
#E5E9D1
(229,233,209)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAA1D color. Also use rgb(157,170,29) instead hex code.

Text Font Color

.myTextColor { color: #9DAA1D; }

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

This text font color is #9DAA1D.


Background Color

.myBgColor { background-color: #9DAA1D; }

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

This div background color is #9DAA1D.


Border color

.myBorderColor { border: 1px solid #9DAA1D; }

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

This div border color is #9DAA1D.


Opacity

.myOpacity80 { color: #9DAA1D; opacity: 0.8; }

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

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

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

This text has shadow with #9DAA1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAA1D on black background.


Color preview on white background

This text has color #9DAA1D on white background.



Black color preview on #9DAA1D background

This text has black color on #9DAA1D background.


White color preview on #9DAA1D background

This text has white color on #9DAA1D background.