COLOR #199A06

HEX: #199A06
RGB: (25,154,6)

Color info

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

RGB color model

#199A06 color RGB value is (25,154,6).

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

RGB channels and saturation

R 25 of 255 = 10%
G 154 of 255 = 60%
B 6 of 255 = 2%

25
154
6

R + G + B ~ 24%. #199A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 154 + 6 = 185 (100%)
R 25 of 185 ~ 13.51%
G 154 of 185 ~ 83.24%
B 6 of 185 ~ 3.24%

%13.51
%83.24

CMYK color model

#199A06 color CMYK value is (84,0,96,40).

  • cyan value is 83.77%
  • magenta value is 0.00%
  • yellow value is 96.10%
  • key color value is 39.61%
CMYK:
(84,0,96,40)
C84M0Y96K40 
(84%,0%,96%,40%)
(0.84/0.00/0.96/0.40)	

CMYK percentages

%83.77
%0
%96.1
%39.61

Codes

Color #199A06 in popluar color models

199A06
RGB251546
HSL112°92.50%31.37%
HSB/HSV112°96.10%60.39%
CMYK83.77%0.00%96.10%
39.61%

Color #199A06 in popluar number systems.

HEX199A06
Decimal251546
Binary1100110011010110
Octal312326

Shades and tints

Shades of #199A06

#199A06
(25,154,6)
#178C06
(23,140,6)
#157E06
(21,126,6)
#137006
(19,112,6)
#116206
(17,98,6)
#0F5406
(15,84,6)
#0D4606
(13,70,6)
#0B3806
(11,56,6)
#092A06
(9,42,6)
#071C06
(7,28,6)
#050E06
(5,14,6)
#000000
(0,0,0)

Tints of #199A06

#199A06
(25,154,6)
#2DA31C
(45,163,28)
#41AC32
(65,172,50)
#55B548
(85,181,72)
#69BE5E
(105,190,94)
#7DC774
(125,199,116)
#91D08A
(145,208,138)
#A5D9A0
(165,217,160)
#B9E2B6
(185,226,182)
#CDEBCC
(205,235,204)
#E1F4E2
(225,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199A06 color. Also use rgb(25,154,6) instead hex code.

Text Font Color

.myTextColor { color: #199A06; }

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

This text font color is #199A06.


Background Color

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

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

This div background color is #199A06.


Border color

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

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

This div border color is #199A06.


Opacity

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

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

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

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

This text has shadow with #199A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199A06 on black background.


Color preview on white background

This text has color #199A06 on white background.



Black color preview on #199A06 background

This text has black color on #199A06 background.


White color preview on #199A06 background

This text has white color on #199A06 background.