COLOR #0AEC9A

HEX: #0AEC9A
RGB: (10,236,154)

Color info

#0AEC9A contains mainly green color. Web safe color of #0AEC9A is #00FF99 (or #0F9).

RGB color model

#0AEC9A color RGB value is (10,236,154).

  • red value is 10;
  • green value is 236;
  • blue value is 154.
RGB:
(10,236,154)
(4%,93%,60%)

RGB channels and saturation

R 10 of 255 = 4%
G 236 of 255 = 93%
B 154 of 255 = 60%

10
236
154

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

Portions of RGB colors in percentages

R + G + B =
10 + 236 + 154 = 400 (100%)
R 10 of 400 ~ 2.5%
G 236 of 400 ~ 59%
B 154 of 400 ~ 38.5%

%59
%38.5

CMYK color model

#0AEC9A color CMYK value is (96,0,35,7).

  • cyan value is 95.76%
  • magenta value is 0.00%
  • yellow value is 34.75%
  • key color value is 7.45%
CMYK:
(96,0,35,7)
C96M0Y35K7 
(96%,0%,35%,7%)
(0.96/0.00/0.35/0.07)	

CMYK percentages

%95.76
%0
%34.75
%7.45

Codes

Color #0AEC9A in popluar color models

0AEC9A
RGB10236154
HSL158°91.87%48.24%
HSB/HSV158°95.76%92.55%
CMYK95.76%0.00%34.75%
7.45%

Color #0AEC9A in popluar number systems.

HEX0AEC9A
Decimal10236154
Binary10101110110010011010
Octal12354232

Shades and tints

Shades of #0AEC9A

#0AEC9A
(10,236,154)
#0AD78C
(10,215,140)
#0AC27E
(10,194,126)
#0AAD70
(10,173,112)
#0A9862
(10,152,98)
#0A8354
(10,131,84)
#0A6E46
(10,110,70)
#0A5938
(10,89,56)
#0A442A
(10,68,42)
#0A2F1C
(10,47,28)
#0A1A0E
(10,26,14)
#000000
(0,0,0)

Tints of #0AEC9A

#0AEC9A
(10,236,154)
#20EDA3
(32,237,163)
#36EEAC
(54,238,172)
#4CEFB5
(76,239,181)
#62F0BE
(98,240,190)
#78F1C7
(120,241,199)
#8EF2D0
(142,242,208)
#A4F3D9
(164,243,217)
#BAF4E2
(186,244,226)
#D0F5EB
(208,245,235)
#E6F6F4
(230,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AEC9A color. Also use rgb(10,236,154) instead hex code.

Text Font Color

.myTextColor { color: #0AEC9A; }

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

This text font color is #0AEC9A.


Background Color

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

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

This div background color is #0AEC9A.


Border color

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

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

This div border color is #0AEC9A.


Opacity

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

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

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

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

This text has shadow with #0AEC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AEC9A on black background.


Color preview on white background

This text has color #0AEC9A on white background.



Black color preview on #0AEC9A background

This text has black color on #0AEC9A background.


White color preview on #0AEC9A background

This text has white color on #0AEC9A background.