COLOR #009217

HEX: #009217
RGB: (0,146,23)

Color info

#009217 contains mainly green color. Web safe color of #009217 is #009900 (or #090).

RGB color model

#009217 color RGB value is (0,146,23).

  • red value is 0;
  • green value is 146;
  • blue value is 23.
RGB:
(0,146,23)
(0%,57%,9%)

RGB channels and saturation

R 0 of 255 = 0%
G 146 of 255 = 57%
B 23 of 255 = 9%

0
146
23

R + G + B ~ 22%. #009217 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 146 + 23 = 169 (100%)
R 0 of 169 ~ 0%
G 146 of 169 ~ 86.39%
B 23 of 169 ~ 13.61%

%86.39
%13.61

CMYK color model

#009217 color CMYK value is (100,0,84,43).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 84.25%
  • key color value is 42.75%
CMYK:
(100,0,84,43)
C100M0Y84K43 
(100%,0%,84%,43%)
(1.00/0.00/0.84/0.43)	

CMYK percentages

%100
%0
%84.25
%42.75

Codes

Color #009217 in popluar color models

009217
RGB014623
HSL129°100.00%28.63%
HSB/HSV129°100.00%57.25%
CMYK100.00%0.00%84.25%
42.75%

Color #009217 in popluar number systems.

HEX009217
Decimal014623
Binary01001001010111
Octal022227

Shades and tints

Shades of #009217

#009217
(0,146,23)
#008515
(0,133,21)
#007813
(0,120,19)
#006B11
(0,107,17)
#005E0F
(0,94,15)
#00510D
(0,81,13)
#00440B
(0,68,11)
#003709
(0,55,9)
#002A07
(0,42,7)
#001D05
(0,29,5)
#001003
(0,16,3)
#000000
(0,0,0)

Tints of #009217

#009217
(0,146,23)
#179B2C
(23,155,44)
#2EA441
(46,164,65)
#45AD56
(69,173,86)
#5CB66B
(92,182,107)
#73BF80
(115,191,128)
#8AC895
(138,200,149)
#A1D1AA
(161,209,170)
#B8DABF
(184,218,191)
#CFE3D4
(207,227,212)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009217 color. Also use rgb(0,146,23) instead hex code.

Text Font Color

.myTextColor { color: #009217; }

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

This text font color is #009217.


Background Color

.myBgColor { background-color: #009217; }

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

This div background color is #009217.


Border color

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

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

This div border color is #009217.


Opacity

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

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

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

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

This text has shadow with #009217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009217 on black background.


Color preview on white background

This text has color #009217 on white background.



Black color preview on #009217 background

This text has black color on #009217 background.


White color preview on #009217 background

This text has white color on #009217 background.