COLOR #0BA55F

HEX: #0BA55F
RGB: (11,165,95)

Color info

#0BA55F contains mainly green color. Web safe color of #0BA55F is #009966 (or #096).

RGB color model

#0BA55F color RGB value is (11,165,95).

  • red value is 11;
  • green value is 165;
  • blue value is 95.
RGB:
(11,165,95)
(4%,65%,37%)

RGB channels and saturation

R 11 of 255 = 4%
G 165 of 255 = 65%
B 95 of 255 = 37%

11
165
95

R + G + B ~ 35%. #0BA55F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 165 + 95 = 271 (100%)
R 11 of 271 ~ 4.06%
G 165 of 271 ~ 60.89%
B 95 of 271 ~ 35.06%

%60.89
%35.06

CMYK color model

#0BA55F color CMYK value is (93,0,42,35).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(93,0,42,35)
C93M0Y42K35 
(93%,0%,42%,35%)
(0.93/0.00/0.42/0.35)	

CMYK percentages

%93.33
%0
%42.42
%35.29

Codes

Color #0BA55F in popluar color models

0BA55F
RGB1116595
HSL153°87.50%34.51%
HSB/HSV153°93.33%64.71%
CMYK93.33%0.00%42.42%
35.29%

Color #0BA55F in popluar number systems.

HEX0BA55F
Decimal1116595
Binary1011101001011011111
Octal13245137

Shades and tints

Shades of #0BA55F

#0BA55F
(11,165,95)
#0A9657
(10,150,87)
#09874F
(9,135,79)
#087847
(8,120,71)
#07693F
(7,105,63)
#065A37
(6,90,55)
#054B2F
(5,75,47)
#043C27
(4,60,39)
#032D1F
(3,45,31)
#021E17
(2,30,23)
#010F0F
(1,15,15)
#000000
(0,0,0)

Tints of #0BA55F

#0BA55F
(11,165,95)
#21AD6D
(33,173,109)
#37B57B
(55,181,123)
#4DBD89
(77,189,137)
#63C597
(99,197,151)
#79CDA5
(121,205,165)
#8FD5B3
(143,213,179)
#A5DDC1
(165,221,193)
#BBE5CF
(187,229,207)
#D1EDDD
(209,237,221)
#E7F5EB
(231,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BA55F color. Also use rgb(11,165,95) instead hex code.

Text Font Color

.myTextColor { color: #0BA55F; }

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

This text font color is #0BA55F.


Background Color

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

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

This div background color is #0BA55F.


Border color

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

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

This div border color is #0BA55F.


Opacity

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

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

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

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

This text has shadow with #0BA55F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BA55F on black background.


Color preview on white background

This text has color #0BA55F on white background.



Black color preview on #0BA55F background

This text has black color on #0BA55F background.


White color preview on #0BA55F background

This text has white color on #0BA55F background.