COLOR #19A448

HEX: #19A448
RGB: (25,164,72)

Color info

#19A448 contains mainly green color. Web safe color of #19A448 is #009933 (or #093).

RGB color model

#19A448 color RGB value is (25,164,72).

  • red value is 25;
  • green value is 164;
  • blue value is 72.
RGB:
(25,164,72)
(10%,64%,28%)

RGB channels and saturation

R 25 of 255 = 10%
G 164 of 255 = 64%
B 72 of 255 = 28%

25
164
72

R + G + B ~ 34%. #19A448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 164 + 72 = 261 (100%)
R 25 of 261 ~ 9.58%
G 164 of 261 ~ 62.84%
B 72 of 261 ~ 27.59%

%9.58
%62.84
%27.59

CMYK color model

#19A448 color CMYK value is (85,0,56,36).

  • cyan value is 84.76%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK:
(85,0,56,36)
C85M0Y56K36 
(85%,0%,56%,36%)
(0.85/0.00/0.56/0.36)	

CMYK percentages

%84.76
%0
%56.1
%35.69

Codes

Color #19A448 in popluar color models

19A448
RGB2516472
HSL140°73.54%37.06%
HSB/HSV140°84.76%64.31%
CMYK84.76%0.00%56.10%
35.69%

Color #19A448 in popluar number systems.

HEX19A448
Decimal2516472
Binary11001101001001001000
Octal31244110

Shades and tints

Shades of #19A448

#19A448
(25,164,72)
#179642
(23,150,66)
#15883C
(21,136,60)
#137A36
(19,122,54)
#116C30
(17,108,48)
#0F5E2A
(15,94,42)
#0D5024
(13,80,36)
#0B421E
(11,66,30)
#093418
(9,52,24)
#072612
(7,38,18)
#05180C
(5,24,12)
#000000
(0,0,0)

Tints of #19A448

#19A448
(25,164,72)
#2DAC58
(45,172,88)
#41B468
(65,180,104)
#55BC78
(85,188,120)
#69C488
(105,196,136)
#7DCC98
(125,204,152)
#91D4A8
(145,212,168)
#A5DCB8
(165,220,184)
#B9E4C8
(185,228,200)
#CDECD8
(205,236,216)
#E1F4E8
(225,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19A448 color. Also use rgb(25,164,72) instead hex code.

Text Font Color

.myTextColor { color: #19A448; }

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

This text font color is #19A448.


Background Color

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

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

This div background color is #19A448.


Border color

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

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

This div border color is #19A448.


Opacity

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

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

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

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

This text has shadow with #19A448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19A448 on black background.


Color preview on white background

This text has color #19A448 on white background.



Black color preview on #19A448 background

This text has black color on #19A448 background.


White color preview on #19A448 background

This text has white color on #19A448 background.