COLOR #008F25

HEX: #008F25
RGB: (0,143,37)

Color info

#008F25 contains mainly green color. Web safe color of #008F25 is #009933 (or #093).

RGB color model

#008F25 color RGB value is (0,143,37).

  • red value is 0;
  • green value is 143;
  • blue value is 37.
RGB:
(0,143,37)
(0%,56%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 143 of 255 = 56%
B 37 of 255 = 15%

0
143
37

R + G + B ~ 24%. #008F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 143 + 37 = 180 (100%)
R 0 of 180 ~ 0%
G 143 of 180 ~ 79.44%
B 37 of 180 ~ 20.56%

%79.44
%20.56

CMYK color model

#008F25 color CMYK value is (100,0,74,44).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 74.13%
  • key color value is 43.92%
CMYK:
(100,0,74,44)
C100M0Y74K44 
(100%,0%,74%,44%)
(1.00/0.00/0.74/0.44)	

CMYK percentages

%100
%0
%74.13
%43.92

Codes

Color #008F25 in popluar color models

008F25
RGB014337
HSL136°100.00%28.04%
HSB/HSV136°100.00%56.08%
CMYK100.00%0.00%74.13%
43.92%

Color #008F25 in popluar number systems.

HEX008F25
Decimal014337
Binary010001111100101
Octal021745

Shades and tints

Shades of #008F25

#008F25
(0,143,37)
#008222
(0,130,34)
#00751F
(0,117,31)
#00681C
(0,104,28)
#005B19
(0,91,25)
#004E16
(0,78,22)
#004113
(0,65,19)
#003410
(0,52,16)
#00270D
(0,39,13)
#001A0A
(0,26,10)
#000D07
(0,13,7)
#000000
(0,0,0)

Tints of #008F25

#008F25
(0,143,37)
#179938
(23,153,56)
#2EA34B
(46,163,75)
#45AD5E
(69,173,94)
#5CB771
(92,183,113)
#73C184
(115,193,132)
#8ACB97
(138,203,151)
#A1D5AA
(161,213,170)
#B8DFBD
(184,223,189)
#CFE9D0
(207,233,208)
#E6F3E3
(230,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008F25; }

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

This text font color is #008F25.


Background Color

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

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

This div background color is #008F25.


Border color

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

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

This div border color is #008F25.


Opacity

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

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

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

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

This text has shadow with #008F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008F25 on black background.


Color preview on white background

This text has color #008F25 on white background.



Black color preview on #008F25 background

This text has black color on #008F25 background.


White color preview on #008F25 background

This text has white color on #008F25 background.