COLOR #09BA85

HEX: #09BA85
RGB: (9,186,133)

Color info

#09BA85 contains mainly green and blue colors. Web safe color of #09BA85 is #00CC99 (or #0C9).

RGB color model

#09BA85 color RGB value is (9,186,133).

  • red value is 9;
  • green value is 186;
  • blue value is 133.
RGB:
(9,186,133)
(4%,73%,52%)

RGB channels and saturation

R 9 of 255 = 4%
G 186 of 255 = 73%
B 133 of 255 = 52%

9
186
133

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

Portions of RGB colors in percentages

R + G + B =
9 + 186 + 133 = 328 (100%)
R 9 of 328 ~ 2.74%
G 186 of 328 ~ 56.71%
B 133 of 328 ~ 40.55%

%56.71
%40.55

CMYK color model

#09BA85 color CMYK value is (95,0,28,27).

  • cyan value is 95.16%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 27.06%
CMYK:
(95,0,28,27)
C95M0Y28K27 
(95%,0%,28%,27%)
(0.95/0.00/0.28/0.27)	

CMYK percentages

%95.16
%0
%28.49
%27.06

Codes

Color #09BA85 in popluar color models

09BA85
RGB9186133
HSL162°90.77%38.24%
HSB/HSV162°95.16%72.94%
CMYK95.16%0.00%28.49%
27.06%

Color #09BA85 in popluar number systems.

HEX09BA85
Decimal9186133
Binary10011011101010000101
Octal11272205

Shades and tints

Shades of #09BA85

#09BA85
(9,186,133)
#09AA79
(9,170,121)
#099A6D
(9,154,109)
#098A61
(9,138,97)
#097A55
(9,122,85)
#096A49
(9,106,73)
#095A3D
(9,90,61)
#094A31
(9,74,49)
#093A25
(9,58,37)
#092A19
(9,42,25)
#091A0D
(9,26,13)
#000000
(0,0,0)

Tints of #09BA85

#09BA85
(9,186,133)
#1FC090
(31,192,144)
#35C69B
(53,198,155)
#4BCCA6
(75,204,166)
#61D2B1
(97,210,177)
#77D8BC
(119,216,188)
#8DDEC7
(141,222,199)
#A3E4D2
(163,228,210)
#B9EADD
(185,234,221)
#CFF0E8
(207,240,232)
#E5F6F3
(229,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09BA85 color. Also use rgb(9,186,133) instead hex code.

Text Font Color

.myTextColor { color: #09BA85; }

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

This text font color is #09BA85.


Background Color

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

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

This div background color is #09BA85.


Border color

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

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

This div border color is #09BA85.


Opacity

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

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

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

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

This text has shadow with #09BA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09BA85 on black background.


Color preview on white background

This text has color #09BA85 on white background.



Black color preview on #09BA85 background

This text has black color on #09BA85 background.


White color preview on #09BA85 background

This text has white color on #09BA85 background.