COLOR #10EA13

HEX: #10EA13
RGB: (16,234,19)

Color info

#10EA13 contains mainly green color. Web safe color of #10EA13 is #00FF00 (or #0F0).

RGB color model

#10EA13 color RGB value is (16,234,19).

  • red value is 16;
  • green value is 234;
  • blue value is 19.
RGB:
(16,234,19)
(6%,92%,7%)

RGB channels and saturation

R 16 of 255 = 6%
G 234 of 255 = 92%
B 19 of 255 = 7%

16
234
19

R + G + B ~ 35%. #10EA13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 234 + 19 = 269 (100%)
R 16 of 269 ~ 5.95%
G 234 of 269 ~ 86.99%
B 19 of 269 ~ 7.06%

%86.99

CMYK color model

#10EA13 color CMYK value is (93,0,92,8).

  • cyan value is 93.16%
  • magenta value is 0.00%
  • yellow value is 91.88%
  • key color value is 8.24%
CMYK:
(93,0,92,8)
C93M0Y92K8 
(93%,0%,92%,8%)
(0.93/0.00/0.92/0.08)	

CMYK percentages

%93.16
%0
%91.88
%8.24

Codes

Color #10EA13 in popluar color models

10EA13
RGB1623419
HSL121°87.20%49.02%
HSB/HSV121°93.16%91.76%
CMYK93.16%0.00%91.88%
8.24%

Color #10EA13 in popluar number systems.

HEX10EA13
Decimal1623419
Binary100001110101010011
Octal2035223

Shades and tints

Shades of #10EA13

#10EA13
(16,234,19)
#0FD512
(15,213,18)
#0EC011
(14,192,17)
#0DAB10
(13,171,16)
#0C960F
(12,150,15)
#0B810E
(11,129,14)
#0A6C0D
(10,108,13)
#09570C
(9,87,12)
#08420B
(8,66,11)
#072D0A
(7,45,10)
#061809
(6,24,9)
#000000
(0,0,0)

Tints of #10EA13

#10EA13
(16,234,19)
#25EB28
(37,235,40)
#3AEC3D
(58,236,61)
#4FED52
(79,237,82)
#64EE67
(100,238,103)
#79EF7C
(121,239,124)
#8EF091
(142,240,145)
#A3F1A6
(163,241,166)
#B8F2BB
(184,242,187)
#CDF3D0
(205,243,208)
#E2F4E5
(226,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10EA13 color. Also use rgb(16,234,19) instead hex code.

Text Font Color

.myTextColor { color: #10EA13; }

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

This text font color is #10EA13.


Background Color

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

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

This div background color is #10EA13.


Border color

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

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

This div border color is #10EA13.


Opacity

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

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

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

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

This text has shadow with #10EA13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10EA13 on black background.


Color preview on white background

This text has color #10EA13 on white background.



Black color preview on #10EA13 background

This text has black color on #10EA13 background.


White color preview on #10EA13 background

This text has white color on #10EA13 background.