COLOR #0BB127

HEX: #0BB127
RGB: (11,177,39)

Color info

#0BB127 contains mainly green color. Web safe color of #0BB127 is #009933 (or #093).

RGB color model

#0BB127 color RGB value is (11,177,39).

  • red value is 11;
  • green value is 177;
  • blue value is 39.
RGB:
(11,177,39)
(4%,69%,15%)

RGB channels and saturation

R 11 of 255 = 4%
G 177 of 255 = 69%
B 39 of 255 = 15%

11
177
39

R + G + B ~ 29%. #0BB127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 177 + 39 = 227 (100%)
R 11 of 227 ~ 4.85%
G 177 of 227 ~ 77.97%
B 39 of 227 ~ 17.18%

%77.97
%17.18

CMYK color model

#0BB127 color CMYK value is (94,0,78,31).

  • cyan value is 93.79%
  • magenta value is 0.00%
  • yellow value is 77.97%
  • key color value is 30.59%
CMYK:
(94,0,78,31)
C94M0Y78K31 
(94%,0%,78%,31%)
(0.94/0.00/0.78/0.31)	

CMYK percentages

%93.79
%0
%77.97
%30.59

Codes

Color #0BB127 in popluar color models

0BB127
RGB1117739
HSL130°88.30%36.86%
HSB/HSV130°93.79%69.41%
CMYK93.79%0.00%77.97%
30.59%

Color #0BB127 in popluar number systems.

HEX0BB127
Decimal1117739
Binary101110110001100111
Octal1326147

Shades and tints

Shades of #0BB127

#0BB127
(11,177,39)
#0AA124
(10,161,36)
#099121
(9,145,33)
#08811E
(8,129,30)
#07711B
(7,113,27)
#066118
(6,97,24)
#055115
(5,81,21)
#044112
(4,65,18)
#03310F
(3,49,15)
#02210C
(2,33,12)
#011109
(1,17,9)
#000000
(0,0,0)

Tints of #0BB127

#0BB127
(11,177,39)
#21B83A
(33,184,58)
#37BF4D
(55,191,77)
#4DC660
(77,198,96)
#63CD73
(99,205,115)
#79D486
(121,212,134)
#8FDB99
(143,219,153)
#A5E2AC
(165,226,172)
#BBE9BF
(187,233,191)
#D1F0D2
(209,240,210)
#E7F7E5
(231,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB127 color. Also use rgb(11,177,39) instead hex code.

Text Font Color

.myTextColor { color: #0BB127; }

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

This text font color is #0BB127.


Background Color

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

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

This div background color is #0BB127.


Border color

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

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

This div border color is #0BB127.


Opacity

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

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

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

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

This text has shadow with #0BB127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB127 on black background.


Color preview on white background

This text has color #0BB127 on white background.



Black color preview on #0BB127 background

This text has black color on #0BB127 background.


White color preview on #0BB127 background

This text has white color on #0BB127 background.