COLOR #12C53B

HEX: #12C53B
RGB: (18,197,59)

Color info

#12C53B contains mainly green color. Web safe color of #12C53B is #00CC33 (or #0C3).

RGB color model

#12C53B color RGB value is (18,197,59).

  • red value is 18;
  • green value is 197;
  • blue value is 59.
RGB:
(18,197,59)
(7%,77%,23%)

RGB channels and saturation

R 18 of 255 = 7%
G 197 of 255 = 77%
B 59 of 255 = 23%

18
197
59

R + G + B ~ 36%. #12C53B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 197 + 59 = 274 (100%)
R 18 of 274 ~ 6.57%
G 197 of 274 ~ 71.9%
B 59 of 274 ~ 21.53%

%71.9
%21.53

CMYK color model

#12C53B color CMYK value is (91,0,70,23).

  • cyan value is 90.86%
  • magenta value is 0.00%
  • yellow value is 70.05%
  • key color value is 22.75%
CMYK:
(91,0,70,23)
C91M0Y70K23 
(91%,0%,70%,23%)
(0.91/0.00/0.70/0.23)	

CMYK percentages

%90.86
%0
%70.05
%22.75

Codes

Color #12C53B in popluar color models

12C53B
RGB1819759
HSL134°83.26%42.16%
HSB/HSV134°90.86%77.25%
CMYK90.86%0.00%70.05%
22.75%

Color #12C53B in popluar number systems.

HEX12C53B
Decimal1819759
Binary1001011000101111011
Octal2230573

Shades and tints

Shades of #12C53B

#12C53B
(18,197,59)
#11B436
(17,180,54)
#10A331
(16,163,49)
#0F922C
(15,146,44)
#0E8127
(14,129,39)
#0D7022
(13,112,34)
#0C5F1D
(12,95,29)
#0B4E18
(11,78,24)
#0A3D13
(10,61,19)
#092C0E
(9,44,14)
#081B09
(8,27,9)
#000000
(0,0,0)

Tints of #12C53B

#12C53B
(18,197,59)
#27CA4C
(39,202,76)
#3CCF5D
(60,207,93)
#51D46E
(81,212,110)
#66D97F
(102,217,127)
#7BDE90
(123,222,144)
#90E3A1
(144,227,161)
#A5E8B2
(165,232,178)
#BAEDC3
(186,237,195)
#CFF2D4
(207,242,212)
#E4F7E5
(228,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12C53B color. Also use rgb(18,197,59) instead hex code.

Text Font Color

.myTextColor { color: #12C53B; }

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

This text font color is #12C53B.


Background Color

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

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

This div background color is #12C53B.


Border color

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

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

This div border color is #12C53B.


Opacity

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

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

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

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

This text has shadow with #12C53B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12C53B on black background.


Color preview on white background

This text has color #12C53B on white background.



Black color preview on #12C53B background

This text has black color on #12C53B background.


White color preview on #12C53B background

This text has white color on #12C53B background.