COLOR #09A67B

HEX: #09A67B
RGB: (9,166,123)

Color info

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

RGB color model

#09A67B color RGB value is (9,166,123).

  • red value is 9;
  • green value is 166;
  • blue value is 123.
RGB:
(9,166,123)
(4%,65%,48%)

RGB channels and saturation

R 9 of 255 = 4%
G 166 of 255 = 65%
B 123 of 255 = 48%

9
166
123

R + G + B ~ 39%. #09A67B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 166 + 123 = 298 (100%)
R 9 of 298 ~ 3.02%
G 166 of 298 ~ 55.7%
B 123 of 298 ~ 41.28%

%55.7
%41.28

CMYK color model

#09A67B color CMYK value is (95,0,26,35).

  • cyan value is 94.58%
  • magenta value is 0.00%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(95,0,26,35)
C95M0Y26K35 
(95%,0%,26%,35%)
(0.95/0.00/0.26/0.35)	

CMYK percentages

%94.58
%0
%25.9
%34.9

Codes

Color #09A67B in popluar color models

09A67B
RGB9166123
HSL164°89.71%34.31%
HSB/HSV164°94.58%65.10%
CMYK94.58%0.00%25.90%
34.90%

Color #09A67B in popluar number systems.

HEX09A67B
Decimal9166123
Binary1001101001101111011
Octal11246173

Shades and tints

Shades of #09A67B

#09A67B
(9,166,123)
#099770
(9,151,112)
#098865
(9,136,101)
#09795A
(9,121,90)
#096A4F
(9,106,79)
#095B44
(9,91,68)
#094C39
(9,76,57)
#093D2E
(9,61,46)
#092E23
(9,46,35)
#091F18
(9,31,24)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #09A67B

#09A67B
(9,166,123)
#1FAE87
(31,174,135)
#35B693
(53,182,147)
#4BBE9F
(75,190,159)
#61C6AB
(97,198,171)
#77CEB7
(119,206,183)
#8DD6C3
(141,214,195)
#A3DECF
(163,222,207)
#B9E6DB
(185,230,219)
#CFEEE7
(207,238,231)
#E5F6F3
(229,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09A67B color. Also use rgb(9,166,123) instead hex code.

Text Font Color

.myTextColor { color: #09A67B; }

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

This text font color is #09A67B.


Background Color

.myBgColor { background-color: #09A67B; }

<div style="background-color:#09A67B">Inner text</div>

This div background color is #09A67B.


Border color

.myBorderColor { border: 1px solid #09A67B; }

<div style="border:3px solid #09A67B">Div</div>

This div border color is #09A67B.


Opacity

.myOpacity80 { color: #09A67B; opacity: 0.8; }

<p style="color:#09A67B;opacity:0.8;">80%</p>

Text with #09A67B 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 #09A67B;}

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

This text has shadow with #09A67B color.

.textShadow {text-shadow: 3px 3px 1px #09A67B, 3px 3px 1px red;}

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

This text has shadow with #09A67B primary color and red secondary color.


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

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

This text has shadow with #09A67B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09A67B on black background.


Color preview on white background

This text has color #09A67B on white background.



Black color preview on #09A67B background

This text has black color on #09A67B background.


White color preview on #09A67B background

This text has white color on #09A67B background.