COLOR #19E874

HEX: #19E874
RGB: (25,232,116)

Color info

#19E874 contains mainly green color. Web safe color of #19E874 is #00FF66 (or #0F6).

RGB color model

#19E874 color RGB value is (25,232,116).

  • red value is 25;
  • green value is 232;
  • blue value is 116.
RGB:
(25,232,116)
(10%,91%,45%)

RGB channels and saturation

R 25 of 255 = 10%
G 232 of 255 = 91%
B 116 of 255 = 45%

25
232
116

R + G + B ~ 49%. #19E874 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 232 + 116 = 373 (100%)
R 25 of 373 ~ 6.7%
G 232 of 373 ~ 62.2%
B 116 of 373 ~ 31.1%

%62.2
%31.1

CMYK color model

#19E874 color CMYK value is (89,0,50,9).

  • cyan value is 89.22%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 9.02%
CMYK:
(89,0,50,9)
C89M0Y50K9 
(89%,0%,50%,9%)
(0.89/0.00/0.50/0.09)	

CMYK percentages

%89.22
%0
%50
%9.02

Codes

Color #19E874 in popluar color models

19E874
RGB25232116
HSL146°81.82%50.39%
HSB/HSV146°89.22%90.98%
CMYK89.22%0.00%50.00%
9.02%

Color #19E874 in popluar number systems.

HEX19E874
Decimal25232116
Binary11001111010001110100
Octal31350164

Shades and tints

Shades of #19E874

#19E874
(25,232,116)
#17D36A
(23,211,106)
#15BE60
(21,190,96)
#13A956
(19,169,86)
#11944C
(17,148,76)
#0F7F42
(15,127,66)
#0D6A38
(13,106,56)
#0B552E
(11,85,46)
#094024
(9,64,36)
#072B1A
(7,43,26)
#051610
(5,22,16)
#000000
(0,0,0)

Tints of #19E874

#19E874
(25,232,116)
#2DEA80
(45,234,128)
#41EC8C
(65,236,140)
#55EE98
(85,238,152)
#69F0A4
(105,240,164)
#7DF2B0
(125,242,176)
#91F4BC
(145,244,188)
#A5F6C8
(165,246,200)
#B9F8D4
(185,248,212)
#CDFAE0
(205,250,224)
#E1FCEC
(225,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19E874 color. Also use rgb(25,232,116) instead hex code.

Text Font Color

.myTextColor { color: #19E874; }

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

This text font color is #19E874.


Background Color

.myBgColor { background-color: #19E874; }

<div style="background-color:#19E874">Inner text</div>

This div background color is #19E874.


Border color

.myBorderColor { border: 1px solid #19E874; }

<div style="border:3px solid #19E874">Div</div>

This div border color is #19E874.


Opacity

.myOpacity80 { color: #19E874; opacity: 0.8; }

<p style="color:#19E874;opacity:0.8;">80%</p>

Text with #19E874 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 #19E874;}

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

This text has shadow with #19E874 color.

.textShadow {text-shadow: 3px 3px 1px #19E874, 3px 3px 1px red;}

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

This text has shadow with #19E874 primary color and red secondary color.


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

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

This text has shadow with #19E874 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19E874 on black background.


Color preview on white background

This text has color #19E874 on white background.



Black color preview on #19E874 background

This text has black color on #19E874 background.


White color preview on #19E874 background

This text has white color on #19E874 background.