COLOR #09D98E

HEX: #09D98E
RGB: (9,217,142)

Color info

#09D98E contains mainly green color. Web safe color of #09D98E is #00CC99 (or #0C9).

RGB color model

#09D98E color RGB value is (9,217,142).

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

RGB channels and saturation

R 9 of 255 = 4%
G 217 of 255 = 85%
B 142 of 255 = 56%

9
217
142

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

Portions of RGB colors in percentages

R + G + B =
9 + 217 + 142 = 368 (100%)
R 9 of 368 ~ 2.45%
G 217 of 368 ~ 58.97%
B 142 of 368 ~ 38.59%

%58.97
%38.59

CMYK color model

#09D98E color CMYK value is (96,0,35,15).

  • cyan value is 95.85%
  • magenta value is 0.00%
  • yellow value is 34.56%
  • key color value is 14.90%
CMYK:
(96,0,35,15)
C96M0Y35K15 
(96%,0%,35%,15%)
(0.96/0.00/0.35/0.15)	

CMYK percentages

%95.85
%0
%34.56
%14.9

Codes

Color #09D98E in popluar color models

09D98E
RGB9217142
HSL158°92.04%44.31%
HSB/HSV158°95.85%85.10%
CMYK95.85%0.00%34.56%
14.90%

Color #09D98E in popluar number systems.

HEX09D98E
Decimal9217142
Binary10011101100110001110
Octal11331216

Shades and tints

Shades of #09D98E

#09D98E
(9,217,142)
#09C682
(9,198,130)
#09B376
(9,179,118)
#09A06A
(9,160,106)
#098D5E
(9,141,94)
#097A52
(9,122,82)
#096746
(9,103,70)
#09543A
(9,84,58)
#09412E
(9,65,46)
#092E22
(9,46,34)
#091B16
(9,27,22)
#000000
(0,0,0)

Tints of #09D98E

#09D98E
(9,217,142)
#1FDC98
(31,220,152)
#35DFA2
(53,223,162)
#4BE2AC
(75,226,172)
#61E5B6
(97,229,182)
#77E8C0
(119,232,192)
#8DEBCA
(141,235,202)
#A3EED4
(163,238,212)
#B9F1DE
(185,241,222)
#CFF4E8
(207,244,232)
#E5F7F2
(229,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09D98E; }

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

This text font color is #09D98E.


Background Color

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

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

This div background color is #09D98E.


Border color

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

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

This div border color is #09D98E.


Opacity

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

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

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

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

This text has shadow with #09D98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09D98E on black background.


Color preview on white background

This text has color #09D98E on white background.



Black color preview on #09D98E background

This text has black color on #09D98E background.


White color preview on #09D98E background

This text has white color on #09D98E background.