COLOR #13BB16

HEX: #13BB16
RGB: (19,187,22)

Color info

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

RGB color model

#13BB16 color RGB value is (19,187,22).

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

RGB channels and saturation

R 19 of 255 = 7%
G 187 of 255 = 73%
B 22 of 255 = 9%

19
187
22

R + G + B ~ 30%. #13BB16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 187 + 22 = 228 (100%)
R 19 of 228 ~ 8.33%
G 187 of 228 ~ 82.02%
B 22 of 228 ~ 9.65%

%82.02
%9.65

CMYK color model

#13BB16 color CMYK value is (90,0,88,27).

  • cyan value is 89.84%
  • magenta value is 0.00%
  • yellow value is 88.24%
  • key color value is 26.67%
CMYK:
(90,0,88,27)
C90M0Y88K27 
(90%,0%,88%,27%)
(0.90/0.00/0.88/0.27)	

CMYK percentages

%89.84
%0
%88.24
%26.67

Codes

Color #13BB16 in popluar color models

13BB16
RGB1918722
HSL121°81.55%40.39%
HSB/HSV121°89.84%73.33%
CMYK89.84%0.00%88.24%
26.67%

Color #13BB16 in popluar number systems.

HEX13BB16
Decimal1918722
Binary100111011101110110
Octal2327326

Shades and tints

Shades of #13BB16

#13BB16
(19,187,22)
#12AA14
(18,170,20)
#119912
(17,153,18)
#108810
(16,136,16)
#0F770E
(15,119,14)
#0E660C
(14,102,12)
#0D550A
(13,85,10)
#0C4408
(12,68,8)
#0B3306
(11,51,6)
#0A2204
(10,34,4)
#091102
(9,17,2)
#000000
(0,0,0)

Tints of #13BB16

#13BB16
(19,187,22)
#28C12B
(40,193,43)
#3DC740
(61,199,64)
#52CD55
(82,205,85)
#67D36A
(103,211,106)
#7CD97F
(124,217,127)
#91DF94
(145,223,148)
#A6E5A9
(166,229,169)
#BBEBBE
(187,235,190)
#D0F1D3
(208,241,211)
#E5F7E8
(229,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13BB16 color. Also use rgb(19,187,22) instead hex code.

Text Font Color

.myTextColor { color: #13BB16; }

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

This text font color is #13BB16.


Background Color

.myBgColor { background-color: #13BB16; }

<div style="background-color:#13BB16">Inner text</div>

This div background color is #13BB16.


Border color

.myBorderColor { border: 1px solid #13BB16; }

<div style="border:3px solid #13BB16">Div</div>

This div border color is #13BB16.


Opacity

.myOpacity80 { color: #13BB16; opacity: 0.8; }

<p style="color:#13BB16;opacity:0.8;">80%</p>

Text with #13BB16 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 #13BB16;}

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

This text has shadow with #13BB16 color.

.textShadow {text-shadow: 3px 3px 1px #13BB16, 3px 3px 1px red;}

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

This text has shadow with #13BB16 primary color and red secondary color.


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

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

This text has shadow with #13BB16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13BB16 on black background.


Color preview on white background

This text has color #13BB16 on white background.



Black color preview on #13BB16 background

This text has black color on #13BB16 background.


White color preview on #13BB16 background

This text has white color on #13BB16 background.