COLOR #9DD390

HEX: #9DD390
RGB: (157,211,144)

Color info

#9DD390 contains mainly red and green colors. Web safe color of #9DD390 is #99CC99 (or #9C9).

RGB color model

#9DD390 color RGB value is (157,211,144).

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

RGB channels and saturation

R 157 of 255 = 62%
G 211 of 255 = 83%
B 144 of 255 = 56%

157
211
144

R + G + B ~ 67%. #9DD390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 211 + 144 = 512 (100%)
R 157 of 512 ~ 30.66%
G 211 of 512 ~ 41.21%
B 144 of 512 ~ 28.13%

%30.66
%41.21
%28.13

CMYK color model

#9DD390 color CMYK value is (26,0,32,17).

  • cyan value is 25.59%
  • magenta value is 0.00%
  • yellow value is 31.75%
  • key color value is 17.25%
CMYK:
(26,0,32,17)
C26M0Y32K17 
(26%,0%,32%,17%)
(0.26/0.00/0.32/0.17)	

CMYK percentages

%25.59
%0
%31.75
%17.25

Codes

Color #9DD390 in popluar color models

9DD390
RGB157211144
HSL108°43.23%69.61%
HSB/HSV108°31.75%82.75%
CMYK25.59%0.00%31.75%
17.25%

Color #9DD390 in popluar number systems.

HEX9DD390
Decimal157211144
Binary100111011101001110010000
Octal235323220

Shades and tints

Shades of #9DD390

#9DD390
(157,211,144)
#8FC083
(143,192,131)
#81AD76
(129,173,118)
#739A69
(115,154,105)
#65875C
(101,135,92)
#57744F
(87,116,79)
#496142
(73,97,66)
#3B4E35
(59,78,53)
#2D3B28
(45,59,40)
#1F281B
(31,40,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #9DD390

#9DD390
(157,211,144)
#A5D79A
(165,215,154)
#ADDBA4
(173,219,164)
#B5DFAE
(181,223,174)
#BDE3B8
(189,227,184)
#C5E7C2
(197,231,194)
#CDEBCC
(205,235,204)
#D5EFD6
(213,239,214)
#DDF3E0
(221,243,224)
#E5F7EA
(229,247,234)
#EDFBF4
(237,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD390; }

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

This text font color is #9DD390.


Background Color

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

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

This div background color is #9DD390.


Border color

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

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

This div border color is #9DD390.


Opacity

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

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

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

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

This text has shadow with #9DD390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD390 on black background.


Color preview on white background

This text has color #9DD390 on white background.



Black color preview on #9DD390 background

This text has black color on #9DD390 background.


White color preview on #9DD390 background

This text has white color on #9DD390 background.