COLOR #0A956A

HEX: #0A956A
RGB: (10,149,106)

Color info

#0A956A contains mainly green and blue colors. Web safe color of #0A956A is #009966 (or #096).

RGB color model

#0A956A color RGB value is (10,149,106).

  • red value is 10;
  • green value is 149;
  • blue value is 106.
RGB:
(10,149,106)
(4%,58%,42%)

RGB channels and saturation

R 10 of 255 = 4%
G 149 of 255 = 58%
B 106 of 255 = 42%

10
149
106

R + G + B ~ 35%. #0A956A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 149 + 106 = 265 (100%)
R 10 of 265 ~ 3.77%
G 149 of 265 ~ 56.23%
B 106 of 265 ~ 40%

%56.23
%40

CMYK color model

#0A956A color CMYK value is (93,0,29,42).

  • cyan value is 93.29%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(93,0,29,42)
C93M0Y29K42 
(93%,0%,29%,42%)
(0.93/0.00/0.29/0.42)	

CMYK percentages

%93.29
%0
%28.86
%41.57

Codes

Color #0A956A in popluar color models

0A956A
RGB10149106
HSL161°87.42%31.18%
HSB/HSV161°93.29%58.43%
CMYK93.29%0.00%28.86%
41.57%

Color #0A956A in popluar number systems.

HEX0A956A
Decimal10149106
Binary1010100101011101010
Octal12225152

Shades and tints

Shades of #0A956A

#0A956A
(10,149,106)
#0A8861
(10,136,97)
#0A7B58
(10,123,88)
#0A6E4F
(10,110,79)
#0A6146
(10,97,70)
#0A543D
(10,84,61)
#0A4734
(10,71,52)
#0A3A2B
(10,58,43)
#0A2D22
(10,45,34)
#0A2019
(10,32,25)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #0A956A

#0A956A
(10,149,106)
#209E77
(32,158,119)
#36A784
(54,167,132)
#4CB091
(76,176,145)
#62B99E
(98,185,158)
#78C2AB
(120,194,171)
#8ECBB8
(142,203,184)
#A4D4C5
(164,212,197)
#BADDD2
(186,221,210)
#D0E6DF
(208,230,223)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A956A color. Also use rgb(10,149,106) instead hex code.

Text Font Color

.myTextColor { color: #0A956A; }

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

This text font color is #0A956A.


Background Color

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

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

This div background color is #0A956A.


Border color

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

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

This div border color is #0A956A.


Opacity

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

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

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

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

This text has shadow with #0A956A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A956A on black background.


Color preview on white background

This text has color #0A956A on white background.



Black color preview on #0A956A background

This text has black color on #0A956A background.


White color preview on #0A956A background

This text has white color on #0A956A background.