COLOR #09D9A3

HEX: #09D9A3
RGB: (9,217,163)

Color info

#09D9A3 contains mainly green and blue colors. Web safe color of #09D9A3 is #00CC99 (or #0C9).

RGB color model

#09D9A3 color RGB value is (9,217,163).

  • red value is 9;
  • green value is 217;
  • blue value is 163.
RGB:
(9,217,163)
(4%,85%,64%)

RGB channels and saturation

R 9 of 255 = 4%
G 217 of 255 = 85%
B 163 of 255 = 64%

9
217
163

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

Portions of RGB colors in percentages

R + G + B =
9 + 217 + 163 = 389 (100%)
R 9 of 389 ~ 2.31%
G 217 of 389 ~ 55.78%
B 163 of 389 ~ 41.9%

%55.78
%41.9

CMYK color model

#09D9A3 color CMYK value is (96,0,25,15).

  • cyan value is 95.85%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 14.90%
CMYK:
(96,0,25,15)
C96M0Y25K15 
(96%,0%,25%,15%)
(0.96/0.00/0.25/0.15)	

CMYK percentages

%95.85
%0
%24.88
%14.9

Codes

Color #09D9A3 in popluar color models

09D9A3
RGB9217163
HSL164°92.04%44.31%
HSB/HSV164°95.85%85.10%
CMYK95.85%0.00%24.88%
14.90%

Color #09D9A3 in popluar number systems.

HEX09D9A3
Decimal9217163
Binary10011101100110100011
Octal11331243

Shades and tints

Shades of #09D9A3

#09D9A3
(9,217,163)
#09C695
(9,198,149)
#09B387
(9,179,135)
#09A079
(9,160,121)
#098D6B
(9,141,107)
#097A5D
(9,122,93)
#09674F
(9,103,79)
#095441
(9,84,65)
#094133
(9,65,51)
#092E25
(9,46,37)
#091B17
(9,27,23)
#000000
(0,0,0)

Tints of #09D9A3

#09D9A3
(9,217,163)
#1FDCAB
(31,220,171)
#35DFB3
(53,223,179)
#4BE2BB
(75,226,187)
#61E5C3
(97,229,195)
#77E8CB
(119,232,203)
#8DEBD3
(141,235,211)
#A3EEDB
(163,238,219)
#B9F1E3
(185,241,227)
#CFF4EB
(207,244,235)
#E5F7F3
(229,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09D9A3 color. Also use rgb(9,217,163) instead hex code.

Text Font Color

.myTextColor { color: #09D9A3; }

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

This text font color is #09D9A3.


Background Color

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

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

This div background color is #09D9A3.


Border color

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

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

This div border color is #09D9A3.


Opacity

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

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

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

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

This text has shadow with #09D9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09D9A3 on black background.


Color preview on white background

This text has color #09D9A3 on white background.



Black color preview on #09D9A3 background

This text has black color on #09D9A3 background.


White color preview on #09D9A3 background

This text has white color on #09D9A3 background.