COLOR #0CA272

HEX: #0CA272
RGB: (12,162,114)

Color info

#0CA272 contains mainly green and blue colors. Web safe color of #0CA272 is #009966 (or #096).

RGB color model

#0CA272 color RGB value is (12,162,114).

  • red value is 12;
  • green value is 162;
  • blue value is 114.
RGB:
(12,162,114)
(5%,64%,45%)

RGB channels and saturation

R 12 of 255 = 5%
G 162 of 255 = 64%
B 114 of 255 = 45%

12
162
114

R + G + B ~ 38%. #0CA272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 162 + 114 = 288 (100%)
R 12 of 288 ~ 4.17%
G 162 of 288 ~ 56.25%
B 114 of 288 ~ 39.58%

%56.25
%39.58

CMYK color model

#0CA272 color CMYK value is (93,0,30,36).

  • cyan value is 92.59%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 36.47%
CMYK:
(93,0,30,36)
C93M0Y30K36 
(93%,0%,30%,36%)
(0.93/0.00/0.30/0.36)	

CMYK percentages

%92.59
%0
%29.63
%36.47

Codes

Color #0CA272 in popluar color models

0CA272
RGB12162114
HSL161°86.21%34.12%
HSB/HSV161°92.59%63.53%
CMYK92.59%0.00%29.63%
36.47%

Color #0CA272 in popluar number systems.

HEX0CA272
Decimal12162114
Binary1100101000101110010
Octal14242162

Shades and tints

Shades of #0CA272

#0CA272
(12,162,114)
#0B9468
(11,148,104)
#0A865E
(10,134,94)
#097854
(9,120,84)
#086A4A
(8,106,74)
#075C40
(7,92,64)
#064E36
(6,78,54)
#05402C
(5,64,44)
#043222
(4,50,34)
#032418
(3,36,24)
#02160E
(2,22,14)
#000000
(0,0,0)

Tints of #0CA272

#0CA272
(12,162,114)
#22AA7E
(34,170,126)
#38B28A
(56,178,138)
#4EBA96
(78,186,150)
#64C2A2
(100,194,162)
#7ACAAE
(122,202,174)
#90D2BA
(144,210,186)
#A6DAC6
(166,218,198)
#BCE2D2
(188,226,210)
#D2EADE
(210,234,222)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CA272 color. Also use rgb(12,162,114) instead hex code.

Text Font Color

.myTextColor { color: #0CA272; }

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

This text font color is #0CA272.


Background Color

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

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

This div background color is #0CA272.


Border color

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

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

This div border color is #0CA272.


Opacity

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

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

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

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

This text has shadow with #0CA272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CA272 on black background.


Color preview on white background

This text has color #0CA272 on white background.



Black color preview on #0CA272 background

This text has black color on #0CA272 background.


White color preview on #0CA272 background

This text has white color on #0CA272 background.