COLOR #0BC06A

HEX: #0BC06A
RGB: (11,192,106)

Color info

#0BC06A contains mainly green color. Web safe color of #0BC06A is #00CC66 (or #0C6).

RGB color model

#0BC06A color RGB value is (11,192,106).

  • red value is 11;
  • green value is 192;
  • blue value is 106.
RGB:
(11,192,106)
(4%,75%,42%)

RGB channels and saturation

R 11 of 255 = 4%
G 192 of 255 = 75%
B 106 of 255 = 42%

11
192
106

R + G + B ~ 40%. #0BC06A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 192 + 106 = 309 (100%)
R 11 of 309 ~ 3.56%
G 192 of 309 ~ 62.14%
B 106 of 309 ~ 34.3%

%62.14
%34.3

CMYK color model

#0BC06A color CMYK value is (94,0,45,25).

  • cyan value is 94.27%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 24.71%
CMYK:
(94,0,45,25)
C94M0Y45K25 
(94%,0%,45%,25%)
(0.94/0.00/0.45/0.25)	

CMYK percentages

%94.27
%0
%44.79
%24.71

Codes

Color #0BC06A in popluar color models

0BC06A
RGB11192106
HSL151°89.16%39.80%
HSB/HSV151°94.27%75.29%
CMYK94.27%0.00%44.79%
24.71%

Color #0BC06A in popluar number systems.

HEX0BC06A
Decimal11192106
Binary1011110000001101010
Octal13300152

Shades and tints

Shades of #0BC06A

#0BC06A
(11,192,106)
#0AAF61
(10,175,97)
#099E58
(9,158,88)
#088D4F
(8,141,79)
#077C46
(7,124,70)
#066B3D
(6,107,61)
#055A34
(5,90,52)
#04492B
(4,73,43)
#033822
(3,56,34)
#022719
(2,39,25)
#011610
(1,22,16)
#000000
(0,0,0)

Tints of #0BC06A

#0BC06A
(11,192,106)
#21C577
(33,197,119)
#37CA84
(55,202,132)
#4DCF91
(77,207,145)
#63D49E
(99,212,158)
#79D9AB
(121,217,171)
#8FDEB8
(143,222,184)
#A5E3C5
(165,227,197)
#BBE8D2
(187,232,210)
#D1EDDF
(209,237,223)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BC06A color. Also use rgb(11,192,106) instead hex code.

Text Font Color

.myTextColor { color: #0BC06A; }

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

This text font color is #0BC06A.


Background Color

.myBgColor { background-color: #0BC06A; }

<div style="background-color:#0BC06A">Inner text</div>

This div background color is #0BC06A.


Border color

.myBorderColor { border: 1px solid #0BC06A; }

<div style="border:3px solid #0BC06A">Div</div>

This div border color is #0BC06A.


Opacity

.myOpacity80 { color: #0BC06A; opacity: 0.8; }

<p style="color:#0BC06A;opacity:0.8;">80%</p>

Text with #0BC06A 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 #0BC06A;}

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

This text has shadow with #0BC06A color.

.textShadow {text-shadow: 3px 3px 1px #0BC06A, 3px 3px 1px red;}

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

This text has shadow with #0BC06A primary color and red secondary color.


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

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

This text has shadow with #0BC06A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BC06A on black background.


Color preview on white background

This text has color #0BC06A on white background.



Black color preview on #0BC06A background

This text has black color on #0BC06A background.


White color preview on #0BC06A background

This text has white color on #0BC06A background.