COLOR #00FFA7

HEX: #00FFA7
RGB: (0,255,167)

Color info

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

RGB color model

#00FFA7 color RGB value is (0,255,167).

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

RGB channels and saturation

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

0
255
167

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

Portions of RGB colors in percentages

R + G + B =
0 + 255 + 167 = 422 (100%)
R 0 of 422 ~ 0%
G 255 of 422 ~ 60.43%
B 167 of 422 ~ 39.57%

%60.43
%39.57

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.51%
  • 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
%34.51
%0

Codes

Color #00FFA7 in popluar color models

00FFA7
RGB0255167
HSL159°100.00%50.00%
HSB/HSV159°100.00%100.00%
CMYK100.00%0.00%34.51%
0.00%

Color #00FFA7 in popluar number systems.

HEX00FFA7
Decimal0255167
Binary01111111110100111
Octal0377247

Shades and tints

Shades of #00FFA7

#00FFA7
(0,255,167)
#00E898
(0,232,152)
#00D189
(0,209,137)
#00BA7A
(0,186,122)
#00A36B
(0,163,107)
#008C5C
(0,140,92)
#00754D
(0,117,77)
#005E3E
(0,94,62)
#00472F
(0,71,47)
#003020
(0,48,32)
#001911
(0,25,17)
#000000
(0,0,0)

Tints of #00FFA7

#00FFA7
(0,255,167)
#17FFAF
(23,255,175)
#2EFFB7
(46,255,183)
#45FFBF
(69,255,191)
#5CFFC7
(92,255,199)
#73FFCF
(115,255,207)
#8AFFD7
(138,255,215)
#A1FFDF
(161,255,223)
#B8FFE7
(184,255,231)
#CFFFEF
(207,255,239)
#E6FFF7
(230,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FFA7; }

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

This text font color is #00FFA7.


Background Color

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

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

This div background color is #00FFA7.


Border color

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

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

This div border color is #00FFA7.


Opacity

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

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

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

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

This text has shadow with #00FFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FFA7 on black background.


Color preview on white background

This text has color #00FFA7 on white background.



Black color preview on #00FFA7 background

This text has black color on #00FFA7 background.


White color preview on #00FFA7 background

This text has white color on #00FFA7 background.