COLOR #009A19

HEX: #009A19
RGB: (0,154,25)

Color info

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

RGB color model

#009A19 color RGB value is (0,154,25).

  • red value is 0;
  • green value is 154;
  • blue value is 25.
RGB:
(0,154,25)
(0%,60%,10%)

RGB channels and saturation

R 0 of 255 = 0%
G 154 of 255 = 60%
B 25 of 255 = 10%

0
154
25

R + G + B ~ 23%. #009A19 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 154 + 25 = 179 (100%)
R 0 of 179 ~ 0%
G 154 of 179 ~ 86.03%
B 25 of 179 ~ 13.97%

%86.03
%13.97

CMYK color model

#009A19 color CMYK value is (100,0,84,40).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 83.77%
  • key color value is 39.61%
CMYK:
(100,0,84,40)
C100M0Y84K40 
(100%,0%,84%,40%)
(1.00/0.00/0.84/0.40)	

CMYK percentages

%100
%0
%83.77
%39.61

Codes

Color #009A19 in popluar color models

009A19
RGB015425
HSL130°100.00%30.20%
HSB/HSV130°100.00%60.39%
CMYK100.00%0.00%83.77%
39.61%

Color #009A19 in popluar number systems.

HEX009A19
Decimal015425
Binary01001101011001
Octal023231

Shades and tints

Shades of #009A19

#009A19
(0,154,25)
#008C17
(0,140,23)
#007E15
(0,126,21)
#007013
(0,112,19)
#006211
(0,98,17)
#00540F
(0,84,15)
#00460D
(0,70,13)
#00380B
(0,56,11)
#002A09
(0,42,9)
#001C07
(0,28,7)
#000E05
(0,14,5)
#000000
(0,0,0)

Tints of #009A19

#009A19
(0,154,25)
#17A32D
(23,163,45)
#2EAC41
(46,172,65)
#45B555
(69,181,85)
#5CBE69
(92,190,105)
#73C77D
(115,199,125)
#8AD091
(138,208,145)
#A1D9A5
(161,217,165)
#B8E2B9
(184,226,185)
#CFEBCD
(207,235,205)
#E6F4E1
(230,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009A19 color. Also use rgb(0,154,25) instead hex code.

Text Font Color

.myTextColor { color: #009A19; }

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

This text font color is #009A19.


Background Color

.myBgColor { background-color: #009A19; }

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

This div background color is #009A19.


Border color

.myBorderColor { border: 1px solid #009A19; }

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

This div border color is #009A19.


Opacity

.myOpacity80 { color: #009A19; opacity: 0.8; }

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

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

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

This text has shadow with #009A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009A19 on black background.


Color preview on white background

This text has color #009A19 on white background.



Black color preview on #009A19 background

This text has black color on #009A19 background.


White color preview on #009A19 background

This text has white color on #009A19 background.