COLOR #9DC27D

HEX: #9DC27D
RGB: (157,194,125)

Color info

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

RGB color model

#9DC27D color RGB value is (157,194,125).

  • red value is 157;
  • green value is 194;
  • blue value is 125.
RGB:
(157,194,125)
(62%,76%,49%)

RGB channels and saturation

R 157 of 255 = 62%
G 194 of 255 = 76%
B 125 of 255 = 49%

157
194
125

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

Portions of RGB colors in percentages

R + G + B =
157 + 194 + 125 = 476 (100%)
R 157 of 476 ~ 32.98%
G 194 of 476 ~ 40.76%
B 125 of 476 ~ 26.26%

%32.98
%40.76
%26.26

CMYK color model

#9DC27D color CMYK value is (19,0,36,24).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 35.57%
  • key color value is 23.92%
CMYK:
(19,0,36,24)
C19M0Y36K24 
(19%,0%,36%,24%)
(0.19/0.00/0.36/0.24)	

CMYK percentages

%19.07
%0
%35.57
%23.92

Codes

Color #9DC27D in popluar color models

9DC27D
RGB157194125
HSL92°36.13%62.55%
HSB/HSV92°35.57%76.08%
CMYK19.07%0.00%35.57%
23.92%

Color #9DC27D in popluar number systems.

HEX9DC27D
Decimal157194125
Binary10011101110000101111101
Octal235302175

Shades and tints

Shades of #9DC27D

#9DC27D
(157,194,125)
#8FB172
(143,177,114)
#81A067
(129,160,103)
#738F5C
(115,143,92)
#657E51
(101,126,81)
#576D46
(87,109,70)
#495C3B
(73,92,59)
#3B4B30
(59,75,48)
#2D3A25
(45,58,37)
#1F291A
(31,41,26)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #9DC27D

#9DC27D
(157,194,125)
#A5C788
(165,199,136)
#ADCC93
(173,204,147)
#B5D19E
(181,209,158)
#BDD6A9
(189,214,169)
#C5DBB4
(197,219,180)
#CDE0BF
(205,224,191)
#D5E5CA
(213,229,202)
#DDEAD5
(221,234,213)
#E5EFE0
(229,239,224)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC27D color. Also use rgb(157,194,125) instead hex code.

Text Font Color

.myTextColor { color: #9DC27D; }

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

This text font color is #9DC27D.


Background Color

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

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

This div background color is #9DC27D.


Border color

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

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

This div border color is #9DC27D.


Opacity

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

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

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

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

This text has shadow with #9DC27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC27D on black background.


Color preview on white background

This text has color #9DC27D on white background.



Black color preview on #9DC27D background

This text has black color on #9DC27D background.


White color preview on #9DC27D background

This text has white color on #9DC27D background.