COLOR #9DC67F

HEX: #9DC67F
RGB: (157,198,127)

Color info

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

RGB color model

#9DC67F color RGB value is (157,198,127).

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

RGB channels and saturation

R 157 of 255 = 62%
G 198 of 255 = 78%
B 127 of 255 = 50%

157
198
127

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

Portions of RGB colors in percentages

R + G + B =
157 + 198 + 127 = 482 (100%)
R 157 of 482 ~ 32.57%
G 198 of 482 ~ 41.08%
B 127 of 482 ~ 26.35%

%32.57
%41.08
%26.35

CMYK color model

#9DC67F color CMYK value is (21,0,36,22).

  • cyan value is 20.71%
  • magenta value is 0.00%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(21,0,36,22)
C21M0Y36K22 
(21%,0%,36%,22%)
(0.21/0.00/0.36/0.22)	

CMYK percentages

%20.71
%0
%35.86
%22.35

Codes

Color #9DC67F in popluar color models

9DC67F
RGB157198127
HSL95°38.38%63.73%
HSB/HSV95°35.86%77.65%
CMYK20.71%0.00%35.86%
22.35%

Color #9DC67F in popluar number systems.

HEX9DC67F
Decimal157198127
Binary10011101110001101111111
Octal235306177

Shades and tints

Shades of #9DC67F

#9DC67F
(157,198,127)
#8FB474
(143,180,116)
#81A269
(129,162,105)
#73905E
(115,144,94)
#657E53
(101,126,83)
#576C48
(87,108,72)
#495A3D
(73,90,61)
#3B4832
(59,72,50)
#2D3627
(45,54,39)
#1F241C
(31,36,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #9DC67F

#9DC67F
(157,198,127)
#A5CB8A
(165,203,138)
#ADD095
(173,208,149)
#B5D5A0
(181,213,160)
#BDDAAB
(189,218,171)
#C5DFB6
(197,223,182)
#CDE4C1
(205,228,193)
#D5E9CC
(213,233,204)
#DDEED7
(221,238,215)
#E5F3E2
(229,243,226)
#EDF8ED
(237,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC67F; }

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

This text font color is #9DC67F.


Background Color

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

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

This div background color is #9DC67F.


Border color

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

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

This div border color is #9DC67F.


Opacity

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

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

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

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

This text has shadow with #9DC67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC67F on black background.


Color preview on white background

This text has color #9DC67F on white background.



Black color preview on #9DC67F background

This text has black color on #9DC67F background.


White color preview on #9DC67F background

This text has white color on #9DC67F background.