COLOR #10E504

HEX: #10E504
RGB: (16,229,4)

Color info

#10E504 contains mainly green color. Web safe color of #10E504 is #00CC00 (or #0C0).

RGB color model

#10E504 color RGB value is (16,229,4).

  • red value is 16;
  • green value is 229;
  • blue value is 4.
RGB:
(16,229,4)
(6%,90%,2%)

RGB channels and saturation

R 16 of 255 = 6%
G 229 of 255 = 90%
B 4 of 255 = 2%

16
229
4

R + G + B ~ 33%. #10E504 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 229 + 4 = 249 (100%)
R 16 of 249 ~ 6.43%
G 229 of 249 ~ 91.97%
B 4 of 249 ~ 1.61%

%91.97

CMYK color model

#10E504 color CMYK value is (93,0,98,10).

  • cyan value is 93.01%
  • magenta value is 0.00%
  • yellow value is 98.25%
  • key color value is 10.20%
CMYK:
(93,0,98,10)
C93M0Y98K10 
(93%,0%,98%,10%)
(0.93/0.00/0.98/0.10)	

CMYK percentages

%93.01
%0
%98.25
%10.2

Codes

Color #10E504 in popluar color models

10E504
RGB162294
HSL117°96.57%45.69%
HSB/HSV117°98.25%89.80%
CMYK93.01%0.00%98.25%
10.20%

Color #10E504 in popluar number systems.

HEX10E504
Decimal162294
Binary1000011100101100
Octal203454

Shades and tints

Shades of #10E504

#10E504
(16,229,4)
#0FD104
(15,209,4)
#0EBD04
(14,189,4)
#0DA904
(13,169,4)
#0C9504
(12,149,4)
#0B8104
(11,129,4)
#0A6D04
(10,109,4)
#095904
(9,89,4)
#084504
(8,69,4)
#073104
(7,49,4)
#061D04
(6,29,4)
#000000
(0,0,0)

Tints of #10E504

#10E504
(16,229,4)
#25E71A
(37,231,26)
#3AE930
(58,233,48)
#4FEB46
(79,235,70)
#64ED5C
(100,237,92)
#79EF72
(121,239,114)
#8EF188
(142,241,136)
#A3F39E
(163,243,158)
#B8F5B4
(184,245,180)
#CDF7CA
(205,247,202)
#E2F9E0
(226,249,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10E504 color. Also use rgb(16,229,4) instead hex code.

Text Font Color

.myTextColor { color: #10E504; }

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

This text font color is #10E504.


Background Color

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

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

This div background color is #10E504.


Border color

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

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

This div border color is #10E504.


Opacity

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

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

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

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

This text has shadow with #10E504 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10E504 on black background.


Color preview on white background

This text has color #10E504 on white background.



Black color preview on #10E504 background

This text has black color on #10E504 background.


White color preview on #10E504 background

This text has white color on #10E504 background.