COLOR #9DAB39

HEX: #9DAB39 RGB: (157,171,57)

Color info

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

RGB color model

#9DAB39 color RGB value is (157,171,57).

RGB: (157,171,57) (62%, 67%, 22%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 57 of 255 = 22%

157
171
57

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

Portions of RGB colors in percentages

R + G + B = 157 + 171 + 57 = 385 (100%)
R 157 of 385 ~ 40.78%
G 171 of 385 ~ 44.42%
B 57 of 385 ~ 14.81'%

%40.78
%44.42
%14.81

CMYK color model

#9DAB39 color CMYK value is (8,0,67,33).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 32.94%

CMYK: (8,0,67,33)
C8M0Y67K33 (8%, 0%, 67%, 33%)
(0.08 / 0.00 / 0.67 / 0.33)

CMYK percentages

%8.19
%0
%66.67
%32.94

Codes

Color #9DAB39 in popluar color models

9D AB 39
RGB 157 171 57
HSL 67° 50.00% 44.71%
HSB/HSV 67° 66.67% 67.06%
CMYK 8.19% 0.00% 66.67%
32.94%

Color #9DAB39 in popluar number systems.

HEX 9D AB 39
Decimal 157 171 57
Binary 10011101 10101011 111001
Octal 235 253 71

Shades and tints

Shades of #9DAB39

#9DAB39
(157,171,57)
#8F9C34
(143,156,52)
#818D2F
(129,141,47)
#737E2A
(115,126,42)
#656F25
(101,111,37)
#576020
(87,96,32)
#49511B
(73,81,27)
#3B4216
(59,66,22)
#2D3311
(45,51,17)
#1F240C
(31,36,12)
#111507
(17,21,7)
#000000
(0,0,0)

Tints of #9DAB39

#9DAB39
(157,171,57)
#A5B24B
(165,178,75)
#ADB95D
(173,185,93)
#B5C06F
(181,192,111)
#BDC781
(189,199,129)
#C5CE93
(197,206,147)
#CDD5A5
(205,213,165)
#D5DCB7
(213,220,183)
#DDE3C9
(221,227,201)
#E5EADB
(229,234,219)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAB39 color. Also use rgb(157,171,57) instead hex code.

Text Font Color

.myTextColor { color: #9DAB39; }

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

This text font color is #9DAB39.

Background Color

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

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

This div background color is #9DAB39.

Border color

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

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

This div border color is #9DAB39.

Opacity

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

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

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

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

This text has shadow with #9DAB39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAB39.

Preview

Color preview on black background

This text has color #9DAB39 on black background.


Color preview on white background

This text has color #9DAB39 on white background.


Black color preview on #9DAB39 background

This text has black color on #9DAB39 background.


White color preview on #9DAB39 background

This text has white color on #9DAB39 background.


Related colors

Complementary color

Complementary color for #hex is #6254C6.


I love getcolorcode.com

Triadic colors

1 #399DAB and #AB399D with #9DAB39 are triadic colors.

2 #39AB9D and #AB9D39 with #9DAB39 are triadic colors.