COLOR #009960

HEX: #009960
RGB: (0,153,96)

Color info

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

RGB color model

#009960 color RGB value is (0,153,96).

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

RGB channels and saturation

R 0 of 255 = 0%
G 153 of 255 = 60%
B 96 of 255 = 38%

0
153
96

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

Portions of RGB colors in percentages

R + G + B =
0 + 153 + 96 = 249 (100%)
R 0 of 249 ~ 0%
G 153 of 249 ~ 61.45%
B 96 of 249 ~ 38.55%

%61.45
%38.55

CMYK color model

#009960 color CMYK value is (100,0,37,40).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(100,0,37,40)
C100M0Y37K40 
(100%,0%,37%,40%)
(1.00/0.00/0.37/0.40)	

CMYK percentages

%100
%0
%37.25
%40

Codes

Color #009960 in popluar color models

009960
RGB015396
HSL158°100.00%30.00%
HSB/HSV158°100.00%60.00%
CMYK100.00%0.00%37.25%
40.00%

Color #009960 in popluar number systems.

HEX009960
Decimal015396
Binary0100110011100000
Octal0231140

Shades and tints

Shades of #009960

#009960
(0,153,96)
#008C58
(0,140,88)
#007F50
(0,127,80)
#007248
(0,114,72)
#006540
(0,101,64)
#005838
(0,88,56)
#004B30
(0,75,48)
#003E28
(0,62,40)
#003120
(0,49,32)
#002418
(0,36,24)
#001710
(0,23,16)
#000000
(0,0,0)

Tints of #009960

#009960
(0,153,96)
#17A26E
(23,162,110)
#2EAB7C
(46,171,124)
#45B48A
(69,180,138)
#5CBD98
(92,189,152)
#73C6A6
(115,198,166)
#8ACFB4
(138,207,180)
#A1D8C2
(161,216,194)
#B8E1D0
(184,225,208)
#CFEADE
(207,234,222)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009960; }

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

This text font color is #009960.


Background Color

.myBgColor { background-color: #009960; }

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

This div background color is #009960.


Border color

.myBorderColor { border: 1px solid #009960; }

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

This div border color is #009960.


Opacity

.myOpacity80 { color: #009960; opacity: 0.8; }

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

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

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

This text has shadow with #009960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009960 on black background.


Color preview on white background

This text has color #009960 on white background.



Black color preview on #009960 background

This text has black color on #009960 background.


White color preview on #009960 background

This text has white color on #009960 background.