COLOR #0A9749

HEX: #0A9749
RGB: (10,151,73)

Color info

#0A9749 contains mainly green color. Web safe color of #0A9749 is #009933 (or #093).

RGB color model

#0A9749 color RGB value is (10,151,73).

  • red value is 10;
  • green value is 151;
  • blue value is 73.
RGB:
(10,151,73)
(4%,59%,29%)

RGB channels and saturation

R 10 of 255 = 4%
G 151 of 255 = 59%
B 73 of 255 = 29%

10
151
73

R + G + B ~ 31%. #0A9749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 151 + 73 = 234 (100%)
R 10 of 234 ~ 4.27%
G 151 of 234 ~ 64.53%
B 73 of 234 ~ 31.2%

%64.53
%31.2

CMYK color model

#0A9749 color CMYK value is (93,0,52,41).

  • cyan value is 93.38%
  • magenta value is 0.00%
  • yellow value is 51.66%
  • key color value is 40.78%
CMYK:
(93,0,52,41)
C93M0Y52K41 
(93%,0%,52%,41%)
(0.93/0.00/0.52/0.41)	

CMYK percentages

%93.38
%0
%51.66
%40.78

Codes

Color #0A9749 in popluar color models

0A9749
RGB1015173
HSL147°87.58%31.57%
HSB/HSV147°93.38%59.22%
CMYK93.38%0.00%51.66%
40.78%

Color #0A9749 in popluar number systems.

HEX0A9749
Decimal1015173
Binary1010100101111001001
Octal12227111

Shades and tints

Shades of #0A9749

#0A9749
(10,151,73)
#0A8A43
(10,138,67)
#0A7D3D
(10,125,61)
#0A7037
(10,112,55)
#0A6331
(10,99,49)
#0A562B
(10,86,43)
#0A4925
(10,73,37)
#0A3C1F
(10,60,31)
#0A2F19
(10,47,25)
#0A2213
(10,34,19)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #0A9749

#0A9749
(10,151,73)
#20A059
(32,160,89)
#36A969
(54,169,105)
#4CB279
(76,178,121)
#62BB89
(98,187,137)
#78C499
(120,196,153)
#8ECDA9
(142,205,169)
#A4D6B9
(164,214,185)
#BADFC9
(186,223,201)
#D0E8D9
(208,232,217)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A9749 color. Also use rgb(10,151,73) instead hex code.

Text Font Color

.myTextColor { color: #0A9749; }

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

This text font color is #0A9749.


Background Color

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

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

This div background color is #0A9749.


Border color

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

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

This div border color is #0A9749.


Opacity

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

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

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

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

This text has shadow with #0A9749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A9749 on black background.


Color preview on white background

This text has color #0A9749 on white background.



Black color preview on #0A9749 background

This text has black color on #0A9749 background.


White color preview on #0A9749 background

This text has white color on #0A9749 background.