COLOR #9DC46B

HEX: #9DC46B
RGB: (157,196,107)

Color info

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

RGB color model

#9DC46B color RGB value is (157,196,107).

  • red value is 157;
  • green value is 196;
  • blue value is 107.
RGB:
(157,196,107)
(62%,77%,42%)

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 107 of 255 = 42%

157
196
107

R + G + B ~ 60%. #9DC46B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 196 + 107 = 460 (100%)
R 157 of 460 ~ 34.13%
G 196 of 460 ~ 42.61%
B 107 of 460 ~ 23.26%

%34.13
%42.61
%23.26

CMYK color model

#9DC46B color CMYK value is (20,0,45,23).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK:
(20,0,45,23)
C20M0Y45K23 
(20%,0%,45%,23%)
(0.20/0.00/0.45/0.23)	

CMYK percentages

%19.9
%0
%45.41
%23.14

Codes

Color #9DC46B in popluar color models

9DC46B
RGB157196107
HSL86°43.00%59.41%
HSB/HSV86°45.41%76.86%
CMYK19.90%0.00%45.41%
23.14%

Color #9DC46B in popluar number systems.

HEX9DC46B
Decimal157196107
Binary10011101110001001101011
Octal235304153

Shades and tints

Shades of #9DC46B

#9DC46B
(157,196,107)
#8FB362
(143,179,98)
#81A259
(129,162,89)
#739150
(115,145,80)
#658047
(101,128,71)
#576F3E
(87,111,62)
#495E35
(73,94,53)
#3B4D2C
(59,77,44)
#2D3C23
(45,60,35)
#1F2B1A
(31,43,26)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #9DC46B

#9DC46B
(157,196,107)
#A5C978
(165,201,120)
#ADCE85
(173,206,133)
#B5D392
(181,211,146)
#BDD89F
(189,216,159)
#C5DDAC
(197,221,172)
#CDE2B9
(205,226,185)
#D5E7C6
(213,231,198)
#DDECD3
(221,236,211)
#E5F1E0
(229,241,224)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC46B color. Also use rgb(157,196,107) instead hex code.

Text Font Color

.myTextColor { color: #9DC46B; }

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

This text font color is #9DC46B.


Background Color

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

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

This div background color is #9DC46B.


Border color

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

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

This div border color is #9DC46B.


Opacity

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

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

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

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

This text has shadow with #9DC46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC46B on black background.


Color preview on white background

This text has color #9DC46B on white background.



Black color preview on #9DC46B background

This text has black color on #9DC46B background.


White color preview on #9DC46B background

This text has white color on #9DC46B background.