COLOR #199D0E

HEX: #199D0E
RGB: (25,157,14)

Color info

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

RGB color model

#199D0E color RGB value is (25,157,14).

  • red value is 25;
  • green value is 157;
  • blue value is 14.
RGB:
(25,157,14)
(10%,62%,5%)

RGB channels and saturation

R 25 of 255 = 10%
G 157 of 255 = 62%
B 14 of 255 = 5%

25
157
14

R + G + B ~ 26%. #199D0E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 157 + 14 = 196 (100%)
R 25 of 196 ~ 12.76%
G 157 of 196 ~ 80.1%
B 14 of 196 ~ 7.14%

%12.76
%80.1

CMYK color model

#199D0E color CMYK value is (84,0,91,38).

  • cyan value is 84.08%
  • magenta value is 0.00%
  • yellow value is 91.08%
  • key color value is 38.43%
CMYK:
(84,0,91,38)
C84M0Y91K38 
(84%,0%,91%,38%)
(0.84/0.00/0.91/0.38)	

CMYK percentages

%84.08
%0
%91.08
%38.43

Codes

Color #199D0E in popluar color models

199D0E
RGB2515714
HSL115°83.63%33.53%
HSB/HSV115°91.08%61.57%
CMYK84.08%0.00%91.08%
38.43%

Color #199D0E in popluar number systems.

HEX199D0E
Decimal2515714
Binary11001100111011110
Octal3123516

Shades and tints

Shades of #199D0E

#199D0E
(25,157,14)
#178F0D
(23,143,13)
#15810C
(21,129,12)
#13730B
(19,115,11)
#11650A
(17,101,10)
#0F5709
(15,87,9)
#0D4908
(13,73,8)
#0B3B07
(11,59,7)
#092D06
(9,45,6)
#071F05
(7,31,5)
#051104
(5,17,4)
#000000
(0,0,0)

Tints of #199D0E

#199D0E
(25,157,14)
#2DA523
(45,165,35)
#41AD38
(65,173,56)
#55B54D
(85,181,77)
#69BD62
(105,189,98)
#7DC577
(125,197,119)
#91CD8C
(145,205,140)
#A5D5A1
(165,213,161)
#B9DDB6
(185,221,182)
#CDE5CB
(205,229,203)
#E1EDE0
(225,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199D0E color. Also use rgb(25,157,14) instead hex code.

Text Font Color

.myTextColor { color: #199D0E; }

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

This text font color is #199D0E.


Background Color

.myBgColor { background-color: #199D0E; }

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

This div background color is #199D0E.


Border color

.myBorderColor { border: 1px solid #199D0E; }

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

This div border color is #199D0E.


Opacity

.myOpacity80 { color: #199D0E; opacity: 0.8; }

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

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

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

This text has shadow with #199D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199D0E on black background.


Color preview on white background

This text has color #199D0E on white background.



Black color preview on #199D0E background

This text has black color on #199D0E background.


White color preview on #199D0E background

This text has white color on #199D0E background.