COLOR #9DD369

HEX: #9DD369
RGB: (157,211,105)

Color info

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

RGB color model

#9DD369 color RGB value is (157,211,105).

  • red value is 157;
  • green value is 211;
  • blue value is 105.
RGB:
(157,211,105)
(62%,83%,41%)

RGB channels and saturation

R 157 of 255 = 62%
G 211 of 255 = 83%
B 105 of 255 = 41%

157
211
105

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

Portions of RGB colors in percentages

R + G + B =
157 + 211 + 105 = 473 (100%)
R 157 of 473 ~ 33.19%
G 211 of 473 ~ 44.61%
B 105 of 473 ~ 22.2%

%33.19
%44.61
%22.2

CMYK color model

#9DD369 color CMYK value is (26,0,50,17).

  • cyan value is 25.59%
  • magenta value is 0.00%
  • yellow value is 50.24%
  • key color value is 17.25%
CMYK:
(26,0,50,17)
C26M0Y50K17 
(26%,0%,50%,17%)
(0.26/0.00/0.50/0.17)	

CMYK percentages

%25.59
%0
%50.24
%17.25

Codes

Color #9DD369 in popluar color models

9DD369
RGB157211105
HSL91°54.64%61.96%
HSB/HSV91°50.24%82.75%
CMYK25.59%0.00%50.24%
17.25%

Color #9DD369 in popluar number systems.

HEX9DD369
Decimal157211105
Binary10011101110100111101001
Octal235323151

Shades and tints

Shades of #9DD369

#9DD369
(157,211,105)
#8FC060
(143,192,96)
#81AD57
(129,173,87)
#739A4E
(115,154,78)
#658745
(101,135,69)
#57743C
(87,116,60)
#496133
(73,97,51)
#3B4E2A
(59,78,42)
#2D3B21
(45,59,33)
#1F2818
(31,40,24)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #9DD369

#9DD369
(157,211,105)
#A5D776
(165,215,118)
#ADDB83
(173,219,131)
#B5DF90
(181,223,144)
#BDE39D
(189,227,157)
#C5E7AA
(197,231,170)
#CDEBB7
(205,235,183)
#D5EFC4
(213,239,196)
#DDF3D1
(221,243,209)
#E5F7DE
(229,247,222)
#EDFBEB
(237,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD369 color. Also use rgb(157,211,105) instead hex code.

Text Font Color

.myTextColor { color: #9DD369; }

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

This text font color is #9DD369.


Background Color

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

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

This div background color is #9DD369.


Border color

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

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

This div border color is #9DD369.


Opacity

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

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

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

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

This text has shadow with #9DD369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD369 on black background.


Color preview on white background

This text has color #9DD369 on white background.



Black color preview on #9DD369 background

This text has black color on #9DD369 background.


White color preview on #9DD369 background

This text has white color on #9DD369 background.