COLOR #00A15E

HEX: #00A15E
RGB: (0,161,94)

Color info

#00A15E contains mainly green color. Web safe color of #00A15E is #009966 (or #096).

RGB color model

#00A15E color RGB value is (0,161,94).

  • red value is 0;
  • green value is 161;
  • blue value is 94.
RGB:
(0,161,94)
(0%,63%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 161 of 255 = 63%
B 94 of 255 = 37%

0
161
94

R + G + B ~ 33%. #00A15E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 161 + 94 = 255 (100%)
R 0 of 255 ~ 0%
G 161 of 255 ~ 63.14%
B 94 of 255 ~ 36.86%

%63.14
%36.86

CMYK color model

#00A15E color CMYK value is (100,0,42,37).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 41.61%
  • key color value is 36.86%
CMYK:
(100,0,42,37)
C100M0Y42K37 
(100%,0%,42%,37%)
(1.00/0.00/0.42/0.37)	

CMYK percentages

%100
%0
%41.61
%36.86

Codes

Color #00A15E in popluar color models

00A15E
RGB016194
HSL155°100.00%31.57%
HSB/HSV155°100.00%63.14%
CMYK100.00%0.00%41.61%
36.86%

Color #00A15E in popluar number systems.

HEX00A15E
Decimal016194
Binary0101000011011110
Octal0241136

Shades and tints

Shades of #00A15E

#00A15E
(0,161,94)
#009356
(0,147,86)
#00854E
(0,133,78)
#007746
(0,119,70)
#00693E
(0,105,62)
#005B36
(0,91,54)
#004D2E
(0,77,46)
#003F26
(0,63,38)
#00311E
(0,49,30)
#002316
(0,35,22)
#00150E
(0,21,14)
#000000
(0,0,0)

Tints of #00A15E

#00A15E
(0,161,94)
#17A96C
(23,169,108)
#2EB17A
(46,177,122)
#45B988
(69,185,136)
#5CC196
(92,193,150)
#73C9A4
(115,201,164)
#8AD1B2
(138,209,178)
#A1D9C0
(161,217,192)
#B8E1CE
(184,225,206)
#CFE9DC
(207,233,220)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A15E color. Also use rgb(0,161,94) instead hex code.

Text Font Color

.myTextColor { color: #00A15E; }

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

This text font color is #00A15E.


Background Color

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

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

This div background color is #00A15E.


Border color

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

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

This div border color is #00A15E.


Opacity

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

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

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

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

This text has shadow with #00A15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A15E on black background.


Color preview on white background

This text has color #00A15E on white background.



Black color preview on #00A15E background

This text has black color on #00A15E background.


White color preview on #00A15E background

This text has white color on #00A15E background.