COLOR #10E3A1

HEX: #10E3A1
RGB: (16,227,161)

Color info

#10E3A1 contains mainly green color. Web safe color of #10E3A1 is #00CC99 (or #0C9).

RGB color model

#10E3A1 color RGB value is (16,227,161).

  • red value is 16;
  • green value is 227;
  • blue value is 161.
RGB:
(16,227,161)
(6%,89%,63%)

RGB channels and saturation

R 16 of 255 = 6%
G 227 of 255 = 89%
B 161 of 255 = 63%

16
227
161

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

Portions of RGB colors in percentages

R + G + B =
16 + 227 + 161 = 404 (100%)
R 16 of 404 ~ 3.96%
G 227 of 404 ~ 56.19%
B 161 of 404 ~ 39.85%

%56.19
%39.85

CMYK color model

#10E3A1 color CMYK value is (93,0,29,11).

  • cyan value is 92.95%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 10.98%
CMYK:
(93,0,29,11)
C93M0Y29K11 
(93%,0%,29%,11%)
(0.93/0.00/0.29/0.11)	

CMYK percentages

%92.95
%0
%29.07
%10.98

Codes

Color #10E3A1 in popluar color models

10E3A1
RGB16227161
HSL161°86.83%47.65%
HSB/HSV161°92.95%89.02%
CMYK92.95%0.00%29.07%
10.98%

Color #10E3A1 in popluar number systems.

HEX10E3A1
Decimal16227161
Binary100001110001110100001
Octal20343241

Shades and tints

Shades of #10E3A1

#10E3A1
(16,227,161)
#0FCF93
(15,207,147)
#0EBB85
(14,187,133)
#0DA777
(13,167,119)
#0C9369
(12,147,105)
#0B7F5B
(11,127,91)
#0A6B4D
(10,107,77)
#09573F
(9,87,63)
#084331
(8,67,49)
#072F23
(7,47,35)
#061B15
(6,27,21)
#000000
(0,0,0)

Tints of #10E3A1

#10E3A1
(16,227,161)
#25E5A9
(37,229,169)
#3AE7B1
(58,231,177)
#4FE9B9
(79,233,185)
#64EBC1
(100,235,193)
#79EDC9
(121,237,201)
#8EEFD1
(142,239,209)
#A3F1D9
(163,241,217)
#B8F3E1
(184,243,225)
#CDF5E9
(205,245,233)
#E2F7F1
(226,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10E3A1 color. Also use rgb(16,227,161) instead hex code.

Text Font Color

.myTextColor { color: #10E3A1; }

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

This text font color is #10E3A1.


Background Color

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

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

This div background color is #10E3A1.


Border color

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

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

This div border color is #10E3A1.


Opacity

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

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

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

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

This text has shadow with #10E3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10E3A1 on black background.


Color preview on white background

This text has color #10E3A1 on white background.



Black color preview on #10E3A1 background

This text has black color on #10E3A1 background.


White color preview on #10E3A1 background

This text has white color on #10E3A1 background.