COLOR #00E161

HEX: #00E161
RGB: (0,225,97)

Color info

#00E161 contains mainly green color. Web safe color of #00E161 is #00CC66 (or #0C6).

RGB color model

#00E161 color RGB value is (0,225,97).

  • red value is 0;
  • green value is 225;
  • blue value is 97.
RGB:
(0,225,97)
(0%,88%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 225 of 255 = 88%
B 97 of 255 = 38%

0
225
97

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

Portions of RGB colors in percentages

R + G + B =
0 + 225 + 97 = 322 (100%)
R 0 of 322 ~ 0%
G 225 of 322 ~ 69.88%
B 97 of 322 ~ 30.12%

%69.88
%30.12

CMYK color model

#00E161 color CMYK value is (100,0,57,12).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 56.89%
  • key color value is 11.76%
CMYK:
(100,0,57,12)
C100M0Y57K12 
(100%,0%,57%,12%)
(1.00/0.00/0.57/0.12)	

CMYK percentages

%100
%0
%56.89
%11.76

Codes

Color #00E161 in popluar color models

00E161
RGB022597
HSL146°100.00%44.12%
HSB/HSV146°100.00%88.24%
CMYK100.00%0.00%56.89%
11.76%

Color #00E161 in popluar number systems.

HEX00E161
Decimal022597
Binary0111000011100001
Octal0341141

Shades and tints

Shades of #00E161

#00E161
(0,225,97)
#00CD59
(0,205,89)
#00B951
(0,185,81)
#00A549
(0,165,73)
#009141
(0,145,65)
#007D39
(0,125,57)
#006931
(0,105,49)
#005529
(0,85,41)
#004121
(0,65,33)
#002D19
(0,45,25)
#001911
(0,25,17)
#000000
(0,0,0)

Tints of #00E161

#00E161
(0,225,97)
#17E36F
(23,227,111)
#2EE57D
(46,229,125)
#45E78B
(69,231,139)
#5CE999
(92,233,153)
#73EBA7
(115,235,167)
#8AEDB5
(138,237,181)
#A1EFC3
(161,239,195)
#B8F1D1
(184,241,209)
#CFF3DF
(207,243,223)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00E161 color. Also use rgb(0,225,97) instead hex code.

Text Font Color

.myTextColor { color: #00E161; }

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

This text font color is #00E161.


Background Color

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

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

This div background color is #00E161.


Border color

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

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

This div border color is #00E161.


Opacity

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

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

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

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

This text has shadow with #00E161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E161 on black background.


Color preview on white background

This text has color #00E161 on white background.



Black color preview on #00E161 background

This text has black color on #00E161 background.


White color preview on #00E161 background

This text has white color on #00E161 background.