COLOR #19F491

HEX: #19F491
RGB: (25,244,145)

Color info

#19F491 contains mainly green color. Web safe color of #19F491 is #00FF99 (or #0F9).

RGB color model

#19F491 color RGB value is (25,244,145).

  • red value is 25;
  • green value is 244;
  • blue value is 145.
RGB:
(25,244,145)
(10%,96%,57%)

RGB channels and saturation

R 25 of 255 = 10%
G 244 of 255 = 96%
B 145 of 255 = 57%

25
244
145

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

Portions of RGB colors in percentages

R + G + B =
25 + 244 + 145 = 414 (100%)
R 25 of 414 ~ 6.04%
G 244 of 414 ~ 58.94%
B 145 of 414 ~ 35.02%

%58.94
%35.02

CMYK color model

#19F491 color CMYK value is (90,0,41,4).

  • cyan value is 89.75%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 4.31%
CMYK:
(90,0,41,4)
C90M0Y41K4 
(90%,0%,41%,4%)
(0.90/0.00/0.41/0.04)	

CMYK percentages

%89.75
%0
%40.57
%4.31

Codes

Color #19F491 in popluar color models

19F491
RGB25244145
HSL153°90.87%52.75%
HSB/HSV153°89.75%95.69%
CMYK89.75%0.00%40.57%
4.31%

Color #19F491 in popluar number systems.

HEX19F491
Decimal25244145
Binary110011111010010010001
Octal31364221

Shades and tints

Shades of #19F491

#19F491
(25,244,145)
#17DE84
(23,222,132)
#15C877
(21,200,119)
#13B26A
(19,178,106)
#119C5D
(17,156,93)
#0F8650
(15,134,80)
#0D7043
(13,112,67)
#0B5A36
(11,90,54)
#094429
(9,68,41)
#072E1C
(7,46,28)
#05180F
(5,24,15)
#000000
(0,0,0)

Tints of #19F491

#19F491
(25,244,145)
#2DF59B
(45,245,155)
#41F6A5
(65,246,165)
#55F7AF
(85,247,175)
#69F8B9
(105,248,185)
#7DF9C3
(125,249,195)
#91FACD
(145,250,205)
#A5FBD7
(165,251,215)
#B9FCE1
(185,252,225)
#CDFDEB
(205,253,235)
#E1FEF5
(225,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19F491 color. Also use rgb(25,244,145) instead hex code.

Text Font Color

.myTextColor { color: #19F491; }

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

This text font color is #19F491.


Background Color

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

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

This div background color is #19F491.


Border color

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

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

This div border color is #19F491.


Opacity

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

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

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

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

This text has shadow with #19F491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19F491 on black background.


Color preview on white background

This text has color #19F491 on white background.



Black color preview on #19F491 background

This text has black color on #19F491 background.


White color preview on #19F491 background

This text has white color on #19F491 background.