COLOR #9FE68D

HEX: #9FE68D
RGB: (159,230,141)

Color info

#9FE68D contains mainly green color. Web safe color of #9FE68D is #99CC99 (or #9C9).

RGB color model

#9FE68D color RGB value is (159,230,141).

  • red value is 159;
  • green value is 230;
  • blue value is 141.
RGB:
(159,230,141)
(62%,90%,55%)

RGB channels and saturation

R 159 of 255 = 62%
G 230 of 255 = 90%
B 141 of 255 = 55%

159
230
141

R + G + B ~ 69%. #9FE68D is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 230 + 141 = 530 (100%)
R 159 of 530 ~ 30%
G 230 of 530 ~ 43.4%
B 141 of 530 ~ 26.6%

%30
%43.4
%26.6

CMYK color model

#9FE68D color CMYK value is (31,0,39,10).

  • cyan value is 30.87%
  • magenta value is 0.00%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(31,0,39,10)
C31M0Y39K10 
(31%,0%,39%,10%)
(0.31/0.00/0.39/0.10)	

CMYK percentages

%30.87
%0
%38.7
%9.8

Codes

Color #9FE68D in popluar color models

9FE68D
RGB159230141
HSL108°64.03%72.75%
HSB/HSV108°38.70%90.20%
CMYK30.87%0.00%38.70%
9.80%

Color #9FE68D in popluar number systems.

HEX9FE68D
Decimal159230141
Binary100111111110011010001101
Octal237346215

Shades and tints

Shades of #9FE68D

#9FE68D
(159,230,141)
#91D281
(145,210,129)
#83BE75
(131,190,117)
#75AA69
(117,170,105)
#67965D
(103,150,93)
#598251
(89,130,81)
#4B6E45
(75,110,69)
#3D5A39
(61,90,57)
#2F462D
(47,70,45)
#213221
(33,50,33)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #9FE68D

#9FE68D
(159,230,141)
#A7E897
(167,232,151)
#AFEAA1
(175,234,161)
#B7ECAB
(183,236,171)
#BFEEB5
(191,238,181)
#C7F0BF
(199,240,191)
#CFF2C9
(207,242,201)
#D7F4D3
(215,244,211)
#DFF6DD
(223,246,221)
#E7F8E7
(231,248,231)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE68D color. Also use rgb(159,230,141) instead hex code.

Text Font Color

.myTextColor { color: #9FE68D; }

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

This text font color is #9FE68D.


Background Color

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

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

This div background color is #9FE68D.


Border color

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

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

This div border color is #9FE68D.


Opacity

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

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

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

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

This text has shadow with #9FE68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FE68D on black background.


Color preview on white background

This text has color #9FE68D on white background.



Black color preview on #9FE68D background

This text has black color on #9FE68D background.


White color preview on #9FE68D background

This text has white color on #9FE68D background.