COLOR #00B870

HEX: #00B870
RGB: (0,184,112)

Color info

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

RGB color model

#00B870 color RGB value is (0,184,112).

  • red value is 0;
  • green value is 184;
  • blue value is 112.
RGB:
(0,184,112)
(0%,72%,44%)

RGB channels and saturation

R 0 of 255 = 0%
G 184 of 255 = 72%
B 112 of 255 = 44%

0
184
112

R + G + B ~ 39%. #00B870 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 184 + 112 = 296 (100%)
R 0 of 296 ~ 0%
G 184 of 296 ~ 62.16%
B 112 of 296 ~ 37.84%

%62.16
%37.84

CMYK color model

#00B870 color CMYK value is (100,0,39,28).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 27.84%
CMYK:
(100,0,39,28)
C100M0Y39K28 
(100%,0%,39%,28%)
(1.00/0.00/0.39/0.28)	

CMYK percentages

%100
%0
%39.13
%27.84

Codes

Color #00B870 in popluar color models

00B870
RGB0184112
HSL157°100.00%36.08%
HSB/HSV157°100.00%72.16%
CMYK100.00%0.00%39.13%
27.84%

Color #00B870 in popluar number systems.

HEX00B870
Decimal0184112
Binary0101110001110000
Octal0270160

Shades and tints

Shades of #00B870

#00B870
(0,184,112)
#00A866
(0,168,102)
#00985C
(0,152,92)
#008852
(0,136,82)
#007848
(0,120,72)
#00683E
(0,104,62)
#005834
(0,88,52)
#00482A
(0,72,42)
#003820
(0,56,32)
#002816
(0,40,22)
#00180C
(0,24,12)
#000000
(0,0,0)

Tints of #00B870

#00B870
(0,184,112)
#17BE7D
(23,190,125)
#2EC48A
(46,196,138)
#45CA97
(69,202,151)
#5CD0A4
(92,208,164)
#73D6B1
(115,214,177)
#8ADCBE
(138,220,190)
#A1E2CB
(161,226,203)
#B8E8D8
(184,232,216)
#CFEEE5
(207,238,229)
#E6F4F2
(230,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00B870; }

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

This text font color is #00B870.


Background Color

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

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

This div background color is #00B870.


Border color

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

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

This div border color is #00B870.


Opacity

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

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

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

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

This text has shadow with #00B870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00B870 on black background.


Color preview on white background

This text has color #00B870 on white background.



Black color preview on #00B870 background

This text has black color on #00B870 background.


White color preview on #00B870 background

This text has white color on #00B870 background.