COLOR #9DC272

HEX: #9DC272
RGB: (157,194,114)

Color info

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

RGB color model

#9DC272 color RGB value is (157,194,114).

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

RGB channels and saturation

R 157 of 255 = 62%
G 194 of 255 = 76%
B 114 of 255 = 45%

157
194
114

R + G + B ~ 61%. #9DC272 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 194 + 114 = 465 (100%)
R 157 of 465 ~ 33.76%
G 194 of 465 ~ 41.72%
B 114 of 465 ~ 24.52%

%33.76
%41.72
%24.52

CMYK color model

#9DC272 color CMYK value is (19,0,41,24).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 23.92%
CMYK:
(19,0,41,24)
C19M0Y41K24 
(19%,0%,41%,24%)
(0.19/0.00/0.41/0.24)	

CMYK percentages

%19.07
%0
%41.24
%23.92

Codes

Color #9DC272 in popluar color models

9DC272
RGB157194114
HSL88°39.60%60.39%
HSB/HSV88°41.24%76.08%
CMYK19.07%0.00%41.24%
23.92%

Color #9DC272 in popluar number systems.

HEX9DC272
Decimal157194114
Binary10011101110000101110010
Octal235302162

Shades and tints

Shades of #9DC272

#9DC272
(157,194,114)
#8FB168
(143,177,104)
#81A05E
(129,160,94)
#738F54
(115,143,84)
#657E4A
(101,126,74)
#576D40
(87,109,64)
#495C36
(73,92,54)
#3B4B2C
(59,75,44)
#2D3A22
(45,58,34)
#1F2918
(31,41,24)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #9DC272

#9DC272
(157,194,114)
#A5C77E
(165,199,126)
#ADCC8A
(173,204,138)
#B5D196
(181,209,150)
#BDD6A2
(189,214,162)
#C5DBAE
(197,219,174)
#CDE0BA
(205,224,186)
#D5E5C6
(213,229,198)
#DDEAD2
(221,234,210)
#E5EFDE
(229,239,222)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC272; }

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

This text font color is #9DC272.


Background Color

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

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

This div background color is #9DC272.


Border color

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

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

This div border color is #9DC272.


Opacity

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

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

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

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

This text has shadow with #9DC272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC272 on black background.


Color preview on white background

This text has color #9DC272 on white background.



Black color preview on #9DC272 background

This text has black color on #9DC272 background.


White color preview on #9DC272 background

This text has white color on #9DC272 background.