COLOR #009641

HEX: #009641
RGB: (0,150,65)

Color info

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

RGB color model

#009641 color RGB value is (0,150,65).

  • red value is 0;
  • green value is 150;
  • blue value is 65.
RGB:
(0,150,65)
(0%,59%,25%)

RGB channels and saturation

R 0 of 255 = 0%
G 150 of 255 = 59%
B 65 of 255 = 25%

0
150
65

R + G + B ~ 28%. #009641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 150 + 65 = 215 (100%)
R 0 of 215 ~ 0%
G 150 of 215 ~ 69.77%
B 65 of 215 ~ 30.23%

%69.77
%30.23

CMYK color model

#009641 color CMYK value is (100,0,57,41).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(100,0,57,41)
C100M0Y57K41 
(100%,0%,57%,41%)
(1.00/0.00/0.57/0.41)	

CMYK percentages

%100
%0
%56.67
%41.18

Codes

Color #009641 in popluar color models

009641
RGB015065
HSL146°100.00%29.41%
HSB/HSV146°100.00%58.82%
CMYK100.00%0.00%56.67%
41.18%

Color #009641 in popluar number systems.

HEX009641
Decimal015065
Binary0100101101000001
Octal0226101

Shades and tints

Shades of #009641

#009641
(0,150,65)
#00893C
(0,137,60)
#007C37
(0,124,55)
#006F32
(0,111,50)
#00622D
(0,98,45)
#005528
(0,85,40)
#004823
(0,72,35)
#003B1E
(0,59,30)
#002E19
(0,46,25)
#002114
(0,33,20)
#00140F
(0,20,15)
#000000
(0,0,0)

Tints of #009641

#009641
(0,150,65)
#179F52
(23,159,82)
#2EA863
(46,168,99)
#45B174
(69,177,116)
#5CBA85
(92,186,133)
#73C396
(115,195,150)
#8ACCA7
(138,204,167)
#A1D5B8
(161,213,184)
#B8DEC9
(184,222,201)
#CFE7DA
(207,231,218)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009641 color. Also use rgb(0,150,65) instead hex code.

Text Font Color

.myTextColor { color: #009641; }

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

This text font color is #009641.


Background Color

.myBgColor { background-color: #009641; }

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

This div background color is #009641.


Border color

.myBorderColor { border: 1px solid #009641; }

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

This div border color is #009641.


Opacity

.myOpacity80 { color: #009641; opacity: 0.8; }

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

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

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

This text has shadow with #009641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009641 on black background.


Color preview on white background

This text has color #009641 on white background.



Black color preview on #009641 background

This text has black color on #009641 background.


White color preview on #009641 background

This text has white color on #009641 background.