COLOR #00FF8C

HEX: #00FF8C RGB: (0,255,140)

Color info

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

RGB color model

#00FF8C color RGB value is (0,255,140).

RGB: (0,255,140) (0%, 100%, 55%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 140 of 255 = 55%

0
255
140

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

Portions of RGB colors in percentages

R + G + B = 0 + 255 + 140 = 395 (100%)
R 0 of 395 ~ 0%
G 255 of 395 ~ 64.56%
B 140 of 395 ~ 35.44'%

%64.56
%35.44

CMYK color model

#00FF8C color CMYK value is (100,0,45,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 0.00%

CMYK: (100,0,45,0)
C100M0Y45K0 (100%, 0%, 45%, 0%)
(1.00 / 0.00 / 0.45 / 0.00)

CMYK percentages

%100
%0
%45.1
%0

Codes

Color #00FF8C in popluar color models

00 FF 8C
RGB 0 255 140
HSL 153° 100.00% 50.00%
HSB/HSV 153° 100.00% 100.00%
CMYK 100.00% 0.00% 45.10%
0.00%

Color #00FF8C in popluar number systems.

HEX 00 FF 8C
Decimal 0 255 140
Binary 0 11111111 10001100
Octal 0 377 214

Shades and tints

Shades of #00FF8C

#00FF8C
(0,255,140)
#00E880
(0,232,128)
#00D174
(0,209,116)
#00BA68
(0,186,104)
#00A35C
(0,163,92)
#008C50
(0,140,80)
#007544
(0,117,68)
#005E38
(0,94,56)
#00472C
(0,71,44)
#003020
(0,48,32)
#001914
(0,25,20)
#000000
(0,0,0)

Tints of #00FF8C

#00FF8C
(0,255,140)
#17FF96
(23,255,150)
#2EFFA0
(46,255,160)
#45FFAA
(69,255,170)
#5CFFB4
(92,255,180)
#73FFBE
(115,255,190)
#8AFFC8
(138,255,200)
#A1FFD2
(161,255,210)
#B8FFDC
(184,255,220)
#CFFFE6
(207,255,230)
#E6FFF0
(230,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00FF8C; }

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

This text font color is #00FF8C.

Background Color

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

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

This div background color is #00FF8C.

Border color

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

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

This div border color is #00FF8C.

Opacity

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

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

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

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

This text has shadow with #00FF8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00FF8C.

Preview

Color preview on black background

This text has color #00FF8C on black background.


Color preview on white background

This text has color #00FF8C on white background.


Black color preview on #00FF8C background

This text has black color on #00FF8C background.


White color preview on #00FF8C background

This text has white color on #00FF8C background.


Related colors

Complementary color

Complementary color for #hex is #FF0073.


I love getcolorcode.com

Triadic colors

1 #8C00FF and #FF8C00 with #00FF8C are triadic colors.

2 #8CFF00 and #FF008C with #00FF8C are triadic colors.