COLOR #16C349

HEX: #16C349
RGB: (22,195,73)

Color info

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

RGB color model

#16C349 color RGB value is (22,195,73).

  • red value is 22;
  • green value is 195;
  • blue value is 73.
RGB:
(22,195,73)
(9%,76%,29%)

RGB channels and saturation

R 22 of 255 = 9%
G 195 of 255 = 76%
B 73 of 255 = 29%

22
195
73

R + G + B ~ 38%. #16C349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 195 + 73 = 290 (100%)
R 22 of 290 ~ 7.59%
G 195 of 290 ~ 67.24%
B 73 of 290 ~ 25.17%

%67.24
%25.17

CMYK color model

#16C349 color CMYK value is (89,0,63,24).

  • cyan value is 88.72%
  • magenta value is 0.00%
  • yellow value is 62.56%
  • key color value is 23.53%
CMYK:
(89,0,63,24)
C89M0Y63K24 
(89%,0%,63%,24%)
(0.89/0.00/0.63/0.24)	

CMYK percentages

%88.72
%0
%62.56
%23.53

Codes

Color #16C349 in popluar color models

16C349
RGB2219573
HSL138°79.72%42.55%
HSB/HSV138°88.72%76.47%
CMYK88.72%0.00%62.56%
23.53%

Color #16C349 in popluar number systems.

HEX16C349
Decimal2219573
Binary10110110000111001001
Octal26303111

Shades and tints

Shades of #16C349

#16C349
(22,195,73)
#14B243
(20,178,67)
#12A13D
(18,161,61)
#109037
(16,144,55)
#0E7F31
(14,127,49)
#0C6E2B
(12,110,43)
#0A5D25
(10,93,37)
#084C1F
(8,76,31)
#063B19
(6,59,25)
#042A13
(4,42,19)
#02190D
(2,25,13)
#000000
(0,0,0)

Tints of #16C349

#16C349
(22,195,73)
#2BC859
(43,200,89)
#40CD69
(64,205,105)
#55D279
(85,210,121)
#6AD789
(106,215,137)
#7FDC99
(127,220,153)
#94E1A9
(148,225,169)
#A9E6B9
(169,230,185)
#BEEBC9
(190,235,201)
#D3F0D9
(211,240,217)
#E8F5E9
(232,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #16C349 color. Also use rgb(22,195,73) instead hex code.

Text Font Color

.myTextColor { color: #16C349; }

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

This text font color is #16C349.


Background Color

.myBgColor { background-color: #16C349; }

<div style="background-color:#16C349">Inner text</div>

This div background color is #16C349.


Border color

.myBorderColor { border: 1px solid #16C349; }

<div style="border:3px solid #16C349">Div</div>

This div border color is #16C349.


Opacity

.myOpacity80 { color: #16C349; opacity: 0.8; }

<p style="color:#16C349;opacity:0.8;">80%</p>

Text with #16C349 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 #16C349;}

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

This text has shadow with #16C349 color.

.textShadow {text-shadow: 3px 3px 1px #16C349, 3px 3px 1px red;}

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

This text has shadow with #16C349 primary color and red secondary color.


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

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

This text has shadow with #16C349 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #16C349 on black background.


Color preview on white background

This text has color #16C349 on white background.



Black color preview on #16C349 background

This text has black color on #16C349 background.


White color preview on #16C349 background

This text has white color on #16C349 background.