COLOR #9BF98D

HEX: #9BF98D
RGB: (155,249,141)

Color info

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

RGB color model

#9BF98D color RGB value is (155,249,141).

  • red value is 155;
  • green value is 249;
  • blue value is 141.
RGB:
(155,249,141)
(61%,98%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 249 of 255 = 98%
B 141 of 255 = 55%

155
249
141

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

Portions of RGB colors in percentages

R + G + B =
155 + 249 + 141 = 545 (100%)
R 155 of 545 ~ 28.44%
G 249 of 545 ~ 45.69%
B 141 of 545 ~ 25.87%

%28.44
%45.69
%25.87

CMYK color model

#9BF98D color CMYK value is (38,0,43,2).

  • cyan value is 37.75%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 2.35%
CMYK:
(38,0,43,2)
C38M0Y43K2 
(38%,0%,43%,2%)
(0.38/0.00/0.43/0.02)	

CMYK percentages

%37.75
%0
%43.37
%2.35

Codes

Color #9BF98D in popluar color models

9BF98D
RGB155249141
HSL112°90.00%76.47%
HSB/HSV112°43.37%97.65%
CMYK37.75%0.00%43.37%
2.35%

Color #9BF98D in popluar number systems.

HEX9BF98D
Decimal155249141
Binary100110111111100110001101
Octal233371215

Shades and tints

Shades of #9BF98D

#9BF98D
(155,249,141)
#8DE381
(141,227,129)
#7FCD75
(127,205,117)
#71B769
(113,183,105)
#63A15D
(99,161,93)
#558B51
(85,139,81)
#477545
(71,117,69)
#395F39
(57,95,57)
#2B492D
(43,73,45)
#1D3321
(29,51,33)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #9BF98D

#9BF98D
(155,249,141)
#A4F997
(164,249,151)
#ADF9A1
(173,249,161)
#B6F9AB
(182,249,171)
#BFF9B5
(191,249,181)
#C8F9BF
(200,249,191)
#D1F9C9
(209,249,201)
#DAF9D3
(218,249,211)
#E3F9DD
(227,249,221)
#ECF9E7
(236,249,231)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF98D color. Also use rgb(155,249,141) instead hex code.

Text Font Color

.myTextColor { color: #9BF98D; }

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

This text font color is #9BF98D.


Background Color

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

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

This div background color is #9BF98D.


Border color

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

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

This div border color is #9BF98D.


Opacity

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

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

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

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

This text has shadow with #9BF98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF98D on black background.


Color preview on white background

This text has color #9BF98D on white background.



Black color preview on #9BF98D background

This text has black color on #9BF98D background.


White color preview on #9BF98D background

This text has white color on #9BF98D background.