COLOR #00995C

HEX: #00995C
RGB: (0,153,92)

Color info

#00995C contains mainly green color. Web safe color of #00995C is #009966 (or #096).

RGB color model

#00995C color RGB value is (0,153,92).

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

RGB channels and saturation

R 0 of 255 = 0%
G 153 of 255 = 60%
B 92 of 255 = 36%

0
153
92

R + G + B ~ 32%. #00995C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 153 + 92 = 245 (100%)
R 0 of 245 ~ 0%
G 153 of 245 ~ 62.45%
B 92 of 245 ~ 37.55%

%62.45
%37.55

CMYK color model

#00995C color CMYK value is (100,0,40,40).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 40.00%
CMYK:
(100,0,40,40)
C100M0Y40K40 
(100%,0%,40%,40%)
(1.00/0.00/0.40/0.40)	

CMYK percentages

%100
%0
%39.87
%40

Codes

Color #00995C in popluar color models

00995C
RGB015392
HSL156°100.00%30.00%
HSB/HSV156°100.00%60.00%
CMYK100.00%0.00%39.87%
40.00%

Color #00995C in popluar number systems.

HEX00995C
Decimal015392
Binary0100110011011100
Octal0231134

Shades and tints

Shades of #00995C

#00995C
(0,153,92)
#008C54
(0,140,84)
#007F4C
(0,127,76)
#007244
(0,114,68)
#00653C
(0,101,60)
#005834
(0,88,52)
#004B2C
(0,75,44)
#003E24
(0,62,36)
#00311C
(0,49,28)
#002414
(0,36,20)
#00170C
(0,23,12)
#000000
(0,0,0)

Tints of #00995C

#00995C
(0,153,92)
#17A26A
(23,162,106)
#2EAB78
(46,171,120)
#45B486
(69,180,134)
#5CBD94
(92,189,148)
#73C6A2
(115,198,162)
#8ACFB0
(138,207,176)
#A1D8BE
(161,216,190)
#B8E1CC
(184,225,204)
#CFEADA
(207,234,218)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00995C color. Also use rgb(0,153,92) instead hex code.

Text Font Color

.myTextColor { color: #00995C; }

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

This text font color is #00995C.


Background Color

.myBgColor { background-color: #00995C; }

<div style="background-color:#00995C">Inner text</div>

This div background color is #00995C.


Border color

.myBorderColor { border: 1px solid #00995C; }

<div style="border:3px solid #00995C">Div</div>

This div border color is #00995C.


Opacity

.myOpacity80 { color: #00995C; opacity: 0.8; }

<p style="color:#00995C;opacity:0.8;">80%</p>

Text with #00995C 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 #00995C;}

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

This text has shadow with #00995C color.

.textShadow {text-shadow: 3px 3px 1px #00995C, 3px 3px 1px red;}

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

This text has shadow with #00995C primary color and red secondary color.


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

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

This text has shadow with #00995C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00995C on black background.


Color preview on white background

This text has color #00995C on white background.



Black color preview on #00995C background

This text has black color on #00995C background.


White color preview on #00995C background

This text has white color on #00995C background.