COLOR #9DD91F

HEX: #9DD91F
RGB: (157,217,31)

Color info

#9DD91F contains mainly green color. Web safe color of #9DD91F is #99CC33 (or #9C3).

RGB color model

#9DD91F color RGB value is (157,217,31).

  • red value is 157;
  • green value is 217;
  • blue value is 31.
RGB:
(157,217,31)
(62%,85%,12%)

RGB channels and saturation

R 157 of 255 = 62%
G 217 of 255 = 85%
B 31 of 255 = 12%

157
217
31

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

Portions of RGB colors in percentages

R + G + B =
157 + 217 + 31 = 405 (100%)
R 157 of 405 ~ 38.77%
G 217 of 405 ~ 53.58%
B 31 of 405 ~ 7.65%

%38.77
%53.58

CMYK color model

#9DD91F color CMYK value is (28,0,86,15).

  • cyan value is 27.65%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 14.90%
CMYK:
(28,0,86,15)
C28M0Y86K15 
(28%,0%,86%,15%)
(0.28/0.00/0.86/0.15)	

CMYK percentages

%27.65
%0
%85.71
%14.9

Codes

Color #9DD91F in popluar color models

9DD91F
RGB15721731
HSL79°75.00%48.63%
HSB/HSV79°85.71%85.10%
CMYK27.65%0.00%85.71%
14.90%

Color #9DD91F in popluar number systems.

HEX9DD91F
Decimal15721731
Binary100111011101100111111
Octal23533137

Shades and tints

Shades of #9DD91F

#9DD91F
(157,217,31)
#8FC61D
(143,198,29)
#81B31B
(129,179,27)
#73A019
(115,160,25)
#658D17
(101,141,23)
#577A15
(87,122,21)
#496713
(73,103,19)
#3B5411
(59,84,17)
#2D410F
(45,65,15)
#1F2E0D
(31,46,13)
#111B0B
(17,27,11)
#000000
(0,0,0)

Tints of #9DD91F

#9DD91F
(157,217,31)
#A5DC33
(165,220,51)
#ADDF47
(173,223,71)
#B5E25B
(181,226,91)
#BDE56F
(189,229,111)
#C5E883
(197,232,131)
#CDEB97
(205,235,151)
#D5EEAB
(213,238,171)
#DDF1BF
(221,241,191)
#E5F4D3
(229,244,211)
#EDF7E7
(237,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD91F color. Also use rgb(157,217,31) instead hex code.

Text Font Color

.myTextColor { color: #9DD91F; }

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

This text font color is #9DD91F.


Background Color

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

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

This div background color is #9DD91F.


Border color

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

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

This div border color is #9DD91F.


Opacity

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

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

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

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

This text has shadow with #9DD91F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD91F on black background.


Color preview on white background

This text has color #9DD91F on white background.



Black color preview on #9DD91F background

This text has black color on #9DD91F background.


White color preview on #9DD91F background

This text has white color on #9DD91F background.