COLOR #07EC8A

HEX: #07EC8A
RGB: (7,236,138)

Color info

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

RGB color model

#07EC8A color RGB value is (7,236,138).

  • red value is 7;
  • green value is 236;
  • blue value is 138.
RGB:
(7,236,138)
(3%,93%,54%)

RGB channels and saturation

R 7 of 255 = 3%
G 236 of 255 = 93%
B 138 of 255 = 54%

7
236
138

R + G + B ~ 50%. #07EC8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
7 + 236 + 138 = 381 (100%)
R 7 of 381 ~ 1.84%
G 236 of 381 ~ 61.94%
B 138 of 381 ~ 36.22%

%61.94
%36.22

CMYK color model

#07EC8A color CMYK value is (97,0,42,7).

  • cyan value is 97.03%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 7.45%
CMYK:
(97,0,42,7)
C97M0Y42K7 
(97%,0%,42%,7%)
(0.97/0.00/0.42/0.07)	

CMYK percentages

%97.03
%0
%41.53
%7.45

Codes

Color #07EC8A in popluar color models

07EC8A
RGB7236138
HSL154°94.24%47.65%
HSB/HSV154°97.03%92.55%
CMYK97.03%0.00%41.53%
7.45%

Color #07EC8A in popluar number systems.

HEX07EC8A
Decimal7236138
Binary1111110110010001010
Octal7354212

Shades and tints

Shades of #07EC8A

#07EC8A
(7,236,138)
#07D77E
(7,215,126)
#07C272
(7,194,114)
#07AD66
(7,173,102)
#07985A
(7,152,90)
#07834E
(7,131,78)
#076E42
(7,110,66)
#075936
(7,89,54)
#07442A
(7,68,42)
#072F1E
(7,47,30)
#071A12
(7,26,18)
#000000
(0,0,0)

Tints of #07EC8A

#07EC8A
(7,236,138)
#1DED94
(29,237,148)
#33EE9E
(51,238,158)
#49EFA8
(73,239,168)
#5FF0B2
(95,240,178)
#75F1BC
(117,241,188)
#8BF2C6
(139,242,198)
#A1F3D0
(161,243,208)
#B7F4DA
(183,244,218)
#CDF5E4
(205,245,228)
#E3F6EE
(227,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07EC8A color. Also use rgb(7,236,138) instead hex code.

Text Font Color

.myTextColor { color: #07EC8A; }

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

This text font color is #07EC8A.


Background Color

.myBgColor { background-color: #07EC8A; }

<div style="background-color:#07EC8A">Inner text</div>

This div background color is #07EC8A.


Border color

.myBorderColor { border: 1px solid #07EC8A; }

<div style="border:3px solid #07EC8A">Div</div>

This div border color is #07EC8A.


Opacity

.myOpacity80 { color: #07EC8A; opacity: 0.8; }

<p style="color:#07EC8A;opacity:0.8;">80%</p>

Text with #07EC8A 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 #07EC8A;}

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

This text has shadow with #07EC8A color.

.textShadow {text-shadow: 3px 3px 1px #07EC8A, 3px 3px 1px red;}

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

This text has shadow with #07EC8A primary color and red secondary color.


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

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

This text has shadow with #07EC8A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07EC8A on black background.


Color preview on white background

This text has color #07EC8A on white background.



Black color preview on #07EC8A background

This text has black color on #07EC8A background.


White color preview on #07EC8A background

This text has white color on #07EC8A background.