COLOR #0AB311

HEX: #0AB311
RGB: (10,179,17)

Color info

#0AB311 contains mainly green color. Web safe color of #0AB311 is #009900 (or #090).

RGB color model

#0AB311 color RGB value is (10,179,17).

  • red value is 10;
  • green value is 179;
  • blue value is 17.
RGB:
(10,179,17)
(4%,70%,7%)

RGB channels and saturation

R 10 of 255 = 4%
G 179 of 255 = 70%
B 17 of 255 = 7%

10
179
17

R + G + B ~ 27%. #0AB311 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 179 + 17 = 206 (100%)
R 10 of 206 ~ 4.85%
G 179 of 206 ~ 86.89%
B 17 of 206 ~ 8.25%

%86.89

CMYK color model

#0AB311 color CMYK value is (94,0,91,30).

  • cyan value is 94.41%
  • magenta value is 0.00%
  • yellow value is 90.50%
  • key color value is 29.80%
CMYK:
(94,0,91,30)
C94M0Y91K30 
(94%,0%,91%,30%)
(0.94/0.00/0.91/0.30)	

CMYK percentages

%94.41
%0
%90.5
%29.8

Codes

Color #0AB311 in popluar color models

0AB311
RGB1017917
HSL122°89.42%37.06%
HSB/HSV122°94.41%70.20%
CMYK94.41%0.00%90.50%
29.80%

Color #0AB311 in popluar number systems.

HEX0AB311
Decimal1017917
Binary10101011001110001
Octal1226321

Shades and tints

Shades of #0AB311

#0AB311
(10,179,17)
#0AA310
(10,163,16)
#0A930F
(10,147,15)
#0A830E
(10,131,14)
#0A730D
(10,115,13)
#0A630C
(10,99,12)
#0A530B
(10,83,11)
#0A430A
(10,67,10)
#0A3309
(10,51,9)
#0A2308
(10,35,8)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #0AB311

#0AB311
(10,179,17)
#20B926
(32,185,38)
#36BF3B
(54,191,59)
#4CC550
(76,197,80)
#62CB65
(98,203,101)
#78D17A
(120,209,122)
#8ED78F
(142,215,143)
#A4DDA4
(164,221,164)
#BAE3B9
(186,227,185)
#D0E9CE
(208,233,206)
#E6EFE3
(230,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AB311 color. Also use rgb(10,179,17) instead hex code.

Text Font Color

.myTextColor { color: #0AB311; }

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

This text font color is #0AB311.


Background Color

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

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

This div background color is #0AB311.


Border color

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

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

This div border color is #0AB311.


Opacity

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

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

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

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

This text has shadow with #0AB311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AB311 on black background.


Color preview on white background

This text has color #0AB311 on white background.



Black color preview on #0AB311 background

This text has black color on #0AB311 background.


White color preview on #0AB311 background

This text has white color on #0AB311 background.