COLOR #10C961

HEX: #10C961
RGB: (16,201,97)

Color info

#10C961 contains mainly green color. Web safe color of #10C961 is #00CC66 (or #0C6).

RGB color model

#10C961 color RGB value is (16,201,97).

  • red value is 16;
  • green value is 201;
  • blue value is 97.
RGB:
(16,201,97)
(6%,79%,38%)

RGB channels and saturation

R 16 of 255 = 6%
G 201 of 255 = 79%
B 97 of 255 = 38%

16
201
97

R + G + B ~ 41%. #10C961 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 201 + 97 = 314 (100%)
R 16 of 314 ~ 5.1%
G 201 of 314 ~ 64.01%
B 97 of 314 ~ 30.89%

%64.01
%30.89

CMYK color model

#10C961 color CMYK value is (92,0,52,21).

  • cyan value is 92.04%
  • magenta value is 0.00%
  • yellow value is 51.74%
  • key color value is 21.18%
CMYK:
(92,0,52,21)
C92M0Y52K21 
(92%,0%,52%,21%)
(0.92/0.00/0.52/0.21)	

CMYK percentages

%92.04
%0
%51.74
%21.18

Codes

Color #10C961 in popluar color models

10C961
RGB1620197
HSL146°85.25%42.55%
HSB/HSV146°92.04%78.82%
CMYK92.04%0.00%51.74%
21.18%

Color #10C961 in popluar number systems.

HEX10C961
Decimal1620197
Binary10000110010011100001
Octal20311141

Shades and tints

Shades of #10C961

#10C961
(16,201,97)
#0FB759
(15,183,89)
#0EA551
(14,165,81)
#0D9349
(13,147,73)
#0C8141
(12,129,65)
#0B6F39
(11,111,57)
#0A5D31
(10,93,49)
#094B29
(9,75,41)
#083921
(8,57,33)
#072719
(7,39,25)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #10C961

#10C961
(16,201,97)
#25CD6F
(37,205,111)
#3AD17D
(58,209,125)
#4FD58B
(79,213,139)
#64D999
(100,217,153)
#79DDA7
(121,221,167)
#8EE1B5
(142,225,181)
#A3E5C3
(163,229,195)
#B8E9D1
(184,233,209)
#CDEDDF
(205,237,223)
#E2F1ED
(226,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10C961 color. Also use rgb(16,201,97) instead hex code.

Text Font Color

.myTextColor { color: #10C961; }

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

This text font color is #10C961.


Background Color

.myBgColor { background-color: #10C961; }

<div style="background-color:#10C961">Inner text</div>

This div background color is #10C961.


Border color

.myBorderColor { border: 1px solid #10C961; }

<div style="border:3px solid #10C961">Div</div>

This div border color is #10C961.


Opacity

.myOpacity80 { color: #10C961; opacity: 0.8; }

<p style="color:#10C961;opacity:0.8;">80%</p>

Text with #10C961 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 #10C961;}

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

This text has shadow with #10C961 color.

.textShadow {text-shadow: 3px 3px 1px #10C961, 3px 3px 1px red;}

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

This text has shadow with #10C961 primary color and red secondary color.


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

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

This text has shadow with #10C961 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10C961 on black background.


Color preview on white background

This text has color #10C961 on white background.



Black color preview on #10C961 background

This text has black color on #10C961 background.


White color preview on #10C961 background

This text has white color on #10C961 background.