COLOR #0AEFA6

HEX: #0AEFA6
RGB: (10,239,166)

Color info

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

RGB color model

#0AEFA6 color RGB value is (10,239,166).

  • red value is 10;
  • green value is 239;
  • blue value is 166.
RGB:
(10,239,166)
(4%,94%,65%)

RGB channels and saturation

R 10 of 255 = 4%
G 239 of 255 = 94%
B 166 of 255 = 65%

10
239
166

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

Portions of RGB colors in percentages

R + G + B =
10 + 239 + 166 = 415 (100%)
R 10 of 415 ~ 2.41%
G 239 of 415 ~ 57.59%
B 166 of 415 ~ 40%

%57.59
%40

CMYK color model

#0AEFA6 color CMYK value is (96,0,31,6).

  • cyan value is 95.82%
  • magenta value is 0.00%
  • yellow value is 30.54%
  • key color value is 6.27%
CMYK:
(96,0,31,6)
C96M0Y31K6 
(96%,0%,31%,6%)
(0.96/0.00/0.31/0.06)	

CMYK percentages

%95.82
%0
%30.54
%6.27

Codes

Color #0AEFA6 in popluar color models

0AEFA6
RGB10239166
HSL161°91.97%48.82%
HSB/HSV161°95.82%93.73%
CMYK95.82%0.00%30.54%
6.27%

Color #0AEFA6 in popluar number systems.

HEX0AEFA6
Decimal10239166
Binary10101110111110100110
Octal12357246

Shades and tints

Shades of #0AEFA6

#0AEFA6
(10,239,166)
#0ADA97
(10,218,151)
#0AC588
(10,197,136)
#0AB079
(10,176,121)
#0A9B6A
(10,155,106)
#0A865B
(10,134,91)
#0A714C
(10,113,76)
#0A5C3D
(10,92,61)
#0A472E
(10,71,46)
#0A321F
(10,50,31)
#0A1D10
(10,29,16)
#000000
(0,0,0)

Tints of #0AEFA6

#0AEFA6
(10,239,166)
#20F0AE
(32,240,174)
#36F1B6
(54,241,182)
#4CF2BE
(76,242,190)
#62F3C6
(98,243,198)
#78F4CE
(120,244,206)
#8EF5D6
(142,245,214)
#A4F6DE
(164,246,222)
#BAF7E6
(186,247,230)
#D0F8EE
(208,248,238)
#E6F9F6
(230,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AEFA6 color. Also use rgb(10,239,166) instead hex code.

Text Font Color

.myTextColor { color: #0AEFA6; }

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

This text font color is #0AEFA6.


Background Color

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

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

This div background color is #0AEFA6.


Border color

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

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

This div border color is #0AEFA6.


Opacity

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

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

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

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

This text has shadow with #0AEFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AEFA6 on black background.


Color preview on white background

This text has color #0AEFA6 on white background.



Black color preview on #0AEFA6 background

This text has black color on #0AEFA6 background.


White color preview on #0AEFA6 background

This text has white color on #0AEFA6 background.