COLOR #008A59

HEX: #008A59
RGB: (0,138,89)

Color info

#008A59 contains only green and blue colors. Web safe color of #008A59 is #009966 (or #096).

RGB color model

#008A59 color RGB value is (0,138,89).

  • red value is 0;
  • green value is 138;
  • blue value is 89.
RGB:
(0,138,89)
(0%,54%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 138 of 255 = 54%
B 89 of 255 = 35%

0
138
89

R + G + B ~ 30%. #008A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 138 + 89 = 227 (100%)
R 0 of 227 ~ 0%
G 138 of 227 ~ 60.79%
B 89 of 227 ~ 39.21%

%60.79
%39.21

CMYK color model

#008A59 color CMYK value is (100,0,36,46).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 35.51%
  • key color value is 45.88%
CMYK:
(100,0,36,46)
C100M0Y36K46 
(100%,0%,36%,46%)
(1.00/0.00/0.36/0.46)	

CMYK percentages

%100
%0
%35.51
%45.88

Codes

Color #008A59 in popluar color models

008A59
RGB013889
HSL159°100.00%27.06%
HSB/HSV159°100.00%54.12%
CMYK100.00%0.00%35.51%
45.88%

Color #008A59 in popluar number systems.

HEX008A59
Decimal013889
Binary0100010101011001
Octal0212131

Shades and tints

Shades of #008A59

#008A59
(0,138,89)
#007E51
(0,126,81)
#007249
(0,114,73)
#006641
(0,102,65)
#005A39
(0,90,57)
#004E31
(0,78,49)
#004229
(0,66,41)
#003621
(0,54,33)
#002A19
(0,42,25)
#001E11
(0,30,17)
#001209
(0,18,9)
#000000
(0,0,0)

Tints of #008A59

#008A59
(0,138,89)
#179468
(23,148,104)
#2E9E77
(46,158,119)
#45A886
(69,168,134)
#5CB295
(92,178,149)
#73BCA4
(115,188,164)
#8AC6B3
(138,198,179)
#A1D0C2
(161,208,194)
#B8DAD1
(184,218,209)
#CFE4E0
(207,228,224)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008A59 color. Also use rgb(0,138,89) instead hex code.

Text Font Color

.myTextColor { color: #008A59; }

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

This text font color is #008A59.


Background Color

.myBgColor { background-color: #008A59; }

<div style="background-color:#008A59">Inner text</div>

This div background color is #008A59.


Border color

.myBorderColor { border: 1px solid #008A59; }

<div style="border:3px solid #008A59">Div</div>

This div border color is #008A59.


Opacity

.myOpacity80 { color: #008A59; opacity: 0.8; }

<p style="color:#008A59;opacity:0.8;">80%</p>

Text with #008A59 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 #008A59;}

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

This text has shadow with #008A59 color.

.textShadow {text-shadow: 3px 3px 1px #008A59, 3px 3px 1px red;}

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

This text has shadow with #008A59 primary color and red secondary color.


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

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

This text has shadow with #008A59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008A59 on black background.


Color preview on white background

This text has color #008A59 on white background.



Black color preview on #008A59 background

This text has black color on #008A59 background.


White color preview on #008A59 background

This text has white color on #008A59 background.