COLOR #9BF198

HEX: #9BF198
RGB: (155,241,152)

Color info

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

RGB color model

#9BF198 color RGB value is (155,241,152).

  • red value is 155;
  • green value is 241;
  • blue value is 152.
RGB:
(155,241,152)
(61%,95%,60%)

RGB channels and saturation

R 155 of 255 = 61%
G 241 of 255 = 95%
B 152 of 255 = 60%

155
241
152

R + G + B ~ 72%. #9BF198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 241 + 152 = 548 (100%)
R 155 of 548 ~ 28.28%
G 241 of 548 ~ 43.98%
B 152 of 548 ~ 27.74%

%28.28
%43.98
%27.74

CMYK color model

#9BF198 color CMYK value is (36,0,37,5).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 5.49%
CMYK:
(36,0,37,5)
C36M0Y37K5 
(36%,0%,37%,5%)
(0.36/0.00/0.37/0.05)	

CMYK percentages

%35.68
%0
%36.93
%5.49

Codes

Color #9BF198 in popluar color models

9BF198
RGB155241152
HSL118°76.07%77.06%
HSB/HSV118°36.93%94.51%
CMYK35.68%0.00%36.93%
5.49%

Color #9BF198 in popluar number systems.

HEX9BF198
Decimal155241152
Binary100110111111000110011000
Octal233361230

Shades and tints

Shades of #9BF198

#9BF198
(155,241,152)
#8DDC8B
(141,220,139)
#7FC77E
(127,199,126)
#71B271
(113,178,113)
#639D64
(99,157,100)
#558857
(85,136,87)
#47734A
(71,115,74)
#395E3D
(57,94,61)
#2B4930
(43,73,48)
#1D3423
(29,52,35)
#0F1F16
(15,31,22)
#000000
(0,0,0)

Tints of #9BF198

#9BF198
(155,241,152)
#A4F2A1
(164,242,161)
#ADF3AA
(173,243,170)
#B6F4B3
(182,244,179)
#BFF5BC
(191,245,188)
#C8F6C5
(200,246,197)
#D1F7CE
(209,247,206)
#DAF8D7
(218,248,215)
#E3F9E0
(227,249,224)
#ECFAE9
(236,250,233)
#F5FBF2
(245,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF198 color. Also use rgb(155,241,152) instead hex code.

Text Font Color

.myTextColor { color: #9BF198; }

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

This text font color is #9BF198.


Background Color

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

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

This div background color is #9BF198.


Border color

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

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

This div border color is #9BF198.


Opacity

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

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

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

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

This text has shadow with #9BF198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF198 on black background.


Color preview on white background

This text has color #9BF198 on white background.



Black color preview on #9BF198 background

This text has black color on #9BF198 background.


White color preview on #9BF198 background

This text has white color on #9BF198 background.