COLOR #099D64

HEX: #099D64
RGB: (9,157,100)

Color info

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

RGB color model

#099D64 color RGB value is (9,157,100).

  • red value is 9;
  • green value is 157;
  • blue value is 100.
RGB:
(9,157,100)
(4%,62%,39%)

RGB channels and saturation

R 9 of 255 = 4%
G 157 of 255 = 62%
B 100 of 255 = 39%

9
157
100

R + G + B ~ 35%. #099D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 157 + 100 = 266 (100%)
R 9 of 266 ~ 3.38%
G 157 of 266 ~ 59.02%
B 100 of 266 ~ 37.59%

%59.02
%37.59

CMYK color model

#099D64 color CMYK value is (94,0,36,38).

  • cyan value is 94.27%
  • magenta value is 0.00%
  • yellow value is 36.31%
  • key color value is 38.43%
CMYK:
(94,0,36,38)
C94M0Y36K38 
(94%,0%,36%,38%)
(0.94/0.00/0.36/0.38)	

CMYK percentages

%94.27
%0
%36.31
%38.43

Codes

Color #099D64 in popluar color models

099D64
RGB9157100
HSL157°89.16%32.55%
HSB/HSV157°94.27%61.57%
CMYK94.27%0.00%36.31%
38.43%

Color #099D64 in popluar number systems.

HEX099D64
Decimal9157100
Binary1001100111011100100
Octal11235144

Shades and tints

Shades of #099D64

#099D64
(9,157,100)
#098F5B
(9,143,91)
#098152
(9,129,82)
#097349
(9,115,73)
#096540
(9,101,64)
#095737
(9,87,55)
#09492E
(9,73,46)
#093B25
(9,59,37)
#092D1C
(9,45,28)
#091F13
(9,31,19)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #099D64

#099D64
(9,157,100)
#1FA572
(31,165,114)
#35AD80
(53,173,128)
#4BB58E
(75,181,142)
#61BD9C
(97,189,156)
#77C5AA
(119,197,170)
#8DCDB8
(141,205,184)
#A3D5C6
(163,213,198)
#B9DDD4
(185,221,212)
#CFE5E2
(207,229,226)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099D64 color. Also use rgb(9,157,100) instead hex code.

Text Font Color

.myTextColor { color: #099D64; }

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

This text font color is #099D64.


Background Color

.myBgColor { background-color: #099D64; }

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

This div background color is #099D64.


Border color

.myBorderColor { border: 1px solid #099D64; }

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

This div border color is #099D64.


Opacity

.myOpacity80 { color: #099D64; opacity: 0.8; }

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

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

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

This text has shadow with #099D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #099D64 on black background.


Color preview on white background

This text has color #099D64 on white background.



Black color preview on #099D64 background

This text has black color on #099D64 background.


White color preview on #099D64 background

This text has white color on #099D64 background.