COLOR #0BE956

HEX: #0BE956
RGB: (11,233,86)

Color info

#0BE956 contains mainly green color. Web safe color of #0BE956 is #00FF66 (or #0F6).

RGB color model

#0BE956 color RGB value is (11,233,86).

  • red value is 11;
  • green value is 233;
  • blue value is 86.
RGB:
(11,233,86)
(4%,91%,34%)

RGB channels and saturation

R 11 of 255 = 4%
G 233 of 255 = 91%
B 86 of 255 = 34%

11
233
86

R + G + B ~ 43%. #0BE956 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 233 + 86 = 330 (100%)
R 11 of 330 ~ 3.33%
G 233 of 330 ~ 70.61%
B 86 of 330 ~ 26.06%

%70.61
%26.06

CMYK color model

#0BE956 color CMYK value is (95,0,63,9).

  • cyan value is 95.28%
  • magenta value is 0.00%
  • yellow value is 63.09%
  • key color value is 8.63%
CMYK:
(95,0,63,9)
C95M0Y63K9 
(95%,0%,63%,9%)
(0.95/0.00/0.63/0.09)	

CMYK percentages

%95.28
%0
%63.09
%8.63

Codes

Color #0BE956 in popluar color models

0BE956
RGB1123386
HSL140°90.98%47.84%
HSB/HSV140°95.28%91.37%
CMYK95.28%0.00%63.09%
8.63%

Color #0BE956 in popluar number systems.

HEX0BE956
Decimal1123386
Binary1011111010011010110
Octal13351126

Shades and tints

Shades of #0BE956

#0BE956
(11,233,86)
#0AD44F
(10,212,79)
#09BF48
(9,191,72)
#08AA41
(8,170,65)
#07953A
(7,149,58)
#068033
(6,128,51)
#056B2C
(5,107,44)
#045625
(4,86,37)
#03411E
(3,65,30)
#022C17
(2,44,23)
#011710
(1,23,16)
#000000
(0,0,0)

Tints of #0BE956

#0BE956
(11,233,86)
#21EB65
(33,235,101)
#37ED74
(55,237,116)
#4DEF83
(77,239,131)
#63F192
(99,241,146)
#79F3A1
(121,243,161)
#8FF5B0
(143,245,176)
#A5F7BF
(165,247,191)
#BBF9CE
(187,249,206)
#D1FBDD
(209,251,221)
#E7FDEC
(231,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BE956 color. Also use rgb(11,233,86) instead hex code.

Text Font Color

.myTextColor { color: #0BE956; }

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

This text font color is #0BE956.


Background Color

.myBgColor { background-color: #0BE956; }

<div style="background-color:#0BE956">Inner text</div>

This div background color is #0BE956.


Border color

.myBorderColor { border: 1px solid #0BE956; }

<div style="border:3px solid #0BE956">Div</div>

This div border color is #0BE956.


Opacity

.myOpacity80 { color: #0BE956; opacity: 0.8; }

<p style="color:#0BE956;opacity:0.8;">80%</p>

Text with #0BE956 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 #0BE956;}

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

This text has shadow with #0BE956 color.

.textShadow {text-shadow: 3px 3px 1px #0BE956, 3px 3px 1px red;}

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

This text has shadow with #0BE956 primary color and red secondary color.


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

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

This text has shadow with #0BE956 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BE956 on black background.


Color preview on white background

This text has color #0BE956 on white background.



Black color preview on #0BE956 background

This text has black color on #0BE956 background.


White color preview on #0BE956 background

This text has white color on #0BE956 background.