COLOR #0CB66B

HEX: #0CB66B RGB: (12,182,107)

Color info

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

RGB color model

#0CB66B color RGB value is (12,182,107).

RGB: (12,182,107) (5%, 71%, 42%)

RGB channels and saturation

R 12 of 255 = 5%
G 182 of 255 = 71%
B 107 of 255 = 42%

12
182
107

R + G + B ~ 39%. #0CB66B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 182 + 107 = 301 (100%)
R 12 of 301 ~ 3.99%
G 182 of 301 ~ 60.47%
B 107 of 301 ~ 35.55'%

%60.47
%35.55

CMYK color model

#0CB66B color CMYK value is (93,0,41,29).

  • cyan value is 93.41%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 28.63%

CMYK: (93,0,41,29)
C93M0Y41K29 (93%, 0%, 41%, 29%)
(0.93 / 0.00 / 0.41 / 0.29)

CMYK percentages

%93.41
%0
%41.21
%28.63

Codes

Color #0CB66B in popluar color models

0C B6 6B
RGB 12 182 107
HSL 154° 87.63% 38.04%
HSB/HSV 154° 93.41% 71.37%
CMYK 93.41% 0.00% 41.21%
28.63%

Color #0CB66B in popluar number systems.

HEX 0C B6 6B
Decimal 12 182 107
Binary 1100 10110110 1101011
Octal 14 266 153

Shades and tints

Shades of #0CB66B

#0CB66B
(12,182,107)
#0BA662
(11,166,98)
#0A9659
(10,150,89)
#098650
(9,134,80)
#087647
(8,118,71)
#07663E
(7,102,62)
#065635
(6,86,53)
#05462C
(5,70,44)
#043623
(4,54,35)
#03261A
(3,38,26)
#021611
(2,22,17)
#000000
(0,0,0)

Tints of #0CB66B

#0CB66B
(12,182,107)
#22BC78
(34,188,120)
#38C285
(56,194,133)
#4EC892
(78,200,146)
#64CE9F
(100,206,159)
#7AD4AC
(122,212,172)
#90DAB9
(144,218,185)
#A6E0C6
(166,224,198)
#BCE6D3
(188,230,211)
#D2ECE0
(210,236,224)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CB66B color. Also use rgb(12,182,107) instead hex code.

Text Font Color

.myTextColor { color: #0CB66B; }

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

This text font color is #0CB66B.

Background Color

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

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

This div background color is #0CB66B.

Border color

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

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

This div border color is #0CB66B.

Opacity

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

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

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

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

This text has shadow with #0CB66B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0CB66B.

Preview

Color preview on black background

This text has color #0CB66B on black background.


Color preview on white background

This text has color #0CB66B on white background.


Black color preview on #0CB66B background

This text has black color on #0CB66B background.


White color preview on #0CB66B background

This text has white color on #0CB66B background.


Related colors

Complementary color

Complementary color for #hex is #F34994.


I love getcolorcode.com

Triadic colors

1 #6B0CB6 and #B66B0C with #0CB66B are triadic colors.

2 #6BB60C and #B60C6B with #0CB66B are triadic colors.