COLOR #09996A

HEX: #09996A
RGB: (9,153,106)

Color info

#09996A contains mainly green and blue colors. Web safe color of #09996A is #009966 (or #096).

RGB color model

#09996A color RGB value is (9,153,106).

  • red value is 9;
  • green value is 153;
  • blue value is 106.
RGB:
(9,153,106)
(4%,60%,42%)

RGB channels and saturation

R 9 of 255 = 4%
G 153 of 255 = 60%
B 106 of 255 = 42%

9
153
106

R + G + B ~ 35%. #09996A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 153 + 106 = 268 (100%)
R 9 of 268 ~ 3.36%
G 153 of 268 ~ 57.09%
B 106 of 268 ~ 39.55%

%57.09
%39.55

CMYK color model

#09996A color CMYK value is (94,0,31,40).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(94,0,31,40)
C94M0Y31K40 
(94%,0%,31%,40%)
(0.94/0.00/0.31/0.40)	

CMYK percentages

%94.12
%0
%30.72
%40

Codes

Color #09996A in popluar color models

09996A
RGB9153106
HSL160°88.89%31.76%
HSB/HSV160°94.12%60.00%
CMYK94.12%0.00%30.72%
40.00%

Color #09996A in popluar number systems.

HEX09996A
Decimal9153106
Binary1001100110011101010
Octal11231152

Shades and tints

Shades of #09996A

#09996A
(9,153,106)
#098C61
(9,140,97)
#097F58
(9,127,88)
#09724F
(9,114,79)
#096546
(9,101,70)
#09583D
(9,88,61)
#094B34
(9,75,52)
#093E2B
(9,62,43)
#093122
(9,49,34)
#092419
(9,36,25)
#091710
(9,23,16)
#000000
(0,0,0)

Tints of #09996A

#09996A
(9,153,106)
#1FA277
(31,162,119)
#35AB84
(53,171,132)
#4BB491
(75,180,145)
#61BD9E
(97,189,158)
#77C6AB
(119,198,171)
#8DCFB8
(141,207,184)
#A3D8C5
(163,216,197)
#B9E1D2
(185,225,210)
#CFEADF
(207,234,223)
#E5F3EC
(229,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09996A color. Also use rgb(9,153,106) instead hex code.

Text Font Color

.myTextColor { color: #09996A; }

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

This text font color is #09996A.


Background Color

.myBgColor { background-color: #09996A; }

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

This div background color is #09996A.


Border color

.myBorderColor { border: 1px solid #09996A; }

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

This div border color is #09996A.


Opacity

.myOpacity80 { color: #09996A; opacity: 0.8; }

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

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

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

This text has shadow with #09996A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09996A on black background.


Color preview on white background

This text has color #09996A on white background.



Black color preview on #09996A background

This text has black color on #09996A background.


White color preview on #09996A background

This text has white color on #09996A background.