COLOR #09B05C

HEX: #09B05C
RGB: (9,176,92)

Color info

#09B05C contains mainly green color. Web safe color of #09B05C is #009966 (or #096).

RGB color model

#09B05C color RGB value is (9,176,92).

  • red value is 9;
  • green value is 176;
  • blue value is 92.
RGB:
(9,176,92)
(4%,69%,36%)

RGB channels and saturation

R 9 of 255 = 4%
G 176 of 255 = 69%
B 92 of 255 = 36%

9
176
92

R + G + B ~ 36%. #09B05C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 176 + 92 = 277 (100%)
R 9 of 277 ~ 3.25%
G 176 of 277 ~ 63.54%
B 92 of 277 ~ 33.21%

%63.54
%33.21

CMYK color model

#09B05C color CMYK value is (95,0,48,31).

  • cyan value is 94.89%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 30.98%
CMYK:
(95,0,48,31)
C95M0Y48K31 
(95%,0%,48%,31%)
(0.95/0.00/0.48/0.31)	

CMYK percentages

%94.89
%0
%47.73
%30.98

Codes

Color #09B05C in popluar color models

09B05C
RGB917692
HSL150°90.27%36.27%
HSB/HSV150°94.89%69.02%
CMYK94.89%0.00%47.73%
30.98%

Color #09B05C in popluar number systems.

HEX09B05C
Decimal917692
Binary1001101100001011100
Octal11260134

Shades and tints

Shades of #09B05C

#09B05C
(9,176,92)
#09A054
(9,160,84)
#09904C
(9,144,76)
#098044
(9,128,68)
#09703C
(9,112,60)
#096034
(9,96,52)
#09502C
(9,80,44)
#094024
(9,64,36)
#09301C
(9,48,28)
#092014
(9,32,20)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #09B05C

#09B05C
(9,176,92)
#1FB76A
(31,183,106)
#35BE78
(53,190,120)
#4BC586
(75,197,134)
#61CC94
(97,204,148)
#77D3A2
(119,211,162)
#8DDAB0
(141,218,176)
#A3E1BE
(163,225,190)
#B9E8CC
(185,232,204)
#CFEFDA
(207,239,218)
#E5F6E8
(229,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09B05C color. Also use rgb(9,176,92) instead hex code.

Text Font Color

.myTextColor { color: #09B05C; }

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

This text font color is #09B05C.


Background Color

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

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

This div background color is #09B05C.


Border color

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

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

This div border color is #09B05C.


Opacity

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

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

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

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

This text has shadow with #09B05C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09B05C on black background.


Color preview on white background

This text has color #09B05C on white background.



Black color preview on #09B05C background

This text has black color on #09B05C background.


White color preview on #09B05C background

This text has white color on #09B05C background.