COLOR #139A42

HEX: #139A42
RGB: (19,154,66)

Color info

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

RGB color model

#139A42 color RGB value is (19,154,66).

  • red value is 19;
  • green value is 154;
  • blue value is 66.
RGB:
(19,154,66)
(7%,60%,26%)

RGB channels and saturation

R 19 of 255 = 7%
G 154 of 255 = 60%
B 66 of 255 = 26%

19
154
66

R + G + B ~ 31%. #139A42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 154 + 66 = 239 (100%)
R 19 of 239 ~ 7.95%
G 154 of 239 ~ 64.44%
B 66 of 239 ~ 27.62%

%64.44
%27.62

CMYK color model

#139A42 color CMYK value is (88,0,57,40).

  • cyan value is 87.66%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 39.61%
CMYK:
(88,0,57,40)
C88M0Y57K40 
(88%,0%,57%,40%)
(0.88/0.00/0.57/0.40)	

CMYK percentages

%87.66
%0
%57.14
%39.61

Codes

Color #139A42 in popluar color models

139A42
RGB1915466
HSL141°78.03%33.92%
HSB/HSV141°87.66%60.39%
CMYK87.66%0.00%57.14%
39.61%

Color #139A42 in popluar number systems.

HEX139A42
Decimal1915466
Binary10011100110101000010
Octal23232102

Shades and tints

Shades of #139A42

#139A42
(19,154,66)
#128C3C
(18,140,60)
#117E36
(17,126,54)
#107030
(16,112,48)
#0F622A
(15,98,42)
#0E5424
(14,84,36)
#0D461E
(13,70,30)
#0C3818
(12,56,24)
#0B2A12
(11,42,18)
#0A1C0C
(10,28,12)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #139A42

#139A42
(19,154,66)
#28A353
(40,163,83)
#3DAC64
(61,172,100)
#52B575
(82,181,117)
#67BE86
(103,190,134)
#7CC797
(124,199,151)
#91D0A8
(145,208,168)
#A6D9B9
(166,217,185)
#BBE2CA
(187,226,202)
#D0EBDB
(208,235,219)
#E5F4EC
(229,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139A42 color. Also use rgb(19,154,66) instead hex code.

Text Font Color

.myTextColor { color: #139A42; }

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

This text font color is #139A42.


Background Color

.myBgColor { background-color: #139A42; }

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

This div background color is #139A42.


Border color

.myBorderColor { border: 1px solid #139A42; }

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

This div border color is #139A42.


Opacity

.myOpacity80 { color: #139A42; opacity: 0.8; }

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

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

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

This text has shadow with #139A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139A42 on black background.


Color preview on white background

This text has color #139A42 on white background.



Black color preview on #139A42 background

This text has black color on #139A42 background.


White color preview on #139A42 background

This text has white color on #139A42 background.