COLOR #14B84C

HEX: #14B84C
RGB: (20,184,76)

Color info

#14B84C contains mainly green color. Web safe color of #14B84C is #00CC33 (or #0C3).

RGB color model

#14B84C color RGB value is (20,184,76).

  • red value is 20;
  • green value is 184;
  • blue value is 76.
RGB:
(20,184,76)
(8%,72%,30%)

RGB channels and saturation

R 20 of 255 = 8%
G 184 of 255 = 72%
B 76 of 255 = 30%

20
184
76

R + G + B ~ 37%. #14B84C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 184 + 76 = 280 (100%)
R 20 of 280 ~ 7.14%
G 184 of 280 ~ 65.71%
B 76 of 280 ~ 27.14%

%65.71
%27.14

CMYK color model

#14B84C color CMYK value is (89,0,59,28).

  • cyan value is 89.13%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 27.84%
CMYK:
(89,0,59,28)
C89M0Y59K28 
(89%,0%,59%,28%)
(0.89/0.00/0.59/0.28)	

CMYK percentages

%89.13
%0
%58.7
%27.84

Codes

Color #14B84C in popluar color models

14B84C
RGB2018476
HSL140°80.39%40.00%
HSB/HSV140°89.13%72.16%
CMYK89.13%0.00%58.70%
27.84%

Color #14B84C in popluar number systems.

HEX14B84C
Decimal2018476
Binary10100101110001001100
Octal24270114

Shades and tints

Shades of #14B84C

#14B84C
(20,184,76)
#13A846
(19,168,70)
#129840
(18,152,64)
#11883A
(17,136,58)
#107834
(16,120,52)
#0F682E
(15,104,46)
#0E5828
(14,88,40)
#0D4822
(13,72,34)
#0C381C
(12,56,28)
#0B2816
(11,40,22)
#0A1810
(10,24,16)
#000000
(0,0,0)

Tints of #14B84C

#14B84C
(20,184,76)
#29BE5C
(41,190,92)
#3EC46C
(62,196,108)
#53CA7C
(83,202,124)
#68D08C
(104,208,140)
#7DD69C
(125,214,156)
#92DCAC
(146,220,172)
#A7E2BC
(167,226,188)
#BCE8CC
(188,232,204)
#D1EEDC
(209,238,220)
#E6F4EC
(230,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14B84C color. Also use rgb(20,184,76) instead hex code.

Text Font Color

.myTextColor { color: #14B84C; }

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

This text font color is #14B84C.


Background Color

.myBgColor { background-color: #14B84C; }

<div style="background-color:#14B84C">Inner text</div>

This div background color is #14B84C.


Border color

.myBorderColor { border: 1px solid #14B84C; }

<div style="border:3px solid #14B84C">Div</div>

This div border color is #14B84C.


Opacity

.myOpacity80 { color: #14B84C; opacity: 0.8; }

<p style="color:#14B84C;opacity:0.8;">80%</p>

Text with #14B84C 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 #14B84C;}

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

This text has shadow with #14B84C color.

.textShadow {text-shadow: 3px 3px 1px #14B84C, 3px 3px 1px red;}

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

This text has shadow with #14B84C primary color and red secondary color.


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

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

This text has shadow with #14B84C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14B84C on black background.


Color preview on white background

This text has color #14B84C on white background.



Black color preview on #14B84C background

This text has black color on #14B84C background.


White color preview on #14B84C background

This text has white color on #14B84C background.