COLOR #9FE98B

HEX: #9FE98B RGB: (159,233,139)

Color info

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

RGB color model

#9FE98B color RGB value is (159,233,139).

RGB: (159,233,139) (62%, 91%, 55%)

RGB channels and saturation

R 159 of 255 = 62%
G 233 of 255 = 91%
B 139 of 255 = 55%

159
233
139

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

Portions of RGB colors in percentages

R + G + B = 159 + 233 + 139 = 531 (100%)
R 159 of 531 ~ 29.94%
G 233 of 531 ~ 43.88%
B 139 of 531 ~ 26.18'%

%29.94
%43.88
%26.18

CMYK color model

#9FE98B color CMYK value is (32,0,40,9).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 40.34%
  • key color value is 8.63%
CMYK: (32,0,40,9) C32M0Y40K9 (32%,0%,40%,9%) (0.32/0.00/0.40/0.09) 

CMYK percentages

%31.76
%0
%40.34
%8.63

Codes

Color #9FE98B in popluar color models

9F E9 8B
RGB 159 233 139
HSL 107° 68.12% 72.94%
HSB/HSV 107° 40.34% 91.37%
CMYK 31.76% 0.00% 40.34%
8.63%

Color #9FE98B in popluar number systems.

HEX 9F E9 8B
Decimal 159 233 139
Binary 10011111 11101001 10001011
Octal 237 351 213

Shades and tints

Shades of #9FE98B

#9FE98B
(159,233,139)
#91D47F
(145,212,127)
#83BF73
(131,191,115)
#75AA67
(117,170,103)
#67955B
(103,149,91)
#59804F
(89,128,79)
#4B6B43
(75,107,67)
#3D5637
(61,86,55)
#2F412B
(47,65,43)
#212C1F
(33,44,31)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #9FE98B

#9FE98B
(159,233,139)
#A7EB95
(167,235,149)
#AFED9F
(175,237,159)
#B7EFA9
(183,239,169)
#BFF1B3
(191,241,179)
#C7F3BD
(199,243,189)
#CFF5C7
(207,245,199)
#D7F7D1
(215,247,209)
#DFF9DB
(223,249,219)
#E7FBE5
(231,251,229)
#EFFDEF
(239,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE98B color. Also use rgb(159,233,139) instead hex code.

Text Font Color

.myTextColor { color: #9FE98B; }

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

This text font color is #9FE98B.

Background Color

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

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

This div background color is #9FE98B.

Border color

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

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

This div border color is #9FE98B.

Opacity

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

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

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

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

This text has shadow with #9FE98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE98B.

Preview

Color preview on black background

This text has color #9FE98B on black background.


Color preview on white background

This text has color #9FE98B on white background.


Black color preview on #9FE98B background

This text has black color on #9FE98B background.


White color preview on #9FE98B background

This text has white color on #9FE98B background.


Related colors

Complementary color

Complementary color for #hex is #601674.


I love getcolorcode.com

Triadic colors

1 #8B9FE9 and #E98B9F with #9FE98B are triadic colors.

2 #8BE99F and #E99F8B with #9FE98B are triadic colors.