COLOR #0AD891

HEX: #0AD891
RGB: (10,216,145)

Color info

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

RGB color model

#0AD891 color RGB value is (10,216,145).

  • red value is 10;
  • green value is 216;
  • blue value is 145.
RGB:
(10,216,145)
(4%,85%,57%)

RGB channels and saturation

R 10 of 255 = 4%
G 216 of 255 = 85%
B 145 of 255 = 57%

10
216
145

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

Portions of RGB colors in percentages

R + G + B =
10 + 216 + 145 = 371 (100%)
R 10 of 371 ~ 2.7%
G 216 of 371 ~ 58.22%
B 145 of 371 ~ 39.08%

%58.22
%39.08

CMYK color model

#0AD891 color CMYK value is (95,0,33,15).

  • cyan value is 95.37%
  • magenta value is 0.00%
  • yellow value is 32.87%
  • key color value is 15.29%
CMYK:
(95,0,33,15)
C95M0Y33K15 
(95%,0%,33%,15%)
(0.95/0.00/0.33/0.15)	

CMYK percentages

%95.37
%0
%32.87
%15.29

Codes

Color #0AD891 in popluar color models

0AD891
RGB10216145
HSL159°91.15%44.31%
HSB/HSV159°95.37%84.71%
CMYK95.37%0.00%32.87%
15.29%

Color #0AD891 in popluar number systems.

HEX0AD891
Decimal10216145
Binary10101101100010010001
Octal12330221

Shades and tints

Shades of #0AD891

#0AD891
(10,216,145)
#0AC584
(10,197,132)
#0AB277
(10,178,119)
#0A9F6A
(10,159,106)
#0A8C5D
(10,140,93)
#0A7950
(10,121,80)
#0A6643
(10,102,67)
#0A5336
(10,83,54)
#0A4029
(10,64,41)
#0A2D1C
(10,45,28)
#0A1A0F
(10,26,15)
#000000
(0,0,0)

Tints of #0AD891

#0AD891
(10,216,145)
#20DB9B
(32,219,155)
#36DEA5
(54,222,165)
#4CE1AF
(76,225,175)
#62E4B9
(98,228,185)
#78E7C3
(120,231,195)
#8EEACD
(142,234,205)
#A4EDD7
(164,237,215)
#BAF0E1
(186,240,225)
#D0F3EB
(208,243,235)
#E6F6F5
(230,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AD891 color. Also use rgb(10,216,145) instead hex code.

Text Font Color

.myTextColor { color: #0AD891; }

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

This text font color is #0AD891.


Background Color

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

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

This div background color is #0AD891.


Border color

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

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

This div border color is #0AD891.


Opacity

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

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

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

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

This text has shadow with #0AD891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD891 on black background.


Color preview on white background

This text has color #0AD891 on white background.



Black color preview on #0AD891 background

This text has black color on #0AD891 background.


White color preview on #0AD891 background

This text has white color on #0AD891 background.