COLOR #09A493

HEX: #09A493
RGB: (9,164,147)

Color info

#09A493 contains mainly green and blue colors. Web safe color of #09A493 is #009999 (or #099).

RGB color model

#09A493 color RGB value is (9,164,147).

  • red value is 9;
  • green value is 164;
  • blue value is 147.
RGB:
(9,164,147)
(4%,64%,58%)

RGB channels and saturation

R 9 of 255 = 4%
G 164 of 255 = 64%
B 147 of 255 = 58%

9
164
147

R + G + B ~ 42%. #09A493 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 164 + 147 = 320 (100%)
R 9 of 320 ~ 2.81%
G 164 of 320 ~ 51.25%
B 147 of 320 ~ 45.94%

%51.25
%45.94

CMYK color model

#09A493 color CMYK value is (95,0,10,36).

  • cyan value is 94.51%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(95,0,10,36)
C95M0Y10K36 
(95%,0%,10%,36%)
(0.95/0.00/0.10/0.36)	

CMYK percentages

%94.51
%0
%10.37
%35.69

Codes

Color #09A493 in popluar color models

09A493
RGB9164147
HSL173°89.60%33.92%
HSB/HSV173°94.51%64.31%
CMYK94.51%0.00%10.37%
35.69%

Color #09A493 in popluar number systems.

HEX09A493
Decimal9164147
Binary10011010010010010011
Octal11244223

Shades and tints

Shades of #09A493

#09A493
(9,164,147)
#099686
(9,150,134)
#098879
(9,136,121)
#097A6C
(9,122,108)
#096C5F
(9,108,95)
#095E52
(9,94,82)
#095045
(9,80,69)
#094238
(9,66,56)
#09342B
(9,52,43)
#09261E
(9,38,30)
#091811
(9,24,17)
#000000
(0,0,0)

Tints of #09A493

#09A493
(9,164,147)
#1FAC9C
(31,172,156)
#35B4A5
(53,180,165)
#4BBCAE
(75,188,174)
#61C4B7
(97,196,183)
#77CCC0
(119,204,192)
#8DD4C9
(141,212,201)
#A3DCD2
(163,220,210)
#B9E4DB
(185,228,219)
#CFECE4
(207,236,228)
#E5F4ED
(229,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09A493 color. Also use rgb(9,164,147) instead hex code.

Text Font Color

.myTextColor { color: #09A493; }

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

This text font color is #09A493.


Background Color

.myBgColor { background-color: #09A493; }

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

This div background color is #09A493.


Border color

.myBorderColor { border: 1px solid #09A493; }

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

This div border color is #09A493.


Opacity

.myOpacity80 { color: #09A493; opacity: 0.8; }

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

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

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

This text has shadow with #09A493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09A493 on black background.


Color preview on white background

This text has color #09A493 on white background.



Black color preview on #09A493 background

This text has black color on #09A493 background.


White color preview on #09A493 background

This text has white color on #09A493 background.