COLOR #12CC00

HEX: #12CC00
RGB: (18,204,0)

Color info

#12CC00 contains mainly green color. Web safe color of #12CC00 is #00CC00 (or #0C0).

RGB color model

#12CC00 color RGB value is (18,204,0).

  • red value is 18;
  • green value is 204;
  • blue value is 0.
RGB:
(18,204,0)
(7%,80%,0%)

RGB channels and saturation

R 18 of 255 = 7%
G 204 of 255 = 80%
B 0 of 255 = 0%

18
204
0

R + G + B ~ 29%. #12CC00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 204 + 0 = 222 (100%)
R 18 of 222 ~ 8.11%
G 204 of 222 ~ 91.89%
B 0 of 222 ~ 0%

%91.89

CMYK color model

#12CC00 color CMYK value is (91,0,100,20).

  • cyan value is 91.18%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 20.00%
CMYK:
(91,0,100,20)
C91M0Y100K20 
(91%,0%,100%,20%)
(0.91/0.00/1.00/0.20)	

CMYK percentages

%91.18
%0
%100
%20

Codes

Color #12CC00 in popluar color models

12CC00
RGB182040
HSL115°100.00%40.00%
HSB/HSV115°100.00%80.00%
CMYK91.18%0.00%100.00%
20.00%

Color #12CC00 in popluar number systems.

HEX12CC00
Decimal182040
Binary10010110011000
Octal223140

Shades and tints

Shades of #12CC00

#12CC00
(18,204,0)
#11BA00
(17,186,0)
#10A800
(16,168,0)
#0F9600
(15,150,0)
#0E8400
(14,132,0)
#0D7200
(13,114,0)
#0C6000
(12,96,0)
#0B4E00
(11,78,0)
#0A3C00
(10,60,0)
#092A00
(9,42,0)
#081800
(8,24,0)
#000000
(0,0,0)

Tints of #12CC00

#12CC00
(18,204,0)
#27D017
(39,208,23)
#3CD42E
(60,212,46)
#51D845
(81,216,69)
#66DC5C
(102,220,92)
#7BE073
(123,224,115)
#90E48A
(144,228,138)
#A5E8A1
(165,232,161)
#BAECB8
(186,236,184)
#CFF0CF
(207,240,207)
#E4F4E6
(228,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12CC00 color. Also use rgb(18,204,0) instead hex code.

Text Font Color

.myTextColor { color: #12CC00; }

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

This text font color is #12CC00.


Background Color

.myBgColor { background-color: #12CC00; }

<div style="background-color:#12CC00">Inner text</div>

This div background color is #12CC00.


Border color

.myBorderColor { border: 1px solid #12CC00; }

<div style="border:3px solid #12CC00">Div</div>

This div border color is #12CC00.


Opacity

.myOpacity80 { color: #12CC00; opacity: 0.8; }

<p style="color:#12CC00;opacity:0.8;">80%</p>

Text with #12CC00 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 #12CC00;}

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

This text has shadow with #12CC00 color.

.textShadow {text-shadow: 3px 3px 1px #12CC00, 3px 3px 1px red;}

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

This text has shadow with #12CC00 primary color and red secondary color.


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

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

This text has shadow with #12CC00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12CC00 on black background.


Color preview on white background

This text has color #12CC00 on white background.



Black color preview on #12CC00 background

This text has black color on #12CC00 background.


White color preview on #12CC00 background

This text has white color on #12CC00 background.