COLOR #9DD490

HEX: #9DD490
RGB: (157,212,144)

Color info

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

RGB color model

#9DD490 color RGB value is (157,212,144).

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

RGB channels and saturation

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

157
212
144

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

Portions of RGB colors in percentages

R + G + B =
157 + 212 + 144 = 513 (100%)
R 157 of 513 ~ 30.6%
G 212 of 513 ~ 41.33%
B 144 of 513 ~ 28.07%

%30.6
%41.33
%28.07

CMYK color model

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

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

CMYK percentages

%25.94
%0
%32.08
%16.86

Codes

Color #9DD490 in popluar color models

9DD490
RGB157212144
HSL109°44.16%69.80%
HSB/HSV109°32.08%83.14%
CMYK25.94%0.00%32.08%
16.86%

Color #9DD490 in popluar number systems.

HEX9DD490
Decimal157212144
Binary100111011101010010010000
Octal235324220

Shades and tints

Shades of #9DD490

#9DD490
(157,212,144)
#8FC183
(143,193,131)
#81AE76
(129,174,118)
#739B69
(115,155,105)
#65885C
(101,136,92)
#57754F
(87,117,79)
#496242
(73,98,66)
#3B4F35
(59,79,53)
#2D3C28
(45,60,40)
#1F291B
(31,41,27)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #9DD490

#9DD490
(157,212,144)
#A5D79A
(165,215,154)
#ADDAA4
(173,218,164)
#B5DDAE
(181,221,174)
#BDE0B8
(189,224,184)
#C5E3C2
(197,227,194)
#CDE6CC
(205,230,204)
#D5E9D6
(213,233,214)
#DDECE0
(221,236,224)
#E5EFEA
(229,239,234)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD490; }

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

This text font color is #9DD490.


Background Color

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

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

This div background color is #9DD490.


Border color

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

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

This div border color is #9DD490.


Opacity

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

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

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

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

This text has shadow with #9DD490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD490 on black background.


Color preview on white background

This text has color #9DD490 on white background.



Black color preview on #9DD490 background

This text has black color on #9DD490 background.


White color preview on #9DD490 background

This text has white color on #9DD490 background.