COLOR #0AF9A0

HEX: #0AF9A0
RGB: (10,249,160)

Color info

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

RGB color model

#0AF9A0 color RGB value is (10,249,160).

  • red value is 10;
  • green value is 249;
  • blue value is 160.
RGB:
(10,249,160)
(4%,98%,63%)

RGB channels and saturation

R 10 of 255 = 4%
G 249 of 255 = 98%
B 160 of 255 = 63%

10
249
160

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

Portions of RGB colors in percentages

R + G + B =
10 + 249 + 160 = 419 (100%)
R 10 of 419 ~ 2.39%
G 249 of 419 ~ 59.43%
B 160 of 419 ~ 38.19%

%59.43
%38.19

CMYK color model

#0AF9A0 color CMYK value is (96,0,36,2).

  • cyan value is 95.98%
  • magenta value is 0.00%
  • yellow value is 35.74%
  • key color value is 2.35%
CMYK:
(96,0,36,2)
C96M0Y36K2 
(96%,0%,36%,2%)
(0.96/0.00/0.36/0.02)	

CMYK percentages

%95.98
%0
%35.74
%2.35

Codes

Color #0AF9A0 in popluar color models

0AF9A0
RGB10249160
HSL158°95.22%50.78%
HSB/HSV158°95.98%97.65%
CMYK95.98%0.00%35.74%
2.35%

Color #0AF9A0 in popluar number systems.

HEX0AF9A0
Decimal10249160
Binary10101111100110100000
Octal12371240

Shades and tints

Shades of #0AF9A0

#0AF9A0
(10,249,160)
#0AE392
(10,227,146)
#0ACD84
(10,205,132)
#0AB776
(10,183,118)
#0AA168
(10,161,104)
#0A8B5A
(10,139,90)
#0A754C
(10,117,76)
#0A5F3E
(10,95,62)
#0A4930
(10,73,48)
#0A3322
(10,51,34)
#0A1D14
(10,29,20)
#000000
(0,0,0)

Tints of #0AF9A0

#0AF9A0
(10,249,160)
#20F9A8
(32,249,168)
#36F9B0
(54,249,176)
#4CF9B8
(76,249,184)
#62F9C0
(98,249,192)
#78F9C8
(120,249,200)
#8EF9D0
(142,249,208)
#A4F9D8
(164,249,216)
#BAF9E0
(186,249,224)
#D0F9E8
(208,249,232)
#E6F9F0
(230,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AF9A0 color. Also use rgb(10,249,160) instead hex code.

Text Font Color

.myTextColor { color: #0AF9A0; }

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

This text font color is #0AF9A0.


Background Color

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

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

This div background color is #0AF9A0.


Border color

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

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

This div border color is #0AF9A0.


Opacity

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

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

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

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

This text has shadow with #0AF9A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AF9A0 on black background.


Color preview on white background

This text has color #0AF9A0 on white background.



Black color preview on #0AF9A0 background

This text has black color on #0AF9A0 background.


White color preview on #0AF9A0 background

This text has white color on #0AF9A0 background.