COLOR #00EB6C

HEX: #00EB6C
RGB: (0,235,108)

Color info

#00EB6C contains mainly green color. Web safe color of #00EB6C is #00FF66 (or #0F6).

RGB color model

#00EB6C color RGB value is (0,235,108).

  • red value is 0;
  • green value is 235;
  • blue value is 108.
RGB:
(0,235,108)
(0%,92%,42%)

RGB channels and saturation

R 0 of 255 = 0%
G 235 of 255 = 92%
B 108 of 255 = 42%

0
235
108

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

Portions of RGB colors in percentages

R + G + B =
0 + 235 + 108 = 343 (100%)
R 0 of 343 ~ 0%
G 235 of 343 ~ 68.51%
B 108 of 343 ~ 31.49%

%68.51
%31.49

CMYK color model

#00EB6C color CMYK value is (100,0,54,8).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 54.04%
  • key color value is 7.84%
CMYK:
(100,0,54,8)
C100M0Y54K8 
(100%,0%,54%,8%)
(1.00/0.00/0.54/0.08)	

CMYK percentages

%100
%0
%54.04
%7.84

Codes

Color #00EB6C in popluar color models

00EB6C
RGB0235108
HSL148°100.00%46.08%
HSB/HSV148°100.00%92.16%
CMYK100.00%0.00%54.04%
7.84%

Color #00EB6C in popluar number systems.

HEX00EB6C
Decimal0235108
Binary0111010111101100
Octal0353154

Shades and tints

Shades of #00EB6C

#00EB6C
(0,235,108)
#00D663
(0,214,99)
#00C15A
(0,193,90)
#00AC51
(0,172,81)
#009748
(0,151,72)
#00823F
(0,130,63)
#006D36
(0,109,54)
#00582D
(0,88,45)
#004324
(0,67,36)
#002E1B
(0,46,27)
#001912
(0,25,18)
#000000
(0,0,0)

Tints of #00EB6C

#00EB6C
(0,235,108)
#17EC79
(23,236,121)
#2EED86
(46,237,134)
#45EE93
(69,238,147)
#5CEFA0
(92,239,160)
#73F0AD
(115,240,173)
#8AF1BA
(138,241,186)
#A1F2C7
(161,242,199)
#B8F3D4
(184,243,212)
#CFF4E1
(207,244,225)
#E6F5EE
(230,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00EB6C color. Also use rgb(0,235,108) instead hex code.

Text Font Color

.myTextColor { color: #00EB6C; }

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

This text font color is #00EB6C.


Background Color

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

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

This div background color is #00EB6C.


Border color

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

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

This div border color is #00EB6C.


Opacity

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

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

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

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

This text has shadow with #00EB6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00EB6C on black background.


Color preview on white background

This text has color #00EB6C on white background.



Black color preview on #00EB6C background

This text has black color on #00EB6C background.


White color preview on #00EB6C background

This text has white color on #00EB6C background.