COLOR #09A099

HEX: #09A099
RGB: (9,160,153)

Color info

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

RGB color model

#09A099 color RGB value is (9,160,153).

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

RGB channels and saturation

R 9 of 255 = 4%
G 160 of 255 = 63%
B 153 of 255 = 60%

9
160
153

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

Portions of RGB colors in percentages

R + G + B =
9 + 160 + 153 = 322 (100%)
R 9 of 322 ~ 2.8%
G 160 of 322 ~ 49.69%
B 153 of 322 ~ 47.52%

%49.69
%47.52

CMYK color model

#09A099 color CMYK value is (94,0,4,37).

  • cyan value is 94.38%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(94,0,4,37)
C94M0Y4K37 
(94%,0%,4%,37%)
(0.94/0.00/0.04/0.37)	

CMYK percentages

%94.38
%0
%4.38
%37.25

Codes

Color #09A099 in popluar color models

09A099
RGB9160153
HSL177°89.35%33.14%
HSB/HSV177°94.38%62.75%
CMYK94.38%0.00%4.38%
37.25%

Color #09A099 in popluar number systems.

HEX09A099
Decimal9160153
Binary10011010000010011001
Octal11240231

Shades and tints

Shades of #09A099

#09A099
(9,160,153)
#09928C
(9,146,140)
#09847F
(9,132,127)
#097672
(9,118,114)
#096865
(9,104,101)
#095A58
(9,90,88)
#094C4B
(9,76,75)
#093E3E
(9,62,62)
#093031
(9,48,49)
#092224
(9,34,36)
#091417
(9,20,23)
#000000
(0,0,0)

Tints of #09A099

#09A099
(9,160,153)
#1FA8A2
(31,168,162)
#35B0AB
(53,176,171)
#4BB8B4
(75,184,180)
#61C0BD
(97,192,189)
#77C8C6
(119,200,198)
#8DD0CF
(141,208,207)
#A3D8D8
(163,216,216)
#B9E0E1
(185,224,225)
#CFE8EA
(207,232,234)
#E5F0F3
(229,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09A099 color. Also use rgb(9,160,153) instead hex code.

Text Font Color

.myTextColor { color: #09A099; }

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

This text font color is #09A099.


Background Color

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

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

This div background color is #09A099.


Border color

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

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

This div border color is #09A099.


Opacity

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

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

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

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

This text has shadow with #09A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09A099 on black background.


Color preview on white background

This text has color #09A099 on white background.



Black color preview on #09A099 background

This text has black color on #09A099 background.


White color preview on #09A099 background

This text has white color on #09A099 background.