COLOR #009966

HEX: #009966
RGB: (0,153,102)

Color info

#009966 contains only green and blue colors. #009966 color is web safe color. It maybe written shortly as #096.

RGB color model

#009966 color RGB value is (0,153,102).

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

RGB channels and saturation

R 0 of 255 = 0%
G 153 of 255 = 60%
B 102 of 255 = 40%

0
153
102

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

Portions of RGB colors in percentages

R + G + B =
0 + 153 + 102 = 255 (100%)
R 0 of 255 ~ 0%
G 153 of 255 ~ 60%
B 102 of 255 ~ 40%

%60
%40

CMYK color model

#009966 color CMYK value is (100,0,33,40).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(100,0,33,40)
C100M0Y33K40 
(100%,0%,33%,40%)
(1.00/0.00/0.33/0.40)	

CMYK percentages

%100
%0
%33.33
%40

Codes

Color #009966 in popluar color models

009966
RGB0153102
HSL160°100.00%30.00%
HSB/HSV160°100.00%60.00%
CMYK100.00%0.00%33.33%
40.00%

Color #009966 in popluar number systems.

HEX009966
Decimal0153102
Binary0100110011100110
Octal0231146

Shades and tints

Shades of #009966

#009966
(0,153,102)
#008C5D
(0,140,93)
#007F54
(0,127,84)
#00724B
(0,114,75)
#006542
(0,101,66)
#005839
(0,88,57)
#004B30
(0,75,48)
#003E27
(0,62,39)
#00311E
(0,49,30)
#002415
(0,36,21)
#00170C
(0,23,12)
#000000
(0,0,0)

Tints of #009966

#009966
(0,153,102)
#17A273
(23,162,115)
#2EAB80
(46,171,128)
#45B48D
(69,180,141)
#5CBD9A
(92,189,154)
#73C6A7
(115,198,167)
#8ACFB4
(138,207,180)
#A1D8C1
(161,216,193)
#B8E1CE
(184,225,206)
#CFEADB
(207,234,219)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009966; }

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

This text font color is #009966.


Background Color

.myBgColor { background-color: #009966; }

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

This div background color is #009966.


Border color

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

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

This div border color is #009966.


Opacity

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

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

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

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

This text has shadow with #009966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009966 on black background.


Color preview on white background

This text has color #009966 on white background.



Black color preview on #009966 background

This text has black color on #009966 background.


White color preview on #009966 background

This text has white color on #009966 background.