COLOR #149D4A

HEX: #149D4A
RGB: (20,157,74)

Color info

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

RGB color model

#149D4A color RGB value is (20,157,74).

  • red value is 20;
  • green value is 157;
  • blue value is 74.
RGB:
(20,157,74)
(8%,62%,29%)

RGB channels and saturation

R 20 of 255 = 8%
G 157 of 255 = 62%
B 74 of 255 = 29%

20
157
74

R + G + B ~ 33%. #149D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 157 + 74 = 251 (100%)
R 20 of 251 ~ 7.97%
G 157 of 251 ~ 62.55%
B 74 of 251 ~ 29.48%

%62.55
%29.48

CMYK color model

#149D4A color CMYK value is (87,0,53,38).

  • cyan value is 87.26%
  • magenta value is 0.00%
  • yellow value is 52.87%
  • key color value is 38.43%
CMYK:
(87,0,53,38)
C87M0Y53K38 
(87%,0%,53%,38%)
(0.87/0.00/0.53/0.38)	

CMYK percentages

%87.26
%0
%52.87
%38.43

Codes

Color #149D4A in popluar color models

149D4A
RGB2015774
HSL144°77.40%34.71%
HSB/HSV144°87.26%61.57%
CMYK87.26%0.00%52.87%
38.43%

Color #149D4A in popluar number systems.

HEX149D4A
Decimal2015774
Binary10100100111011001010
Octal24235112

Shades and tints

Shades of #149D4A

#149D4A
(20,157,74)
#138F44
(19,143,68)
#12813E
(18,129,62)
#117338
(17,115,56)
#106532
(16,101,50)
#0F572C
(15,87,44)
#0E4926
(14,73,38)
#0D3B20
(13,59,32)
#0C2D1A
(12,45,26)
#0B1F14
(11,31,20)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #149D4A

#149D4A
(20,157,74)
#29A55A
(41,165,90)
#3EAD6A
(62,173,106)
#53B57A
(83,181,122)
#68BD8A
(104,189,138)
#7DC59A
(125,197,154)
#92CDAA
(146,205,170)
#A7D5BA
(167,213,186)
#BCDDCA
(188,221,202)
#D1E5DA
(209,229,218)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #149D4A color. Also use rgb(20,157,74) instead hex code.

Text Font Color

.myTextColor { color: #149D4A; }

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

This text font color is #149D4A.


Background Color

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

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

This div background color is #149D4A.


Border color

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

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

This div border color is #149D4A.


Opacity

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

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

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

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

This text has shadow with #149D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #149D4A on black background.


Color preview on white background

This text has color #149D4A on white background.



Black color preview on #149D4A background

This text has black color on #149D4A background.


White color preview on #149D4A background

This text has white color on #149D4A background.