COLOR #00BA5E

HEX: #00BA5E
RGB: (0,186,94)

Color info

#00BA5E contains mainly green color. Web safe color of #00BA5E is #00CC66 (or #0C6).

RGB color model

#00BA5E color RGB value is (0,186,94).

  • red value is 0;
  • green value is 186;
  • blue value is 94.
RGB:
(0,186,94)
(0%,73%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 186 of 255 = 73%
B 94 of 255 = 37%

0
186
94

R + G + B ~ 37%. #00BA5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 186 + 94 = 280 (100%)
R 0 of 280 ~ 0%
G 186 of 280 ~ 66.43%
B 94 of 280 ~ 33.57%

%66.43
%33.57

CMYK color model

#00BA5E color CMYK value is (100,0,49,27).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 27.06%
CMYK:
(100,0,49,27)
C100M0Y49K27 
(100%,0%,49%,27%)
(1.00/0.00/0.49/0.27)	

CMYK percentages

%100
%0
%49.46
%27.06

Codes

Color #00BA5E in popluar color models

00BA5E
RGB018694
HSL150°100.00%36.47%
HSB/HSV150°100.00%72.94%
CMYK100.00%0.00%49.46%
27.06%

Color #00BA5E in popluar number systems.

HEX00BA5E
Decimal018694
Binary0101110101011110
Octal0272136

Shades and tints

Shades of #00BA5E

#00BA5E
(0,186,94)
#00AA56
(0,170,86)
#009A4E
(0,154,78)
#008A46
(0,138,70)
#007A3E
(0,122,62)
#006A36
(0,106,54)
#005A2E
(0,90,46)
#004A26
(0,74,38)
#003A1E
(0,58,30)
#002A16
(0,42,22)
#001A0E
(0,26,14)
#000000
(0,0,0)

Tints of #00BA5E

#00BA5E
(0,186,94)
#17C06C
(23,192,108)
#2EC67A
(46,198,122)
#45CC88
(69,204,136)
#5CD296
(92,210,150)
#73D8A4
(115,216,164)
#8ADEB2
(138,222,178)
#A1E4C0
(161,228,192)
#B8EACE
(184,234,206)
#CFF0DC
(207,240,220)
#E6F6EA
(230,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BA5E color. Also use rgb(0,186,94) instead hex code.

Text Font Color

.myTextColor { color: #00BA5E; }

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

This text font color is #00BA5E.


Background Color

.myBgColor { background-color: #00BA5E; }

<div style="background-color:#00BA5E">Inner text</div>

This div background color is #00BA5E.


Border color

.myBorderColor { border: 1px solid #00BA5E; }

<div style="border:3px solid #00BA5E">Div</div>

This div border color is #00BA5E.


Opacity

.myOpacity80 { color: #00BA5E; opacity: 0.8; }

<p style="color:#00BA5E;opacity:0.8;">80%</p>

Text with #00BA5E 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 #00BA5E;}

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

This text has shadow with #00BA5E color.

.textShadow {text-shadow: 3px 3px 1px #00BA5E, 3px 3px 1px red;}

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

This text has shadow with #00BA5E primary color and red secondary color.


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

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

This text has shadow with #00BA5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BA5E on black background.


Color preview on white background

This text has color #00BA5E on white background.



Black color preview on #00BA5E background

This text has black color on #00BA5E background.


White color preview on #00BA5E background

This text has white color on #00BA5E background.