COLOR #00BA00

HEX: #00BA00
RGB: (0,186,0)

Color info

#00BA00 contains only green color. Web safe color of #00BA00 is #00CC00 (or #0C0).

RGB color model

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

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

RGB channels and saturation

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

0
186
0

R + G + B ~ 24%. #00BA00 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 186 + 0 = 186 (100%)
R 0 of 186 ~ 0%
G 186 of 186 ~ 100%
B 0 of 186 ~ 0%

%100

CMYK color model

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

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

CMYK percentages

%100
%0
%100
%27.06

Codes

Color #00BA00 in popluar color models

00BA00
RGB01860
HSL120°100.00%36.47%
HSB/HSV120°100.00%72.94%
CMYK100.00%0.00%100.00%
27.06%

Color #00BA00 in popluar number systems.

HEX00BA00
Decimal01860
Binary0101110100
Octal02720

Shades and tints

Shades of #00BA00

#00BA00
(0,186,0)
#00AA00
(0,170,0)
#009A00
(0,154,0)
#008A00
(0,138,0)
#007A00
(0,122,0)
#006A00
(0,106,0)
#005A00
(0,90,0)
#004A00
(0,74,0)
#003A00
(0,58,0)
#002A00
(0,42,0)
#001A00
(0,26,0)
#000000
(0,0,0)

Tints of #00BA00

#00BA00
(0,186,0)
#17C017
(23,192,23)
#2EC62E
(46,198,46)
#45CC45
(69,204,69)
#5CD25C
(92,210,92)
#73D873
(115,216,115)
#8ADE8A
(138,222,138)
#A1E4A1
(161,228,161)
#B8EAB8
(184,234,184)
#CFF0CF
(207,240,207)
#E6F6E6
(230,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BA00; }

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

This text font color is #00BA00.


Background Color

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

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

This div background color is #00BA00.


Border color

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

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

This div border color is #00BA00.


Opacity

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

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

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

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

This text has shadow with #00BA00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BA00 on black background.


Color preview on white background

This text has color #00BA00 on white background.



Black color preview on #00BA00 background

This text has black color on #00BA00 background.


White color preview on #00BA00 background

This text has white color on #00BA00 background.