COLOR #19AC6F

HEX: #19AC6F
RGB: (25,172,111)

Color info

#19AC6F contains mainly green color. Web safe color of #19AC6F is #009966 (or #096).

RGB color model

#19AC6F color RGB value is (25,172,111).

  • red value is 25;
  • green value is 172;
  • blue value is 111.
RGB:
(25,172,111)
(10%,67%,44%)

RGB channels and saturation

R 25 of 255 = 10%
G 172 of 255 = 67%
B 111 of 255 = 44%

25
172
111

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

Portions of RGB colors in percentages

R + G + B =
25 + 172 + 111 = 308 (100%)
R 25 of 308 ~ 8.12%
G 172 of 308 ~ 55.84%
B 111 of 308 ~ 36.04%

%55.84
%36.04

CMYK color model

#19AC6F color CMYK value is (85,0,35,33).

  • cyan value is 85.47%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(85,0,35,33)
C85M0Y35K33 
(85%,0%,35%,33%)
(0.85/0.00/0.35/0.33)	

CMYK percentages

%85.47
%0
%35.47
%32.55

Codes

Color #19AC6F in popluar color models

19AC6F
RGB25172111
HSL155°74.62%38.63%
HSB/HSV155°85.47%67.45%
CMYK85.47%0.00%35.47%
32.55%

Color #19AC6F in popluar number systems.

HEX19AC6F
Decimal25172111
Binary11001101011001101111
Octal31254157

Shades and tints

Shades of #19AC6F

#19AC6F
(25,172,111)
#179D65
(23,157,101)
#158E5B
(21,142,91)
#137F51
(19,127,81)
#117047
(17,112,71)
#0F613D
(15,97,61)
#0D5233
(13,82,51)
#0B4329
(11,67,41)
#09341F
(9,52,31)
#072515
(7,37,21)
#05160B
(5,22,11)
#000000
(0,0,0)

Tints of #19AC6F

#19AC6F
(25,172,111)
#2DB37C
(45,179,124)
#41BA89
(65,186,137)
#55C196
(85,193,150)
#69C8A3
(105,200,163)
#7DCFB0
(125,207,176)
#91D6BD
(145,214,189)
#A5DDCA
(165,221,202)
#B9E4D7
(185,228,215)
#CDEBE4
(205,235,228)
#E1F2F1
(225,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19AC6F color. Also use rgb(25,172,111) instead hex code.

Text Font Color

.myTextColor { color: #19AC6F; }

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

This text font color is #19AC6F.


Background Color

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

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

This div background color is #19AC6F.


Border color

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

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

This div border color is #19AC6F.


Opacity

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

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

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

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

This text has shadow with #19AC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19AC6F on black background.


Color preview on white background

This text has color #19AC6F on white background.



Black color preview on #19AC6F background

This text has black color on #19AC6F background.


White color preview on #19AC6F background

This text has white color on #19AC6F background.