COLOR #19A240

HEX: #19A240
RGB: (25,162,64)

Color info

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

RGB color model

#19A240 color RGB value is (25,162,64).

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

RGB channels and saturation

R 25 of 255 = 10%
G 162 of 255 = 64%
B 64 of 255 = 25%

25
162
64

R + G + B ~ 33%. #19A240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 162 + 64 = 251 (100%)
R 25 of 251 ~ 9.96%
G 162 of 251 ~ 64.54%
B 64 of 251 ~ 25.5%

%9.96
%64.54
%25.5

CMYK color model

#19A240 color CMYK value is (85,0,60,36).

  • cyan value is 84.57%
  • magenta value is 0.00%
  • yellow value is 60.49%
  • key color value is 36.47%
CMYK:
(85,0,60,36)
C85M0Y60K36 
(85%,0%,60%,36%)
(0.85/0.00/0.60/0.36)	

CMYK percentages

%84.57
%0
%60.49
%36.47

Codes

Color #19A240 in popluar color models

19A240
RGB2516264
HSL137°73.26%36.67%
HSB/HSV137°84.57%63.53%
CMYK84.57%0.00%60.49%
36.47%

Color #19A240 in popluar number systems.

HEX19A240
Decimal2516264
Binary11001101000101000000
Octal31242100

Shades and tints

Shades of #19A240

#19A240
(25,162,64)
#17943B
(23,148,59)
#158636
(21,134,54)
#137831
(19,120,49)
#116A2C
(17,106,44)
#0F5C27
(15,92,39)
#0D4E22
(13,78,34)
#0B401D
(11,64,29)
#093218
(9,50,24)
#072413
(7,36,19)
#05160E
(5,22,14)
#000000
(0,0,0)

Tints of #19A240

#19A240
(25,162,64)
#2DAA51
(45,170,81)
#41B262
(65,178,98)
#55BA73
(85,186,115)
#69C284
(105,194,132)
#7DCA95
(125,202,149)
#91D2A6
(145,210,166)
#A5DAB7
(165,218,183)
#B9E2C8
(185,226,200)
#CDEAD9
(205,234,217)
#E1F2EA
(225,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19A240 color. Also use rgb(25,162,64) instead hex code.

Text Font Color

.myTextColor { color: #19A240; }

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

This text font color is #19A240.


Background Color

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

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

This div background color is #19A240.


Border color

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

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

This div border color is #19A240.


Opacity

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

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

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

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

This text has shadow with #19A240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19A240 on black background.


Color preview on white background

This text has color #19A240 on white background.



Black color preview on #19A240 background

This text has black color on #19A240 background.


White color preview on #19A240 background

This text has white color on #19A240 background.