COLOR #9DC672

HEX: #9DC672
RGB: (157,198,114)

Color info

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

RGB color model

#9DC672 color RGB value is (157,198,114).

  • red value is 157;
  • green value is 198;
  • blue value is 114.
RGB:
(157,198,114)
(62%,78%,45%)

RGB channels and saturation

R 157 of 255 = 62%
G 198 of 255 = 78%
B 114 of 255 = 45%

157
198
114

R + G + B ~ 62%. #9DC672 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 198 + 114 = 469 (100%)
R 157 of 469 ~ 33.48%
G 198 of 469 ~ 42.22%
B 114 of 469 ~ 24.31%

%33.48
%42.22
%24.31

CMYK color model

#9DC672 color CMYK value is (21,0,42,22).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 22.35%
CMYK:
(21,0,42,22)
C21M0Y42K22 
(21%,0%,42%,22%)
(0.21/0.00/0.42/0.22)	

CMYK percentages

%20.71
%0
%42.42
%22.35

Codes

Color #9DC672 in popluar color models

9DC672
RGB157198114
HSL89°42.42%61.18%
HSB/HSV89°42.42%77.65%
CMYK20.71%0.00%42.42%
22.35%

Color #9DC672 in popluar number systems.

HEX9DC672
Decimal157198114
Binary10011101110001101110010
Octal235306162

Shades and tints

Shades of #9DC672

#9DC672
(157,198,114)
#8FB468
(143,180,104)
#81A25E
(129,162,94)
#739054
(115,144,84)
#657E4A
(101,126,74)
#576C40
(87,108,64)
#495A36
(73,90,54)
#3B482C
(59,72,44)
#2D3622
(45,54,34)
#1F2418
(31,36,24)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #9DC672

#9DC672
(157,198,114)
#A5CB7E
(165,203,126)
#ADD08A
(173,208,138)
#B5D596
(181,213,150)
#BDDAA2
(189,218,162)
#C5DFAE
(197,223,174)
#CDE4BA
(205,228,186)
#D5E9C6
(213,233,198)
#DDEED2
(221,238,210)
#E5F3DE
(229,243,222)
#EDF8EA
(237,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC672 color. Also use rgb(157,198,114) instead hex code.

Text Font Color

.myTextColor { color: #9DC672; }

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

This text font color is #9DC672.


Background Color

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

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

This div background color is #9DC672.


Border color

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

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

This div border color is #9DC672.


Opacity

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

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

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

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

This text has shadow with #9DC672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC672 on black background.


Color preview on white background

This text has color #9DC672 on white background.



Black color preview on #9DC672 background

This text has black color on #9DC672 background.


White color preview on #9DC672 background

This text has white color on #9DC672 background.