COLOR #9DD690

HEX: #9DD690
RGB: (157,214,144)

Color info

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

RGB color model

#9DD690 color RGB value is (157,214,144).

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

RGB channels and saturation

R 157 of 255 = 62%
G 214 of 255 = 84%
B 144 of 255 = 56%

157
214
144

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

Portions of RGB colors in percentages

R + G + B =
157 + 214 + 144 = 515 (100%)
R 157 of 515 ~ 30.49%
G 214 of 515 ~ 41.55%
B 144 of 515 ~ 27.96%

%30.49
%41.55
%27.96

CMYK color model

#9DD690 color CMYK value is (27,0,33,16).

  • cyan value is 26.64%
  • magenta value is 0.00%
  • yellow value is 32.71%
  • key color value is 16.08%
CMYK:
(27,0,33,16)
C27M0Y33K16 
(27%,0%,33%,16%)
(0.27/0.00/0.33/0.16)	

CMYK percentages

%26.64
%0
%32.71
%16.08

Codes

Color #9DD690 in popluar color models

9DD690
RGB157214144
HSL109°46.05%70.20%
HSB/HSV109°32.71%83.92%
CMYK26.64%0.00%32.71%
16.08%

Color #9DD690 in popluar number systems.

HEX9DD690
Decimal157214144
Binary100111011101011010010000
Octal235326220

Shades and tints

Shades of #9DD690

#9DD690
(157,214,144)
#8FC383
(143,195,131)
#81B076
(129,176,118)
#739D69
(115,157,105)
#658A5C
(101,138,92)
#57774F
(87,119,79)
#496442
(73,100,66)
#3B5135
(59,81,53)
#2D3E28
(45,62,40)
#1F2B1B
(31,43,27)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #9DD690

#9DD690
(157,214,144)
#A5D99A
(165,217,154)
#ADDCA4
(173,220,164)
#B5DFAE
(181,223,174)
#BDE2B8
(189,226,184)
#C5E5C2
(197,229,194)
#CDE8CC
(205,232,204)
#D5EBD6
(213,235,214)
#DDEEE0
(221,238,224)
#E5F1EA
(229,241,234)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD690; }

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

This text font color is #9DD690.


Background Color

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

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

This div background color is #9DD690.


Border color

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

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

This div border color is #9DD690.


Opacity

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

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

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

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

This text has shadow with #9DD690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD690 on black background.


Color preview on white background

This text has color #9DD690 on white background.



Black color preview on #9DD690 background

This text has black color on #9DD690 background.


White color preview on #9DD690 background

This text has white color on #9DD690 background.