COLOR #0CAA54

HEX: #0CAA54
RGB: (12,170,84)

Color info

#0CAA54 contains mainly green color. Web safe color of #0CAA54 is #009966 (or #096).

RGB color model

#0CAA54 color RGB value is (12,170,84).

  • red value is 12;
  • green value is 170;
  • blue value is 84.
RGB:
(12,170,84)
(5%,67%,33%)

RGB channels and saturation

R 12 of 255 = 5%
G 170 of 255 = 67%
B 84 of 255 = 33%

12
170
84

R + G + B ~ 35%. #0CAA54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 170 + 84 = 266 (100%)
R 12 of 266 ~ 4.51%
G 170 of 266 ~ 63.91%
B 84 of 266 ~ 31.58%

%63.91
%31.58

CMYK color model

#0CAA54 color CMYK value is (93,0,51,33).

  • cyan value is 92.94%
  • magenta value is 0.00%
  • yellow value is 50.59%
  • key color value is 33.33%
CMYK:
(93,0,51,33)
C93M0Y51K33 
(93%,0%,51%,33%)
(0.93/0.00/0.51/0.33)	

CMYK percentages

%92.94
%0
%50.59
%33.33

Codes

Color #0CAA54 in popluar color models

0CAA54
RGB1217084
HSL147°86.81%35.69%
HSB/HSV147°92.94%66.67%
CMYK92.94%0.00%50.59%
33.33%

Color #0CAA54 in popluar number systems.

HEX0CAA54
Decimal1217084
Binary1100101010101010100
Octal14252124

Shades and tints

Shades of #0CAA54

#0CAA54
(12,170,84)
#0B9B4D
(11,155,77)
#0A8C46
(10,140,70)
#097D3F
(9,125,63)
#086E38
(8,110,56)
#075F31
(7,95,49)
#06502A
(6,80,42)
#054123
(5,65,35)
#04321C
(4,50,28)
#032315
(3,35,21)
#02140E
(2,20,14)
#000000
(0,0,0)

Tints of #0CAA54

#0CAA54
(12,170,84)
#22B163
(34,177,99)
#38B872
(56,184,114)
#4EBF81
(78,191,129)
#64C690
(100,198,144)
#7ACD9F
(122,205,159)
#90D4AE
(144,212,174)
#A6DBBD
(166,219,189)
#BCE2CC
(188,226,204)
#D2E9DB
(210,233,219)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CAA54 color. Also use rgb(12,170,84) instead hex code.

Text Font Color

.myTextColor { color: #0CAA54; }

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

This text font color is #0CAA54.


Background Color

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

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

This div background color is #0CAA54.


Border color

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

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

This div border color is #0CAA54.


Opacity

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

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

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

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

This text has shadow with #0CAA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CAA54 on black background.


Color preview on white background

This text has color #0CAA54 on white background.



Black color preview on #0CAA54 background

This text has black color on #0CAA54 background.


White color preview on #0CAA54 background

This text has white color on #0CAA54 background.