COLOR #9DA84F

HEX: #9DA84F RGB: (157,168,79)

Color info

#9DA84F contains mainly red and green colors. Web safe color of #9DA84F is #999966 (or #996).

RGB color model

#9DA84F color RGB value is (157,168,79).

RGB: (157,168,79) (62%, 66%, 31%)

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 79 of 255 = 31%

157
168
79

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

Portions of RGB colors in percentages

R + G + B = 157 + 168 + 79 = 404 (100%)
R 157 of 404 ~ 38.86%
G 168 of 404 ~ 41.58%
B 79 of 404 ~ 19.55'%

%38.86
%41.58
%19.55

CMYK color model

#9DA84F color CMYK value is (7,0,53,34).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 52.98%
  • key color value is 34.12%

CMYK: (7,0,53,34)
C7M0Y53K34 (7%, 0%, 53%, 34%)
(0.07 / 0.00 / 0.53 / 0.34)

CMYK percentages

%6.55
%0
%52.98
%34.12

Codes

Color #9DA84F in popluar color models

9D A8 4F
RGB 157 168 79
HSL 67° 36.03% 48.43%
HSB/HSV 67° 52.98% 65.88%
CMYK 6.55% 0.00% 52.98%
34.12%

Color #9DA84F in popluar number systems.

HEX 9D A8 4F
Decimal 157 168 79
Binary 10011101 10101000 1001111
Octal 235 250 117

Shades and tints

Shades of #9DA84F

#9DA84F
(157,168,79)
#8F9948
(143,153,72)
#818A41
(129,138,65)
#737B3A
(115,123,58)
#656C33
(101,108,51)
#575D2C
(87,93,44)
#494E25
(73,78,37)
#3B3F1E
(59,63,30)
#2D3017
(45,48,23)
#1F2110
(31,33,16)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #9DA84F

#9DA84F
(157,168,79)
#A5AF5F
(165,175,95)
#ADB66F
(173,182,111)
#B5BD7F
(181,189,127)
#BDC48F
(189,196,143)
#C5CB9F
(197,203,159)
#CDD2AF
(205,210,175)
#D5D9BF
(213,217,191)
#DDE0CF
(221,224,207)
#E5E7DF
(229,231,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA84F color. Also use rgb(157,168,79) instead hex code.

Text Font Color

.myTextColor { color: #9DA84F; }

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

This text font color is #9DA84F.

Background Color

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

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

This div background color is #9DA84F.

Border color

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

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

This div border color is #9DA84F.

Opacity

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

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

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

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

This text has shadow with #9DA84F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA84F.

Preview

Color preview on black background

This text has color #9DA84F on black background.


Color preview on white background

This text has color #9DA84F on white background.


Black color preview on #9DA84F background

This text has black color on #9DA84F background.


White color preview on #9DA84F background

This text has white color on #9DA84F background.


Related colors

Complementary color

Complementary color for #hex is #6257B0.


I love getcolorcode.com

Triadic colors

1 #4F9DA8 and #A84F9D with #9DA84F are triadic colors.

2 #4FA89D and #A89D4F with #9DA84F are triadic colors.