COLOR #19AD05

HEX: #19AD05
RGB: (25,173,5)

Color info

#19AD05 contains mainly green color. Web safe color of #19AD05 is #009900 (or #090).

RGB color model

#19AD05 color RGB value is (25,173,5).

  • red value is 25;
  • green value is 173;
  • blue value is 5.
RGB:
(25,173,5)
(10%,68%,2%)

RGB channels and saturation

R 25 of 255 = 10%
G 173 of 255 = 68%
B 5 of 255 = 2%

25
173
5

R + G + B ~ 27%. #19AD05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 173 + 5 = 203 (100%)
R 25 of 203 ~ 12.32%
G 173 of 203 ~ 85.22%
B 5 of 203 ~ 2.46%

%12.32
%85.22

CMYK color model

#19AD05 color CMYK value is (86,0,97,32).

  • cyan value is 85.55%
  • magenta value is 0.00%
  • yellow value is 97.11%
  • key color value is 32.16%
CMYK:
(86,0,97,32)
C86M0Y97K32 
(86%,0%,97%,32%)
(0.86/0.00/0.97/0.32)	

CMYK percentages

%85.55
%0
%97.11
%32.16

Codes

Color #19AD05 in popluar color models

19AD05
RGB251735
HSL113°94.38%34.90%
HSB/HSV113°97.11%67.84%
CMYK85.55%0.00%97.11%
32.16%

Color #19AD05 in popluar number systems.

HEX19AD05
Decimal251735
Binary1100110101101101
Octal312555

Shades and tints

Shades of #19AD05

#19AD05
(25,173,5)
#179E05
(23,158,5)
#158F05
(21,143,5)
#138005
(19,128,5)
#117105
(17,113,5)
#0F6205
(15,98,5)
#0D5305
(13,83,5)
#0B4405
(11,68,5)
#093505
(9,53,5)
#072605
(7,38,5)
#051705
(5,23,5)
#000000
(0,0,0)

Tints of #19AD05

#19AD05
(25,173,5)
#2DB41B
(45,180,27)
#41BB31
(65,187,49)
#55C247
(85,194,71)
#69C95D
(105,201,93)
#7DD073
(125,208,115)
#91D789
(145,215,137)
#A5DE9F
(165,222,159)
#B9E5B5
(185,229,181)
#CDECCB
(205,236,203)
#E1F3E1
(225,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19AD05 color. Also use rgb(25,173,5) instead hex code.

Text Font Color

.myTextColor { color: #19AD05; }

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

This text font color is #19AD05.


Background Color

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

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

This div background color is #19AD05.


Border color

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

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

This div border color is #19AD05.


Opacity

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

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

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

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

This text has shadow with #19AD05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19AD05 on black background.


Color preview on white background

This text has color #19AD05 on white background.



Black color preview on #19AD05 background

This text has black color on #19AD05 background.


White color preview on #19AD05 background

This text has white color on #19AD05 background.