COLOR #059D1A

HEX: #059D1A
RGB: (5,157,26)

Color info

#059D1A contains mainly green color. Web safe color of #059D1A is #009900 (or #090).

RGB color model

#059D1A color RGB value is (5,157,26).

  • red value is 5;
  • green value is 157;
  • blue value is 26.
RGB:
(5,157,26)
(2%,62%,10%)

RGB channels and saturation

R 5 of 255 = 2%
G 157 of 255 = 62%
B 26 of 255 = 10%

5
157
26

R + G + B ~ 25%. #059D1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 157 + 26 = 188 (100%)
R 5 of 188 ~ 2.66%
G 157 of 188 ~ 83.51%
B 26 of 188 ~ 13.83%

%83.51
%13.83

CMYK color model

#059D1A color CMYK value is (97,0,83,38).

  • cyan value is 96.82%
  • magenta value is 0.00%
  • yellow value is 83.44%
  • key color value is 38.43%
CMYK:
(97,0,83,38)
C97M0Y83K38 
(97%,0%,83%,38%)
(0.97/0.00/0.83/0.38)	

CMYK percentages

%96.82
%0
%83.44
%38.43

Codes

Color #059D1A in popluar color models

059D1A
RGB515726
HSL128°93.83%31.76%
HSB/HSV128°96.82%61.57%
CMYK96.82%0.00%83.44%
38.43%

Color #059D1A in popluar number systems.

HEX059D1A
Decimal515726
Binary1011001110111010
Octal523532

Shades and tints

Shades of #059D1A

#059D1A
(5,157,26)
#058F18
(5,143,24)
#058116
(5,129,22)
#057314
(5,115,20)
#056512
(5,101,18)
#055710
(5,87,16)
#05490E
(5,73,14)
#053B0C
(5,59,12)
#052D0A
(5,45,10)
#051F08
(5,31,8)
#051106
(5,17,6)
#000000
(0,0,0)

Tints of #059D1A

#059D1A
(5,157,26)
#1BA52E
(27,165,46)
#31AD42
(49,173,66)
#47B556
(71,181,86)
#5DBD6A
(93,189,106)
#73C57E
(115,197,126)
#89CD92
(137,205,146)
#9FD5A6
(159,213,166)
#B5DDBA
(181,221,186)
#CBE5CE
(203,229,206)
#E1EDE2
(225,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059D1A color. Also use rgb(5,157,26) instead hex code.

Text Font Color

.myTextColor { color: #059D1A; }

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

This text font color is #059D1A.


Background Color

.myBgColor { background-color: #059D1A; }

<div style="background-color:#059D1A">Inner text</div>

This div background color is #059D1A.


Border color

.myBorderColor { border: 1px solid #059D1A; }

<div style="border:3px solid #059D1A">Div</div>

This div border color is #059D1A.


Opacity

.myOpacity80 { color: #059D1A; opacity: 0.8; }

<p style="color:#059D1A;opacity:0.8;">80%</p>

Text with #059D1A 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 #059D1A;}

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

This text has shadow with #059D1A color.

.textShadow {text-shadow: 3px 3px 1px #059D1A, 3px 3px 1px red;}

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

This text has shadow with #059D1A primary color and red secondary color.


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

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

This text has shadow with #059D1A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #059D1A on black background.


Color preview on white background

This text has color #059D1A on white background.



Black color preview on #059D1A background

This text has black color on #059D1A background.


White color preview on #059D1A background

This text has white color on #059D1A background.