COLOR #019D5E

HEX: #019D5E
RGB: (1,157,94)

Color info

#019D5E contains mainly green color. Web safe color of #019D5E is #009966 (or #096).

RGB color model

#019D5E color RGB value is (1,157,94).

  • red value is 1;
  • green value is 157;
  • blue value is 94.
RGB:
(1,157,94)
(0%,62%,37%)

RGB channels and saturation

R 1 of 255 = 0%
G 157 of 255 = 62%
B 94 of 255 = 37%

1
157
94

R + G + B ~ 33%. #019D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 157 + 94 = 252 (100%)
R 1 of 252 ~ 0.4%
G 157 of 252 ~ 62.3%
B 94 of 252 ~ 37.3%

%62.3
%37.3

CMYK color model

#019D5E color CMYK value is (99,0,40,38).

  • cyan value is 99.36%
  • magenta value is 0.00%
  • yellow value is 40.13%
  • key color value is 38.43%
CMYK:
(99,0,40,38)
C99M0Y40K38 
(99%,0%,40%,38%)
(0.99/0.00/0.40/0.38)	

CMYK percentages

%99.36
%0
%40.13
%38.43

Codes

Color #019D5E in popluar color models

019D5E
RGB115794
HSL156°98.73%30.98%
HSB/HSV156°99.36%61.57%
CMYK99.36%0.00%40.13%
38.43%

Color #019D5E in popluar number systems.

HEX019D5E
Decimal115794
Binary1100111011011110
Octal1235136

Shades and tints

Shades of #019D5E

#019D5E
(1,157,94)
#018F56
(1,143,86)
#01814E
(1,129,78)
#017346
(1,115,70)
#01653E
(1,101,62)
#015736
(1,87,54)
#01492E
(1,73,46)
#013B26
(1,59,38)
#012D1E
(1,45,30)
#011F16
(1,31,22)
#01110E
(1,17,14)
#000000
(0,0,0)

Tints of #019D5E

#019D5E
(1,157,94)
#18A56C
(24,165,108)
#2FAD7A
(47,173,122)
#46B588
(70,181,136)
#5DBD96
(93,189,150)
#74C5A4
(116,197,164)
#8BCDB2
(139,205,178)
#A2D5C0
(162,213,192)
#B9DDCE
(185,221,206)
#D0E5DC
(208,229,220)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #019D5E color. Also use rgb(1,157,94) instead hex code.

Text Font Color

.myTextColor { color: #019D5E; }

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

This text font color is #019D5E.


Background Color

.myBgColor { background-color: #019D5E; }

<div style="background-color:#019D5E">Inner text</div>

This div background color is #019D5E.


Border color

.myBorderColor { border: 1px solid #019D5E; }

<div style="border:3px solid #019D5E">Div</div>

This div border color is #019D5E.


Opacity

.myOpacity80 { color: #019D5E; opacity: 0.8; }

<p style="color:#019D5E;opacity:0.8;">80%</p>

Text with #019D5E 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 #019D5E;}

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

This text has shadow with #019D5E color.

.textShadow {text-shadow: 3px 3px 1px #019D5E, 3px 3px 1px red;}

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

This text has shadow with #019D5E primary color and red secondary color.


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

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

This text has shadow with #019D5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #019D5E on black background.


Color preview on white background

This text has color #019D5E on white background.



Black color preview on #019D5E background

This text has black color on #019D5E background.


White color preview on #019D5E background

This text has white color on #019D5E background.