COLOR #14BB13

HEX: #14BB13
RGB: (20,187,19)

Color info

#14BB13 contains mainly green color. Web safe color of #14BB13 is #00CC00 (or #0C0).

RGB color model

#14BB13 color RGB value is (20,187,19).

  • red value is 20;
  • green value is 187;
  • blue value is 19.
RGB:
(20,187,19)
(8%,73%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 187 of 255 = 73%
B 19 of 255 = 7%

20
187
19

R + G + B ~ 29%. #14BB13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 187 + 19 = 226 (100%)
R 20 of 226 ~ 8.85%
G 187 of 226 ~ 82.74%
B 19 of 226 ~ 8.41%

%82.74

CMYK color model

#14BB13 color CMYK value is (89,0,90,27).

  • cyan value is 89.30%
  • magenta value is 0.00%
  • yellow value is 89.84%
  • key color value is 26.67%
CMYK:
(89,0,90,27)
C89M0Y90K27 
(89%,0%,90%,27%)
(0.89/0.00/0.90/0.27)	

CMYK percentages

%89.3
%0
%89.84
%26.67

Codes

Color #14BB13 in popluar color models

14BB13
RGB2018719
HSL120°81.55%40.39%
HSB/HSV120°89.84%73.33%
CMYK89.30%0.00%89.84%
26.67%

Color #14BB13 in popluar number systems.

HEX14BB13
Decimal2018719
Binary101001011101110011
Octal2427323

Shades and tints

Shades of #14BB13

#14BB13
(20,187,19)
#13AA12
(19,170,18)
#129911
(18,153,17)
#118810
(17,136,16)
#10770F
(16,119,15)
#0F660E
(15,102,14)
#0E550D
(14,85,13)
#0D440C
(13,68,12)
#0C330B
(12,51,11)
#0B220A
(11,34,10)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #14BB13

#14BB13
(20,187,19)
#29C128
(41,193,40)
#3EC73D
(62,199,61)
#53CD52
(83,205,82)
#68D367
(104,211,103)
#7DD97C
(125,217,124)
#92DF91
(146,223,145)
#A7E5A6
(167,229,166)
#BCEBBB
(188,235,187)
#D1F1D0
(209,241,208)
#E6F7E5
(230,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14BB13 color. Also use rgb(20,187,19) instead hex code.

Text Font Color

.myTextColor { color: #14BB13; }

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

This text font color is #14BB13.


Background Color

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

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

This div background color is #14BB13.


Border color

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

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

This div border color is #14BB13.


Opacity

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

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

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

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

This text has shadow with #14BB13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14BB13 on black background.


Color preview on white background

This text has color #14BB13 on white background.



Black color preview on #14BB13 background

This text has black color on #14BB13 background.


White color preview on #14BB13 background

This text has white color on #14BB13 background.