COLOR #09BC4D

HEX: #09BC4D
RGB: (9,188,77)

Color info

#09BC4D contains mainly green color. Web safe color of #09BC4D is #00CC33 (or #0C3).

RGB color model

#09BC4D color RGB value is (9,188,77).

  • red value is 9;
  • green value is 188;
  • blue value is 77.
RGB:
(9,188,77)
(4%,74%,30%)

RGB channels and saturation

R 9 of 255 = 4%
G 188 of 255 = 74%
B 77 of 255 = 30%

9
188
77

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

Portions of RGB colors in percentages

R + G + B =
9 + 188 + 77 = 274 (100%)
R 9 of 274 ~ 3.28%
G 188 of 274 ~ 68.61%
B 77 of 274 ~ 28.1%

%68.61
%28.1

CMYK color model

#09BC4D color CMYK value is (95,0,59,26).

  • cyan value is 95.21%
  • magenta value is 0.00%
  • yellow value is 59.04%
  • key color value is 26.27%
CMYK:
(95,0,59,26)
C95M0Y59K26 
(95%,0%,59%,26%)
(0.95/0.00/0.59/0.26)	

CMYK percentages

%95.21
%0
%59.04
%26.27

Codes

Color #09BC4D in popluar color models

09BC4D
RGB918877
HSL143°90.86%38.63%
HSB/HSV143°95.21%73.73%
CMYK95.21%0.00%59.04%
26.27%

Color #09BC4D in popluar number systems.

HEX09BC4D
Decimal918877
Binary1001101111001001101
Octal11274115

Shades and tints

Shades of #09BC4D

#09BC4D
(9,188,77)
#09AB46
(9,171,70)
#099A3F
(9,154,63)
#098938
(9,137,56)
#097831
(9,120,49)
#09672A
(9,103,42)
#095623
(9,86,35)
#09451C
(9,69,28)
#093415
(9,52,21)
#09230E
(9,35,14)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #09BC4D

#09BC4D
(9,188,77)
#1FC25D
(31,194,93)
#35C86D
(53,200,109)
#4BCE7D
(75,206,125)
#61D48D
(97,212,141)
#77DA9D
(119,218,157)
#8DE0AD
(141,224,173)
#A3E6BD
(163,230,189)
#B9ECCD
(185,236,205)
#CFF2DD
(207,242,221)
#E5F8ED
(229,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09BC4D color. Also use rgb(9,188,77) instead hex code.

Text Font Color

.myTextColor { color: #09BC4D; }

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

This text font color is #09BC4D.


Background Color

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

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

This div background color is #09BC4D.


Border color

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

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

This div border color is #09BC4D.


Opacity

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

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

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

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

This text has shadow with #09BC4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09BC4D on black background.


Color preview on white background

This text has color #09BC4D on white background.



Black color preview on #09BC4D background

This text has black color on #09BC4D background.


White color preview on #09BC4D background

This text has white color on #09BC4D background.