COLOR #0AD157

HEX: #0AD157
RGB: (10,209,87)

Color info

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

RGB color model

#0AD157 color RGB value is (10,209,87).

  • red value is 10;
  • green value is 209;
  • blue value is 87.
RGB:
(10,209,87)
(4%,82%,34%)

RGB channels and saturation

R 10 of 255 = 4%
G 209 of 255 = 82%
B 87 of 255 = 34%

10
209
87

R + G + B ~ 40%. #0AD157 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 209 + 87 = 306 (100%)
R 10 of 306 ~ 3.27%
G 209 of 306 ~ 68.3%
B 87 of 306 ~ 28.43%

%68.3
%28.43

CMYK color model

#0AD157 color CMYK value is (95,0,58,18).

  • cyan value is 95.22%
  • magenta value is 0.00%
  • yellow value is 58.37%
  • key color value is 18.04%
CMYK:
(95,0,58,18)
C95M0Y58K18 
(95%,0%,58%,18%)
(0.95/0.00/0.58/0.18)	

CMYK percentages

%95.22
%0
%58.37
%18.04

Codes

Color #0AD157 in popluar color models

0AD157
RGB1020987
HSL143°90.87%42.94%
HSB/HSV143°95.22%81.96%
CMYK95.22%0.00%58.37%
18.04%

Color #0AD157 in popluar number systems.

HEX0AD157
Decimal1020987
Binary1010110100011010111
Octal12321127

Shades and tints

Shades of #0AD157

#0AD157
(10,209,87)
#0ABE50
(10,190,80)
#0AAB49
(10,171,73)
#0A9842
(10,152,66)
#0A853B
(10,133,59)
#0A7234
(10,114,52)
#0A5F2D
(10,95,45)
#0A4C26
(10,76,38)
#0A391F
(10,57,31)
#0A2618
(10,38,24)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #0AD157

#0AD157
(10,209,87)
#20D566
(32,213,102)
#36D975
(54,217,117)
#4CDD84
(76,221,132)
#62E193
(98,225,147)
#78E5A2
(120,229,162)
#8EE9B1
(142,233,177)
#A4EDC0
(164,237,192)
#BAF1CF
(186,241,207)
#D0F5DE
(208,245,222)
#E6F9ED
(230,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AD157 color. Also use rgb(10,209,87) instead hex code.

Text Font Color

.myTextColor { color: #0AD157; }

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

This text font color is #0AD157.


Background Color

.myBgColor { background-color: #0AD157; }

<div style="background-color:#0AD157">Inner text</div>

This div background color is #0AD157.


Border color

.myBorderColor { border: 1px solid #0AD157; }

<div style="border:3px solid #0AD157">Div</div>

This div border color is #0AD157.


Opacity

.myOpacity80 { color: #0AD157; opacity: 0.8; }

<p style="color:#0AD157;opacity:0.8;">80%</p>

Text with #0AD157 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 #0AD157;}

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

This text has shadow with #0AD157 color.

.textShadow {text-shadow: 3px 3px 1px #0AD157, 3px 3px 1px red;}

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

This text has shadow with #0AD157 primary color and red secondary color.


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

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

This text has shadow with #0AD157 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD157 on black background.


Color preview on white background

This text has color #0AD157 on white background.



Black color preview on #0AD157 background

This text has black color on #0AD157 background.


White color preview on #0AD157 background

This text has white color on #0AD157 background.