COLOR #00FA9A

HEX: #00FA9A
RGB: (0,250,154)

Color info

Color name is MediumSpringGreen. #00FA9A contains mainly green color. Web safe color of #00FA9A is #00FF99 (or #0F9).

RGB color model

#00FA9A color RGB value is (0,250,154).

  • red value is 0;
  • green value is 250;
  • blue value is 154.
RGB:
(0,250,154)
(0%,98%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 250 of 255 = 98%
B 154 of 255 = 60%

0
250
154

R + G + B ~ 53%. #00FA9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 250 + 154 = 404 (100%)
R 0 of 404 ~ 0%
G 250 of 404 ~ 61.88%
B 154 of 404 ~ 38.12%

%61.88
%38.12

CMYK color model

#00FA9A color CMYK value is (100,0,38,2).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.40%
  • key color value is 1.96%
CMYK:
(100,0,38,2)
C100M0Y38K2 
(100%,0%,38%,2%)
(1.00/0.00/0.38/0.02)	

CMYK percentages

%100
%0
%38.4
%1.96

Codes

Color #00FA9A in popluar color models

00FA9A
RGB0250154
HSL157°100.00%49.02%
HSB/HSV157°100.00%98.04%
CMYK100.00%0.00%38.40%
1.96%

Color #00FA9A in popluar number systems.

HEX00FA9A
Decimal0250154
Binary01111101010011010
Octal0372232

Shades and tints

Shades of #00FA9A

#00FA9A
(0,250,154)
#00E48C
(0,228,140)
#00CE7E
(0,206,126)
#00B870
(0,184,112)
#00A262
(0,162,98)
#008C54
(0,140,84)
#007646
(0,118,70)
#006038
(0,96,56)
#004A2A
(0,74,42)
#00341C
(0,52,28)
#001E0E
(0,30,14)
#000000
(0,0,0)

Tints of #00FA9A

#00FA9A
(0,250,154)
#17FAA3
(23,250,163)
#2EFAAC
(46,250,172)
#45FAB5
(69,250,181)
#5CFABE
(92,250,190)
#73FAC7
(115,250,199)
#8AFAD0
(138,250,208)
#A1FAD9
(161,250,217)
#B8FAE2
(184,250,226)
#CFFAEB
(207,250,235)
#E6FAF4
(230,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FA9A color. Also use rgb(0,250,154) instead hex code.

Text Font Color

.myTextColor { color: #00FA9A; }

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

This text font color is #00FA9A.


Background Color

.myBgColor { background-color: #00FA9A; }

<div style="background-color:#00FA9A">Inner text</div>

This div background color is #00FA9A.


Border color

.myBorderColor { border: 1px solid #00FA9A; }

<div style="border:3px solid #00FA9A">Div</div>

This div border color is #00FA9A.


Opacity

.myOpacity80 { color: #00FA9A; opacity: 0.8; }

<p style="color:#00FA9A;opacity:0.8;">80%</p>

Text with #00FA9A 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 #00FA9A;}

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

This text has shadow with #00FA9A color.

.textShadow {text-shadow: 3px 3px 1px #00FA9A, 3px 3px 1px red;}

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

This text has shadow with #00FA9A primary color and red secondary color.


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

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

This text has shadow with #00FA9A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FA9A on black background.


Color preview on white background

This text has color #00FA9A on white background.



Black color preview on #00FA9A background

This text has black color on #00FA9A background.


White color preview on #00FA9A background

This text has white color on #00FA9A background.