COLOR #9DD161

HEX: #9DD161
RGB: (157,209,97)

Color info

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

RGB color model

#9DD161 color RGB value is (157,209,97).

  • red value is 157;
  • green value is 209;
  • blue value is 97.
RGB:
(157,209,97)
(62%,82%,38%)

RGB channels and saturation

R 157 of 255 = 62%
G 209 of 255 = 82%
B 97 of 255 = 38%

157
209
97

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

Portions of RGB colors in percentages

R + G + B =
157 + 209 + 97 = 463 (100%)
R 157 of 463 ~ 33.91%
G 209 of 463 ~ 45.14%
B 97 of 463 ~ 20.95%

%33.91
%45.14
%20.95

CMYK color model

#9DD161 color CMYK value is (25,0,54,18).

  • cyan value is 24.88%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 18.04%
CMYK:
(25,0,54,18)
C25M0Y54K18 
(25%,0%,54%,18%)
(0.25/0.00/0.54/0.18)	

CMYK percentages

%24.88
%0
%53.59
%18.04

Codes

Color #9DD161 in popluar color models

9DD161
RGB15720997
HSL88°54.90%60.00%
HSB/HSV88°53.59%81.96%
CMYK24.88%0.00%53.59%
18.04%

Color #9DD161 in popluar number systems.

HEX9DD161
Decimal15720997
Binary10011101110100011100001
Octal235321141

Shades and tints

Shades of #9DD161

#9DD161
(157,209,97)
#8FBE59
(143,190,89)
#81AB51
(129,171,81)
#739849
(115,152,73)
#658541
(101,133,65)
#577239
(87,114,57)
#495F31
(73,95,49)
#3B4C29
(59,76,41)
#2D3921
(45,57,33)
#1F2619
(31,38,25)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9DD161

#9DD161
(157,209,97)
#A5D56F
(165,213,111)
#ADD97D
(173,217,125)
#B5DD8B
(181,221,139)
#BDE199
(189,225,153)
#C5E5A7
(197,229,167)
#CDE9B5
(205,233,181)
#D5EDC3
(213,237,195)
#DDF1D1
(221,241,209)
#E5F5DF
(229,245,223)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD161 color. Also use rgb(157,209,97) instead hex code.

Text Font Color

.myTextColor { color: #9DD161; }

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

This text font color is #9DD161.


Background Color

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

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

This div background color is #9DD161.


Border color

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

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

This div border color is #9DD161.


Opacity

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

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

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

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

This text has shadow with #9DD161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD161 on black background.


Color preview on white background

This text has color #9DD161 on white background.



Black color preview on #9DD161 background

This text has black color on #9DD161 background.


White color preview on #9DD161 background

This text has white color on #9DD161 background.