COLOR #19EF9A

HEX: #19EF9A
RGB: (25,239,154)

Color info

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

RGB color model

#19EF9A color RGB value is (25,239,154).

  • red value is 25;
  • green value is 239;
  • blue value is 154.
RGB:
(25,239,154)
(10%,94%,60%)

RGB channels and saturation

R 25 of 255 = 10%
G 239 of 255 = 94%
B 154 of 255 = 60%

25
239
154

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

Portions of RGB colors in percentages

R + G + B =
25 + 239 + 154 = 418 (100%)
R 25 of 418 ~ 5.98%
G 239 of 418 ~ 57.18%
B 154 of 418 ~ 36.84%

%57.18
%36.84

CMYK color model

#19EF9A color CMYK value is (90,0,36,6).

  • cyan value is 89.54%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 6.27%
CMYK:
(90,0,36,6)
C90M0Y36K6 
(90%,0%,36%,6%)
(0.90/0.00/0.36/0.06)	

CMYK percentages

%89.54
%0
%35.56
%6.27

Codes

Color #19EF9A in popluar color models

19EF9A
RGB25239154
HSL156°86.99%51.76%
HSB/HSV156°89.54%93.73%
CMYK89.54%0.00%35.56%
6.27%

Color #19EF9A in popluar number systems.

HEX19EF9A
Decimal25239154
Binary110011110111110011010
Octal31357232

Shades and tints

Shades of #19EF9A

#19EF9A
(25,239,154)
#17DA8C
(23,218,140)
#15C57E
(21,197,126)
#13B070
(19,176,112)
#119B62
(17,155,98)
#0F8654
(15,134,84)
#0D7146
(13,113,70)
#0B5C38
(11,92,56)
#09472A
(9,71,42)
#07321C
(7,50,28)
#051D0E
(5,29,14)
#000000
(0,0,0)

Tints of #19EF9A

#19EF9A
(25,239,154)
#2DF0A3
(45,240,163)
#41F1AC
(65,241,172)
#55F2B5
(85,242,181)
#69F3BE
(105,243,190)
#7DF4C7
(125,244,199)
#91F5D0
(145,245,208)
#A5F6D9
(165,246,217)
#B9F7E2
(185,247,226)
#CDF8EB
(205,248,235)
#E1F9F4
(225,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19EF9A color. Also use rgb(25,239,154) instead hex code.

Text Font Color

.myTextColor { color: #19EF9A; }

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

This text font color is #19EF9A.


Background Color

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

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

This div background color is #19EF9A.


Border color

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

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

This div border color is #19EF9A.


Opacity

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

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

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

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

This text has shadow with #19EF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19EF9A on black background.


Color preview on white background

This text has color #19EF9A on white background.



Black color preview on #19EF9A background

This text has black color on #19EF9A background.


White color preview on #19EF9A background

This text has white color on #19EF9A background.