COLOR #0AD787

HEX: #0AD787
RGB: (10,215,135)

Color info

#0AD787 contains mainly green color. Web safe color of #0AD787 is #00CC99 (or #0C9).

RGB color model

#0AD787 color RGB value is (10,215,135).

  • red value is 10;
  • green value is 215;
  • blue value is 135.
RGB:
(10,215,135)
(4%,84%,53%)

RGB channels and saturation

R 10 of 255 = 4%
G 215 of 255 = 84%
B 135 of 255 = 53%

10
215
135

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

Portions of RGB colors in percentages

R + G + B =
10 + 215 + 135 = 360 (100%)
R 10 of 360 ~ 2.78%
G 215 of 360 ~ 59.72%
B 135 of 360 ~ 37.5%

%59.72
%37.5

CMYK color model

#0AD787 color CMYK value is (95,0,37,16).

  • cyan value is 95.35%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 15.69%
CMYK:
(95,0,37,16)
C95M0Y37K16 
(95%,0%,37%,16%)
(0.95/0.00/0.37/0.16)	

CMYK percentages

%95.35
%0
%37.21
%15.69

Codes

Color #0AD787 in popluar color models

0AD787
RGB10215135
HSL157°91.11%44.12%
HSB/HSV157°95.35%84.31%
CMYK95.35%0.00%37.21%
15.69%

Color #0AD787 in popluar number systems.

HEX0AD787
Decimal10215135
Binary10101101011110000111
Octal12327207

Shades and tints

Shades of #0AD787

#0AD787
(10,215,135)
#0AC47B
(10,196,123)
#0AB16F
(10,177,111)
#0A9E63
(10,158,99)
#0A8B57
(10,139,87)
#0A784B
(10,120,75)
#0A653F
(10,101,63)
#0A5233
(10,82,51)
#0A3F27
(10,63,39)
#0A2C1B
(10,44,27)
#0A190F
(10,25,15)
#000000
(0,0,0)

Tints of #0AD787

#0AD787
(10,215,135)
#20DA91
(32,218,145)
#36DD9B
(54,221,155)
#4CE0A5
(76,224,165)
#62E3AF
(98,227,175)
#78E6B9
(120,230,185)
#8EE9C3
(142,233,195)
#A4ECCD
(164,236,205)
#BAEFD7
(186,239,215)
#D0F2E1
(208,242,225)
#E6F5EB
(230,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AD787 color. Also use rgb(10,215,135) instead hex code.

Text Font Color

.myTextColor { color: #0AD787; }

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

This text font color is #0AD787.


Background Color

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

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

This div background color is #0AD787.


Border color

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

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

This div border color is #0AD787.


Opacity

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

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

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

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

This text has shadow with #0AD787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD787 on black background.


Color preview on white background

This text has color #0AD787 on white background.



Black color preview on #0AD787 background

This text has black color on #0AD787 background.


White color preview on #0AD787 background

This text has white color on #0AD787 background.