COLOR #10DB5F

HEX: #10DB5F
RGB: (16,219,95)

Color info

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

RGB color model

#10DB5F color RGB value is (16,219,95).

  • red value is 16;
  • green value is 219;
  • blue value is 95.
RGB:
(16,219,95)
(6%,86%,37%)

RGB channels and saturation

R 16 of 255 = 6%
G 219 of 255 = 86%
B 95 of 255 = 37%

16
219
95

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

Portions of RGB colors in percentages

R + G + B =
16 + 219 + 95 = 330 (100%)
R 16 of 330 ~ 4.85%
G 219 of 330 ~ 66.36%
B 95 of 330 ~ 28.79%

%66.36
%28.79

CMYK color model

#10DB5F color CMYK value is (93,0,57,14).

  • cyan value is 92.69%
  • magenta value is 0.00%
  • yellow value is 56.62%
  • key color value is 14.12%
CMYK:
(93,0,57,14)
C93M0Y57K14 
(93%,0%,57%,14%)
(0.93/0.00/0.57/0.14)	

CMYK percentages

%92.69
%0
%56.62
%14.12

Codes

Color #10DB5F in popluar color models

10DB5F
RGB1621995
HSL143°86.38%46.08%
HSB/HSV143°92.69%85.88%
CMYK92.69%0.00%56.62%
14.12%

Color #10DB5F in popluar number systems.

HEX10DB5F
Decimal1621995
Binary10000110110111011111
Octal20333137

Shades and tints

Shades of #10DB5F

#10DB5F
(16,219,95)
#0FC857
(15,200,87)
#0EB54F
(14,181,79)
#0DA247
(13,162,71)
#0C8F3F
(12,143,63)
#0B7C37
(11,124,55)
#0A692F
(10,105,47)
#095627
(9,86,39)
#08431F
(8,67,31)
#073017
(7,48,23)
#061D0F
(6,29,15)
#000000
(0,0,0)

Tints of #10DB5F

#10DB5F
(16,219,95)
#25DE6D
(37,222,109)
#3AE17B
(58,225,123)
#4FE489
(79,228,137)
#64E797
(100,231,151)
#79EAA5
(121,234,165)
#8EEDB3
(142,237,179)
#A3F0C1
(163,240,193)
#B8F3CF
(184,243,207)
#CDF6DD
(205,246,221)
#E2F9EB
(226,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10DB5F color. Also use rgb(16,219,95) instead hex code.

Text Font Color

.myTextColor { color: #10DB5F; }

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

This text font color is #10DB5F.


Background Color

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

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

This div background color is #10DB5F.


Border color

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

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

This div border color is #10DB5F.


Opacity

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

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

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

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

This text has shadow with #10DB5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10DB5F on black background.


Color preview on white background

This text has color #10DB5F on white background.



Black color preview on #10DB5F background

This text has black color on #10DB5F background.


White color preview on #10DB5F background

This text has white color on #10DB5F background.