COLOR #9DF68D

HEX: #9DF68D
RGB: (157,246,141)

Color info

#9DF68D contains mainly green color. Web safe color of #9DF68D is #99FF99 (or #9F9).

RGB color model

#9DF68D color RGB value is (157,246,141).

  • red value is 157;
  • green value is 246;
  • blue value is 141.
RGB:
(157,246,141)
(62%,96%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 246 of 255 = 96%
B 141 of 255 = 55%

157
246
141

R + G + B ~ 71%. #9DF68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 246 + 141 = 544 (100%)
R 157 of 544 ~ 28.86%
G 246 of 544 ~ 45.22%
B 141 of 544 ~ 25.92%

%28.86
%45.22
%25.92

CMYK color model

#9DF68D color CMYK value is (36,0,43,4).

  • cyan value is 36.18%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 3.53%
CMYK:
(36,0,43,4)
C36M0Y43K4 
(36%,0%,43%,4%)
(0.36/0.00/0.43/0.04)	

CMYK percentages

%36.18
%0
%42.68
%3.53

Codes

Color #9DF68D in popluar color models

9DF68D
RGB157246141
HSL111°85.37%75.88%
HSB/HSV111°42.68%96.47%
CMYK36.18%0.00%42.68%
3.53%

Color #9DF68D in popluar number systems.

HEX9DF68D
Decimal157246141
Binary100111011111011010001101
Octal235366215

Shades and tints

Shades of #9DF68D

#9DF68D
(157,246,141)
#8FE081
(143,224,129)
#81CA75
(129,202,117)
#73B469
(115,180,105)
#659E5D
(101,158,93)
#578851
(87,136,81)
#497245
(73,114,69)
#3B5C39
(59,92,57)
#2D462D
(45,70,45)
#1F3021
(31,48,33)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #9DF68D

#9DF68D
(157,246,141)
#A5F697
(165,246,151)
#ADF6A1
(173,246,161)
#B5F6AB
(181,246,171)
#BDF6B5
(189,246,181)
#C5F6BF
(197,246,191)
#CDF6C9
(205,246,201)
#D5F6D3
(213,246,211)
#DDF6DD
(221,246,221)
#E5F6E7
(229,246,231)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF68D color. Also use rgb(157,246,141) instead hex code.

Text Font Color

.myTextColor { color: #9DF68D; }

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

This text font color is #9DF68D.


Background Color

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

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

This div background color is #9DF68D.


Border color

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

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

This div border color is #9DF68D.


Opacity

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

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

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

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

This text has shadow with #9DF68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF68D on black background.


Color preview on white background

This text has color #9DF68D on white background.



Black color preview on #9DF68D background

This text has black color on #9DF68D background.


White color preview on #9DF68D background

This text has white color on #9DF68D background.