COLOR #149F42

HEX: #149F42
RGB: (20,159,66)

Color info

#149F42 contains mainly green color. Web safe color of #149F42 is #009933 (or #093).

RGB color model

#149F42 color RGB value is (20,159,66).

  • red value is 20;
  • green value is 159;
  • blue value is 66.
RGB:
(20,159,66)
(8%,62%,26%)

RGB channels and saturation

R 20 of 255 = 8%
G 159 of 255 = 62%
B 66 of 255 = 26%

20
159
66

R + G + B ~ 32%. #149F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 159 + 66 = 245 (100%)
R 20 of 245 ~ 8.16%
G 159 of 245 ~ 64.9%
B 66 of 245 ~ 26.94%

%64.9
%26.94

CMYK color model

#149F42 color CMYK value is (87,0,58,38).

  • cyan value is 87.42%
  • magenta value is 0.00%
  • yellow value is 58.49%
  • key color value is 37.65%
CMYK:
(87,0,58,38)
C87M0Y58K38 
(87%,0%,58%,38%)
(0.87/0.00/0.58/0.38)	

CMYK percentages

%87.42
%0
%58.49
%37.65

Codes

Color #149F42 in popluar color models

149F42
RGB2015966
HSL140°77.65%35.10%
HSB/HSV140°87.42%62.35%
CMYK87.42%0.00%58.49%
37.65%

Color #149F42 in popluar number systems.

HEX149F42
Decimal2015966
Binary10100100111111000010
Octal24237102

Shades and tints

Shades of #149F42

#149F42
(20,159,66)
#13913C
(19,145,60)
#128336
(18,131,54)
#117530
(17,117,48)
#10672A
(16,103,42)
#0F5924
(15,89,36)
#0E4B1E
(14,75,30)
#0D3D18
(13,61,24)
#0C2F12
(12,47,18)
#0B210C
(11,33,12)
#0A1306
(10,19,6)
#000000
(0,0,0)

Tints of #149F42

#149F42
(20,159,66)
#29A753
(41,167,83)
#3EAF64
(62,175,100)
#53B775
(83,183,117)
#68BF86
(104,191,134)
#7DC797
(125,199,151)
#92CFA8
(146,207,168)
#A7D7B9
(167,215,185)
#BCDFCA
(188,223,202)
#D1E7DB
(209,231,219)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #149F42 color. Also use rgb(20,159,66) instead hex code.

Text Font Color

.myTextColor { color: #149F42; }

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

This text font color is #149F42.


Background Color

.myBgColor { background-color: #149F42; }

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

This div background color is #149F42.


Border color

.myBorderColor { border: 1px solid #149F42; }

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

This div border color is #149F42.


Opacity

.myOpacity80 { color: #149F42; opacity: 0.8; }

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

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

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

This text has shadow with #149F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #149F42 on black background.


Color preview on white background

This text has color #149F42 on white background.



Black color preview on #149F42 background

This text has black color on #149F42 background.


White color preview on #149F42 background

This text has white color on #149F42 background.