COLOR #0AF386

HEX: #0AF386
RGB: (10,243,134)

Color info

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

RGB color model

#0AF386 color RGB value is (10,243,134).

  • red value is 10;
  • green value is 243;
  • blue value is 134.
RGB:
(10,243,134)
(4%,95%,53%)

RGB channels and saturation

R 10 of 255 = 4%
G 243 of 255 = 95%
B 134 of 255 = 53%

10
243
134

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

Portions of RGB colors in percentages

R + G + B =
10 + 243 + 134 = 387 (100%)
R 10 of 387 ~ 2.58%
G 243 of 387 ~ 62.79%
B 134 of 387 ~ 34.63%

%62.79
%34.63

CMYK color model

#0AF386 color CMYK value is (96,0,45,5).

  • cyan value is 95.88%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 4.71%
CMYK:
(96,0,45,5)
C96M0Y45K5 
(96%,0%,45%,5%)
(0.96/0.00/0.45/0.05)	

CMYK percentages

%95.88
%0
%44.86
%4.71

Codes

Color #0AF386 in popluar color models

0AF386
RGB10243134
HSL152°92.09%49.61%
HSB/HSV152°95.88%95.29%
CMYK95.88%0.00%44.86%
4.71%

Color #0AF386 in popluar number systems.

HEX0AF386
Decimal10243134
Binary10101111001110000110
Octal12363206

Shades and tints

Shades of #0AF386

#0AF386
(10,243,134)
#0ADD7A
(10,221,122)
#0AC76E
(10,199,110)
#0AB162
(10,177,98)
#0A9B56
(10,155,86)
#0A854A
(10,133,74)
#0A6F3E
(10,111,62)
#0A5932
(10,89,50)
#0A4326
(10,67,38)
#0A2D1A
(10,45,26)
#0A170E
(10,23,14)
#000000
(0,0,0)

Tints of #0AF386

#0AF386
(10,243,134)
#20F491
(32,244,145)
#36F59C
(54,245,156)
#4CF6A7
(76,246,167)
#62F7B2
(98,247,178)
#78F8BD
(120,248,189)
#8EF9C8
(142,249,200)
#A4FAD3
(164,250,211)
#BAFBDE
(186,251,222)
#D0FCE9
(208,252,233)
#E6FDF4
(230,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AF386 color. Also use rgb(10,243,134) instead hex code.

Text Font Color

.myTextColor { color: #0AF386; }

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

This text font color is #0AF386.


Background Color

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

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

This div background color is #0AF386.


Border color

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

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

This div border color is #0AF386.


Opacity

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

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

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

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

This text has shadow with #0AF386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AF386 on black background.


Color preview on white background

This text has color #0AF386 on white background.



Black color preview on #0AF386 background

This text has black color on #0AF386 background.


White color preview on #0AF386 background

This text has white color on #0AF386 background.