COLOR #008C00

HEX: #008C00
RGB: (0,140,0)

Color info

#008C00 contains only green color. Web safe color of #008C00 is #009900 (or #090).

RGB color model

#008C00 color RGB value is (0,140,0).

  • red value is 0;
  • green value is 140;
  • blue value is 0.
RGB:
(0,140,0)
(0%,55%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 0 of 255 = 0%

0
140
0

R + G + B ~ 18%. #008C00 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#008C00 color CMYK value is (100,0,100,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(100,0,100,45)
C100M0Y100K45 
(100%,0%,100%,45%)
(1.00/0.00/1.00/0.45)	

CMYK percentages

%100
%0
%100
%45.1

Codes

Color #008C00 in popluar color models

008C00
RGB01400
HSL120°100.00%27.45%
HSB/HSV120°100.00%54.90%
CMYK100.00%0.00%100.00%
45.10%

Color #008C00 in popluar number systems.

HEX008C00
Decimal01400
Binary0100011000
Octal02140

Shades and tints

Shades of #008C00

#008C00
(0,140,0)
#008000
(0,128,0)
#007400
(0,116,0)
#006800
(0,104,0)
#005C00
(0,92,0)
#005000
(0,80,0)
#004400
(0,68,0)
#003800
(0,56,0)
#002C00
(0,44,0)
#002000
(0,32,0)
#001400
(0,20,0)
#000000
(0,0,0)

Tints of #008C00

#008C00
(0,140,0)
#179617
(23,150,23)
#2EA02E
(46,160,46)
#45AA45
(69,170,69)
#5CB45C
(92,180,92)
#73BE73
(115,190,115)
#8AC88A
(138,200,138)
#A1D2A1
(161,210,161)
#B8DCB8
(184,220,184)
#CFE6CF
(207,230,207)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008C00 color. Also use rgb(0,140,0) instead hex code.

Text Font Color

.myTextColor { color: #008C00; }

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

This text font color is #008C00.


Background Color

.myBgColor { background-color: #008C00; }

<div style="background-color:#008C00">Inner text</div>

This div background color is #008C00.


Border color

.myBorderColor { border: 1px solid #008C00; }

<div style="border:3px solid #008C00">Div</div>

This div border color is #008C00.


Opacity

.myOpacity80 { color: #008C00; opacity: 0.8; }

<p style="color:#008C00;opacity:0.8;">80%</p>

Text with #008C00 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 #008C00;}

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

This text has shadow with #008C00 color.

.textShadow {text-shadow: 3px 3px 1px #008C00, 3px 3px 1px red;}

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

This text has shadow with #008C00 primary color and red secondary color.


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

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

This text has shadow with #008C00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C00 on black background.


Color preview on white background

This text has color #008C00 on white background.



Black color preview on #008C00 background

This text has black color on #008C00 background.


White color preview on #008C00 background

This text has white color on #008C00 background.