COLOR #9BE968

HEX: #9BE968
RGB: (155,233,104)

Color info

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

RGB color model

#9BE968 color RGB value is (155,233,104).

  • red value is 155;
  • green value is 233;
  • blue value is 104.
RGB:
(155,233,104)
(61%,91%,41%)

RGB channels and saturation

R 155 of 255 = 61%
G 233 of 255 = 91%
B 104 of 255 = 41%

155
233
104

R + G + B ~ 64%. #9BE968 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 233 + 104 = 492 (100%)
R 155 of 492 ~ 31.5%
G 233 of 492 ~ 47.36%
B 104 of 492 ~ 21.14%

%31.5
%47.36
%21.14

CMYK color model

#9BE968 color CMYK value is (33,0,55,9).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 55.36%
  • key color value is 8.63%
CMYK:
(33,0,55,9)
C33M0Y55K9 
(33%,0%,55%,9%)
(0.33/0.00/0.55/0.09)	

CMYK percentages

%33.48
%0
%55.36
%8.63

Codes

Color #9BE968 in popluar color models

9BE968
RGB155233104
HSL96°74.57%66.08%
HSB/HSV96°55.36%91.37%
CMYK33.48%0.00%55.36%
8.63%

Color #9BE968 in popluar number systems.

HEX9BE968
Decimal155233104
Binary10011011111010011101000
Octal233351150

Shades and tints

Shades of #9BE968

#9BE968
(155,233,104)
#8DD45F
(141,212,95)
#7FBF56
(127,191,86)
#71AA4D
(113,170,77)
#639544
(99,149,68)
#55803B
(85,128,59)
#476B32
(71,107,50)
#395629
(57,86,41)
#2B4120
(43,65,32)
#1D2C17
(29,44,23)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #9BE968

#9BE968
(155,233,104)
#A4EB75
(164,235,117)
#ADED82
(173,237,130)
#B6EF8F
(182,239,143)
#BFF19C
(191,241,156)
#C8F3A9
(200,243,169)
#D1F5B6
(209,245,182)
#DAF7C3
(218,247,195)
#E3F9D0
(227,249,208)
#ECFBDD
(236,251,221)
#F5FDEA
(245,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE968 color. Also use rgb(155,233,104) instead hex code.

Text Font Color

.myTextColor { color: #9BE968; }

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

This text font color is #9BE968.


Background Color

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

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

This div background color is #9BE968.


Border color

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

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

This div border color is #9BE968.


Opacity

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

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

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

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

This text has shadow with #9BE968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE968 on black background.


Color preview on white background

This text has color #9BE968 on white background.



Black color preview on #9BE968 background

This text has black color on #9BE968 background.


White color preview on #9BE968 background

This text has white color on #9BE968 background.