COLOR #00FFA5

HEX: #00FFA5
RGB: (0,255,165)

Color info

#00FFA5 contains mainly green color. Web safe color of #00FFA5 is #00FF99 (or #0F9).

RGB color model

#00FFA5 color RGB value is (0,255,165).

  • red value is 0;
  • green value is 255;
  • blue value is 165.
RGB:
(0,255,165)
(0%,100%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 165 of 255 = 65%

0
255
165

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

Portions of RGB colors in percentages

R + G + B =
0 + 255 + 165 = 420 (100%)
R 0 of 420 ~ 0%
G 255 of 420 ~ 60.71%
B 165 of 420 ~ 39.29%

%60.71
%39.29

CMYK color model

#00FFA5 color CMYK value is (100,0,35,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 0.00%
CMYK:
(100,0,35,0)
C100M0Y35K0 
(100%,0%,35%,0%)
(1.00/0.00/0.35/0.00)	

CMYK percentages

%100
%0
%35.29
%0

Codes

Color #00FFA5 in popluar color models

00FFA5
RGB0255165
HSL159°100.00%50.00%
HSB/HSV159°100.00%100.00%
CMYK100.00%0.00%35.29%
0.00%

Color #00FFA5 in popluar number systems.

HEX00FFA5
Decimal0255165
Binary01111111110100101
Octal0377245

Shades and tints

Shades of #00FFA5

#00FFA5
(0,255,165)
#00E896
(0,232,150)
#00D187
(0,209,135)
#00BA78
(0,186,120)
#00A369
(0,163,105)
#008C5A
(0,140,90)
#00754B
(0,117,75)
#005E3C
(0,94,60)
#00472D
(0,71,45)
#00301E
(0,48,30)
#00190F
(0,25,15)
#000000
(0,0,0)

Tints of #00FFA5

#00FFA5
(0,255,165)
#17FFAD
(23,255,173)
#2EFFB5
(46,255,181)
#45FFBD
(69,255,189)
#5CFFC5
(92,255,197)
#73FFCD
(115,255,205)
#8AFFD5
(138,255,213)
#A1FFDD
(161,255,221)
#B8FFE5
(184,255,229)
#CFFFED
(207,255,237)
#E6FFF5
(230,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FFA5 color. Also use rgb(0,255,165) instead hex code.

Text Font Color

.myTextColor { color: #00FFA5; }

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

This text font color is #00FFA5.


Background Color

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

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

This div background color is #00FFA5.


Border color

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

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

This div border color is #00FFA5.


Opacity

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

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

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

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

This text has shadow with #00FFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FFA5 on black background.


Color preview on white background

This text has color #00FFA5 on white background.



Black color preview on #00FFA5 background

This text has black color on #00FFA5 background.


White color preview on #00FFA5 background

This text has white color on #00FFA5 background.