COLOR #9BF165

HEX: #9BF165
RGB: (155,241,101)

Color info

#9BF165 contains mainly green color. Web safe color of #9BF165 is #99FF66 (or #9F6).

RGB color model

#9BF165 color RGB value is (155,241,101).

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

RGB channels and saturation

R 155 of 255 = 61%
G 241 of 255 = 95%
B 101 of 255 = 40%

155
241
101

R + G + B ~ 65%. #9BF165 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 241 + 101 = 497 (100%)
R 155 of 497 ~ 31.19%
G 241 of 497 ~ 48.49%
B 101 of 497 ~ 20.32%

%31.19
%48.49
%20.32

CMYK color model

#9BF165 color CMYK value is (36,0,58,5).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 58.09%
  • key color value is 5.49%
CMYK:
(36,0,58,5)
C36M0Y58K5 
(36%,0%,58%,5%)
(0.36/0.00/0.58/0.05)	

CMYK percentages

%35.68
%0
%58.09
%5.49

Codes

Color #9BF165 in popluar color models

9BF165
RGB155241101
HSL97°83.33%67.06%
HSB/HSV97°58.09%94.51%
CMYK35.68%0.00%58.09%
5.49%

Color #9BF165 in popluar number systems.

HEX9BF165
Decimal155241101
Binary10011011111100011100101
Octal233361145

Shades and tints

Shades of #9BF165

#9BF165
(155,241,101)
#8DDC5C
(141,220,92)
#7FC753
(127,199,83)
#71B24A
(113,178,74)
#639D41
(99,157,65)
#558838
(85,136,56)
#47732F
(71,115,47)
#395E26
(57,94,38)
#2B491D
(43,73,29)
#1D3414
(29,52,20)
#0F1F0B
(15,31,11)
#000000
(0,0,0)

Tints of #9BF165

#9BF165
(155,241,101)
#A4F273
(164,242,115)
#ADF381
(173,243,129)
#B6F48F
(182,244,143)
#BFF59D
(191,245,157)
#C8F6AB
(200,246,171)
#D1F7B9
(209,247,185)
#DAF8C7
(218,248,199)
#E3F9D5
(227,249,213)
#ECFAE3
(236,250,227)
#F5FBF1
(245,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BF165; }

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

This text font color is #9BF165.


Background Color

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

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

This div background color is #9BF165.


Border color

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

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

This div border color is #9BF165.


Opacity

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

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

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

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

This text has shadow with #9BF165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BF165 on black background.


Color preview on white background

This text has color #9BF165 on white background.



Black color preview on #9BF165 background

This text has black color on #9BF165 background.


White color preview on #9BF165 background

This text has white color on #9BF165 background.