COLOR #10C580

HEX: #10C580
RGB: (16,197,128)

Color info

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

RGB color model

#10C580 color RGB value is (16,197,128).

  • red value is 16;
  • green value is 197;
  • blue value is 128.
RGB:
(16,197,128)
(6%,77%,50%)

RGB channels and saturation

R 16 of 255 = 6%
G 197 of 255 = 77%
B 128 of 255 = 50%

16
197
128

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

Portions of RGB colors in percentages

R + G + B =
16 + 197 + 128 = 341 (100%)
R 16 of 341 ~ 4.69%
G 197 of 341 ~ 57.77%
B 128 of 341 ~ 37.54%

%57.77
%37.54

CMYK color model

#10C580 color CMYK value is (92,0,35,23).

  • cyan value is 91.88%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK:
(92,0,35,23)
C92M0Y35K23 
(92%,0%,35%,23%)
(0.92/0.00/0.35/0.23)	

CMYK percentages

%91.88
%0
%35.03
%22.75

Codes

Color #10C580 in popluar color models

10C580
RGB16197128
HSL157°84.98%41.76%
HSB/HSV157°91.88%77.25%
CMYK91.88%0.00%35.03%
22.75%

Color #10C580 in popluar number systems.

HEX10C580
Decimal16197128
Binary100001100010110000000
Octal20305200

Shades and tints

Shades of #10C580

#10C580
(16,197,128)
#0FB475
(15,180,117)
#0EA36A
(14,163,106)
#0D925F
(13,146,95)
#0C8154
(12,129,84)
#0B7049
(11,112,73)
#0A5F3E
(10,95,62)
#094E33
(9,78,51)
#083D28
(8,61,40)
#072C1D
(7,44,29)
#061B12
(6,27,18)
#000000
(0,0,0)

Tints of #10C580

#10C580
(16,197,128)
#25CA8B
(37,202,139)
#3ACF96
(58,207,150)
#4FD4A1
(79,212,161)
#64D9AC
(100,217,172)
#79DEB7
(121,222,183)
#8EE3C2
(142,227,194)
#A3E8CD
(163,232,205)
#B8EDD8
(184,237,216)
#CDF2E3
(205,242,227)
#E2F7EE
(226,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10C580 color. Also use rgb(16,197,128) instead hex code.

Text Font Color

.myTextColor { color: #10C580; }

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

This text font color is #10C580.


Background Color

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

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

This div background color is #10C580.


Border color

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

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

This div border color is #10C580.


Opacity

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

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

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

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

This text has shadow with #10C580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10C580 on black background.


Color preview on white background

This text has color #10C580 on white background.



Black color preview on #10C580 background

This text has black color on #10C580 background.


White color preview on #10C580 background

This text has white color on #10C580 background.