COLOR #009E60

HEX: #009E60
RGB: (0,158,96)

Color info

#009E60 contains mainly green color. Web safe color of #009E60 is #009966 (or #096).

RGB color model

#009E60 color RGB value is (0,158,96).

  • red value is 0;
  • green value is 158;
  • blue value is 96.
RGB:
(0,158,96)
(0%,62%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 158 of 255 = 62%
B 96 of 255 = 38%

0
158
96

R + G + B ~ 33%. #009E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 158 + 96 = 254 (100%)
R 0 of 254 ~ 0%
G 158 of 254 ~ 62.2%
B 96 of 254 ~ 37.8%

%62.2
%37.8

CMYK color model

#009E60 color CMYK value is (100,0,39,38).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 39.24%
  • key color value is 38.04%
CMYK:
(100,0,39,38)
C100M0Y39K38 
(100%,0%,39%,38%)
(1.00/0.00/0.39/0.38)	

CMYK percentages

%100
%0
%39.24
%38.04

Codes

Color #009E60 in popluar color models

009E60
RGB015896
HSL156°100.00%30.98%
HSB/HSV156°100.00%61.96%
CMYK100.00%0.00%39.24%
38.04%

Color #009E60 in popluar number systems.

HEX009E60
Decimal015896
Binary0100111101100000
Octal0236140

Shades and tints

Shades of #009E60

#009E60
(0,158,96)
#009058
(0,144,88)
#008250
(0,130,80)
#007448
(0,116,72)
#006640
(0,102,64)
#005838
(0,88,56)
#004A30
(0,74,48)
#003C28
(0,60,40)
#002E20
(0,46,32)
#002018
(0,32,24)
#001210
(0,18,16)
#000000
(0,0,0)

Tints of #009E60

#009E60
(0,158,96)
#17A66E
(23,166,110)
#2EAE7C
(46,174,124)
#45B68A
(69,182,138)
#5CBE98
(92,190,152)
#73C6A6
(115,198,166)
#8ACEB4
(138,206,180)
#A1D6C2
(161,214,194)
#B8DED0
(184,222,208)
#CFE6DE
(207,230,222)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009E60 color. Also use rgb(0,158,96) instead hex code.

Text Font Color

.myTextColor { color: #009E60; }

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

This text font color is #009E60.


Background Color

.myBgColor { background-color: #009E60; }

<div style="background-color:#009E60">Inner text</div>

This div background color is #009E60.


Border color

.myBorderColor { border: 1px solid #009E60; }

<div style="border:3px solid #009E60">Div</div>

This div border color is #009E60.


Opacity

.myOpacity80 { color: #009E60; opacity: 0.8; }

<p style="color:#009E60;opacity:0.8;">80%</p>

Text with #009E60 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 #009E60;}

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

This text has shadow with #009E60 color.

.textShadow {text-shadow: 3px 3px 1px #009E60, 3px 3px 1px red;}

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

This text has shadow with #009E60 primary color and red secondary color.


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

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

This text has shadow with #009E60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009E60 on black background.


Color preview on white background

This text has color #009E60 on white background.



Black color preview on #009E60 background

This text has black color on #009E60 background.


White color preview on #009E60 background

This text has white color on #009E60 background.