COLOR #00B12D

HEX: #00B12D
RGB: (0,177,45)

Color info

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

RGB color model

#00B12D color RGB value is (0,177,45).

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

RGB channels and saturation

R 0 of 255 = 0%
G 177 of 255 = 69%
B 45 of 255 = 18%

0
177
45

R + G + B ~ 29%. #00B12D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 177 + 45 = 222 (100%)
R 0 of 222 ~ 0%
G 177 of 222 ~ 79.73%
B 45 of 222 ~ 20.27%

%79.73
%20.27

CMYK color model

#00B12D color CMYK value is (100,0,75,31).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.58%
  • key color value is 30.59%
CMYK:
(100,0,75,31)
C100M0Y75K31 
(100%,0%,75%,31%)
(1.00/0.00/0.75/0.31)	

CMYK percentages

%100
%0
%74.58
%30.59

Codes

Color #00B12D in popluar color models

00B12D
RGB017745
HSL135°100.00%34.71%
HSB/HSV135°100.00%69.41%
CMYK100.00%0.00%74.58%
30.59%

Color #00B12D in popluar number systems.

HEX00B12D
Decimal017745
Binary010110001101101
Octal026155

Shades and tints

Shades of #00B12D

#00B12D
(0,177,45)
#00A129
(0,161,41)
#009125
(0,145,37)
#008121
(0,129,33)
#00711D
(0,113,29)
#006119
(0,97,25)
#005115
(0,81,21)
#004111
(0,65,17)
#00310D
(0,49,13)
#002109
(0,33,9)
#001105
(0,17,5)
#000000
(0,0,0)

Tints of #00B12D

#00B12D
(0,177,45)
#17B840
(23,184,64)
#2EBF53
(46,191,83)
#45C666
(69,198,102)
#5CCD79
(92,205,121)
#73D48C
(115,212,140)
#8ADB9F
(138,219,159)
#A1E2B2
(161,226,178)
#B8E9C5
(184,233,197)
#CFF0D8
(207,240,216)
#E6F7EB
(230,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00B12D; }

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

This text font color is #00B12D.


Background Color

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

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

This div background color is #00B12D.


Border color

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

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

This div border color is #00B12D.


Opacity

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

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

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

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

This text has shadow with #00B12D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B12D on black background.


Color preview on white background

This text has color #00B12D on white background.



Black color preview on #00B12D background

This text has black color on #00B12D background.


White color preview on #00B12D background

This text has white color on #00B12D background.