COLOR #9DCA79

HEX: #9DCA79
RGB: (157,202,121)

Color info

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

RGB color model

#9DCA79 color RGB value is (157,202,121).

  • red value is 157;
  • green value is 202;
  • blue value is 121.
RGB:
(157,202,121)
(62%,79%,47%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 121 of 255 = 47%

157
202
121

R + G + B ~ 63%. #9DCA79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 202 + 121 = 480 (100%)
R 157 of 480 ~ 32.71%
G 202 of 480 ~ 42.08%
B 121 of 480 ~ 25.21%

%32.71
%42.08
%25.21

CMYK color model

#9DCA79 color CMYK value is (22,0,40,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 20.78%
CMYK:
(22,0,40,21)
C22M0Y40K21 
(22%,0%,40%,21%)
(0.22/0.00/0.40/0.21)	

CMYK percentages

%22.28
%0
%40.1
%20.78

Codes

Color #9DCA79 in popluar color models

9DCA79
RGB157202121
HSL93°43.32%63.33%
HSB/HSV93°40.10%79.22%
CMYK22.28%0.00%40.10%
20.78%

Color #9DCA79 in popluar number systems.

HEX9DCA79
Decimal157202121
Binary10011101110010101111001
Octal235312171

Shades and tints

Shades of #9DCA79

#9DCA79
(157,202,121)
#8FB86E
(143,184,110)
#81A663
(129,166,99)
#739458
(115,148,88)
#65824D
(101,130,77)
#577042
(87,112,66)
#495E37
(73,94,55)
#3B4C2C
(59,76,44)
#2D3A21
(45,58,33)
#1F2816
(31,40,22)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #9DCA79

#9DCA79
(157,202,121)
#A5CE85
(165,206,133)
#ADD291
(173,210,145)
#B5D69D
(181,214,157)
#BDDAA9
(189,218,169)
#C5DEB5
(197,222,181)
#CDE2C1
(205,226,193)
#D5E6CD
(213,230,205)
#DDEAD9
(221,234,217)
#E5EEE5
(229,238,229)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCA79 color. Also use rgb(157,202,121) instead hex code.

Text Font Color

.myTextColor { color: #9DCA79; }

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

This text font color is #9DCA79.


Background Color

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

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

This div background color is #9DCA79.


Border color

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

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

This div border color is #9DCA79.


Opacity

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

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

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

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

This text has shadow with #9DCA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCA79 on black background.


Color preview on white background

This text has color #9DCA79 on white background.



Black color preview on #9DCA79 background

This text has black color on #9DCA79 background.


White color preview on #9DCA79 background

This text has white color on #9DCA79 background.