COLOR #09AB82

HEX: #09AB82
RGB: (9,171,130)

Color info

#09AB82 contains mainly green and blue colors. Web safe color of #09AB82 is #009999 (or #099).

RGB color model

#09AB82 color RGB value is (9,171,130).

  • red value is 9;
  • green value is 171;
  • blue value is 130.
RGB:
(9,171,130)
(4%,67%,51%)

RGB channels and saturation

R 9 of 255 = 4%
G 171 of 255 = 67%
B 130 of 255 = 51%

9
171
130

R + G + B ~ 41%. #09AB82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 171 + 130 = 310 (100%)
R 9 of 310 ~ 2.9%
G 171 of 310 ~ 55.16%
B 130 of 310 ~ 41.94%

%55.16
%41.94

CMYK color model

#09AB82 color CMYK value is (95,0,24,33).

  • cyan value is 94.74%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 32.94%
CMYK:
(95,0,24,33)
C95M0Y24K33 
(95%,0%,24%,33%)
(0.95/0.00/0.24/0.33)	

CMYK percentages

%94.74
%0
%23.98
%32.94

Codes

Color #09AB82 in popluar color models

09AB82
RGB9171130
HSL165°90.00%35.29%
HSB/HSV165°94.74%67.06%
CMYK94.74%0.00%23.98%
32.94%

Color #09AB82 in popluar number systems.

HEX09AB82
Decimal9171130
Binary10011010101110000010
Octal11253202

Shades and tints

Shades of #09AB82

#09AB82
(9,171,130)
#099C77
(9,156,119)
#098D6C
(9,141,108)
#097E61
(9,126,97)
#096F56
(9,111,86)
#09604B
(9,96,75)
#095140
(9,81,64)
#094235
(9,66,53)
#09332A
(9,51,42)
#09241F
(9,36,31)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #09AB82

#09AB82
(9,171,130)
#1FB28D
(31,178,141)
#35B998
(53,185,152)
#4BC0A3
(75,192,163)
#61C7AE
(97,199,174)
#77CEB9
(119,206,185)
#8DD5C4
(141,213,196)
#A3DCCF
(163,220,207)
#B9E3DA
(185,227,218)
#CFEAE5
(207,234,229)
#E5F1F0
(229,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09AB82 color. Also use rgb(9,171,130) instead hex code.

Text Font Color

.myTextColor { color: #09AB82; }

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

This text font color is #09AB82.


Background Color

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

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

This div background color is #09AB82.


Border color

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

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

This div border color is #09AB82.


Opacity

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

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

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

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

This text has shadow with #09AB82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09AB82 on black background.


Color preview on white background

This text has color #09AB82 on white background.



Black color preview on #09AB82 background

This text has black color on #09AB82 background.


White color preview on #09AB82 background

This text has white color on #09AB82 background.