COLOR #0CAB02

HEX: #0CAB02 RGB: (12,171,2)

Color info

#0CAB02 contains mainly green color. Web safe color of #0CAB02 is #009900 (or #090).

RGB color model

#0CAB02 color RGB value is (12,171,2).

RGB: (12,171,2) (5%, 67%, 1%)

RGB channels and saturation

R 12 of 255 = 5%
G 171 of 255 = 67%
B 2 of 255 = 1%

12
171
2

R + G + B ~ 24%. #0CAB02 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 171 + 2 = 185 (100%)
R 12 of 185 ~ 6.49%
G 171 of 185 ~ 92.43%
B 2 of 185 ~ 1.08'%

%92.43

CMYK color model

#0CAB02 color CMYK value is (93,0,99,33).

  • cyan value is 92.98%
  • magenta value is 0.00%
  • yellow value is 98.83%
  • key color value is 32.94%
CMYK: (93,0,99,33) C93M0Y99K33 (93%,0%,99%,33%) (0.93/0.00/0.99/0.33) 

CMYK percentages

%92.98
%0
%98.83
%32.94

Codes

Color #0CAB02 in popluar color models

0C AB 02
RGB 12 171 2
HSL 116° 97.69% 33.92%
HSB/HSV 116° 98.83% 67.06%
CMYK 92.98% 0.00% 98.83%
32.94%

Color #0CAB02 in popluar number systems.

HEX 0C AB 02
Decimal 12 171 2
Binary 1100 10101011 10
Octal 14 253 2

Shades and tints

Shades of #0CAB02

#0CAB02
(12,171,2)
#0B9C02
(11,156,2)
#0A8D02
(10,141,2)
#097E02
(9,126,2)
#086F02
(8,111,2)
#076002
(7,96,2)
#065102
(6,81,2)
#054202
(5,66,2)
#043302
(4,51,2)
#032402
(3,36,2)
#021502
(2,21,2)
#000000
(0,0,0)

Tints of #0CAB02

#0CAB02
(12,171,2)
#22B219
(34,178,25)
#38B930
(56,185,48)
#4EC047
(78,192,71)
#64C75E
(100,199,94)
#7ACE75
(122,206,117)
#90D58C
(144,213,140)
#A6DCA3
(166,220,163)
#BCE3BA
(188,227,186)
#D2EAD1
(210,234,209)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CAB02 color. Also use rgb(12,171,2) instead hex code.

Text Font Color

.myTextColor { color: #0CAB02; }

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

This text font color is #0CAB02.

Background Color

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

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

This div background color is #0CAB02.

Border color

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

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

This div border color is #0CAB02.

Opacity

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

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

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

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

This text has shadow with #0CAB02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0CAB02.

Preview

Color preview on black background

This text has color #0CAB02 on black background.


Color preview on white background

This text has color #0CAB02 on white background.


Black color preview on #0CAB02 background

This text has black color on #0CAB02 background.


White color preview on #0CAB02 background

This text has white color on #0CAB02 background.


Related colors

Complementary color

Complementary color for #hex is #F354FD.


I love getcolorcode.com

Triadic colors

1 #020CAB and #AB020C with #0CAB02 are triadic colors.

2 #02AB0C and #AB0C02 with #0CAB02 are triadic colors.