COLOR #00B126

HEX: #00B126
RGB: (0,177,38)

Color info

#00B126 contains mainly green color. Web safe color of #00B126 is #009933 (or #093).

RGB color model

#00B126 color RGB value is (0,177,38).

  • red value is 0;
  • green value is 177;
  • blue value is 38.
RGB:
(0,177,38)
(0%,69%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 177 of 255 = 69%
B 38 of 255 = 15%

0
177
38

R + G + B ~ 28%. #00B126 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 177 + 38 = 215 (100%)
R 0 of 215 ~ 0%
G 177 of 215 ~ 82.33%
B 38 of 215 ~ 17.67%

%82.33
%17.67

CMYK color model

#00B126 color CMYK value is (100,0,79,31).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 78.53%
  • key color value is 30.59%
CMYK:
(100,0,79,31)
C100M0Y79K31 
(100%,0%,79%,31%)
(1.00/0.00/0.79/0.31)	

CMYK percentages

%100
%0
%78.53
%30.59

Codes

Color #00B126 in popluar color models

00B126
RGB017738
HSL133°100.00%34.71%
HSB/HSV133°100.00%69.41%
CMYK100.00%0.00%78.53%
30.59%

Color #00B126 in popluar number systems.

HEX00B126
Decimal017738
Binary010110001100110
Octal026146

Shades and tints

Shades of #00B126

#00B126
(0,177,38)
#00A123
(0,161,35)
#009120
(0,145,32)
#00811D
(0,129,29)
#00711A
(0,113,26)
#006117
(0,97,23)
#005114
(0,81,20)
#004111
(0,65,17)
#00310E
(0,49,14)
#00210B
(0,33,11)
#001108
(0,17,8)
#000000
(0,0,0)

Tints of #00B126

#00B126
(0,177,38)
#17B839
(23,184,57)
#2EBF4C
(46,191,76)
#45C65F
(69,198,95)
#5CCD72
(92,205,114)
#73D485
(115,212,133)
#8ADB98
(138,219,152)
#A1E2AB
(161,226,171)
#B8E9BE
(184,233,190)
#CFF0D1
(207,240,209)
#E6F7E4
(230,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00B126; }

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

This text font color is #00B126.


Background Color

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

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

This div background color is #00B126.


Border color

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

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

This div border color is #00B126.


Opacity

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

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

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

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

This text has shadow with #00B126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B126 on black background.


Color preview on white background

This text has color #00B126 on white background.



Black color preview on #00B126 background

This text has black color on #00B126 background.


White color preview on #00B126 background

This text has white color on #00B126 background.