COLOR #00985D

HEX: #00985D
RGB: (0,152,93)

Color info

#00985D contains only green and blue colors. Web safe color of #00985D is #009966 (or #096).

RGB color model

#00985D color RGB value is (0,152,93).

  • red value is 0;
  • green value is 152;
  • blue value is 93.
RGB:
(0,152,93)
(0%,60%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 152 of 255 = 60%
B 93 of 255 = 36%

0
152
93

R + G + B ~ 32%. #00985D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 152 + 93 = 245 (100%)
R 0 of 245 ~ 0%
G 152 of 245 ~ 62.04%
B 93 of 245 ~ 37.96%

%62.04
%37.96

CMYK color model

#00985D color CMYK value is (100,0,39,40).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 40.39%
CMYK:
(100,0,39,40)
C100M0Y39K40 
(100%,0%,39%,40%)
(1.00/0.00/0.39/0.40)	

CMYK percentages

%100
%0
%38.82
%40.39

Codes

Color #00985D in popluar color models

00985D
RGB015293
HSL157°100.00%29.80%
HSB/HSV157°100.00%59.61%
CMYK100.00%0.00%38.82%
40.39%

Color #00985D in popluar number systems.

HEX00985D
Decimal015293
Binary0100110001011101
Octal0230135

Shades and tints

Shades of #00985D

#00985D
(0,152,93)
#008B55
(0,139,85)
#007E4D
(0,126,77)
#007145
(0,113,69)
#00643D
(0,100,61)
#005735
(0,87,53)
#004A2D
(0,74,45)
#003D25
(0,61,37)
#00301D
(0,48,29)
#002315
(0,35,21)
#00160D
(0,22,13)
#000000
(0,0,0)

Tints of #00985D

#00985D
(0,152,93)
#17A16B
(23,161,107)
#2EAA79
(46,170,121)
#45B387
(69,179,135)
#5CBC95
(92,188,149)
#73C5A3
(115,197,163)
#8ACEB1
(138,206,177)
#A1D7BF
(161,215,191)
#B8E0CD
(184,224,205)
#CFE9DB
(207,233,219)
#E6F2E9
(230,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00985D color. Also use rgb(0,152,93) instead hex code.

Text Font Color

.myTextColor { color: #00985D; }

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

This text font color is #00985D.


Background Color

.myBgColor { background-color: #00985D; }

<div style="background-color:#00985D">Inner text</div>

This div background color is #00985D.


Border color

.myBorderColor { border: 1px solid #00985D; }

<div style="border:3px solid #00985D">Div</div>

This div border color is #00985D.


Opacity

.myOpacity80 { color: #00985D; opacity: 0.8; }

<p style="color:#00985D;opacity:0.8;">80%</p>

Text with #00985D 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 #00985D;}

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

This text has shadow with #00985D color.

.textShadow {text-shadow: 3px 3px 1px #00985D, 3px 3px 1px red;}

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

This text has shadow with #00985D primary color and red secondary color.


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

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

This text has shadow with #00985D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00985D on black background.


Color preview on white background

This text has color #00985D on white background.



Black color preview on #00985D background

This text has black color on #00985D background.


White color preview on #00985D background

This text has white color on #00985D background.