COLOR #12D637

HEX: #12D637
RGB: (18,214,55)

Color info

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

RGB color model

#12D637 color RGB value is (18,214,55).

  • red value is 18;
  • green value is 214;
  • blue value is 55.
RGB:
(18,214,55)
(7%,84%,22%)

RGB channels and saturation

R 18 of 255 = 7%
G 214 of 255 = 84%
B 55 of 255 = 22%

18
214
55

R + G + B ~ 38%. #12D637 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 214 + 55 = 287 (100%)
R 18 of 287 ~ 6.27%
G 214 of 287 ~ 74.56%
B 55 of 287 ~ 19.16%

%74.56
%19.16

CMYK color model

#12D637 color CMYK value is (92,0,74,16).

  • cyan value is 91.59%
  • magenta value is 0.00%
  • yellow value is 74.30%
  • key color value is 16.08%
CMYK:
(92,0,74,16)
C92M0Y74K16 
(92%,0%,74%,16%)
(0.92/0.00/0.74/0.16)	

CMYK percentages

%91.59
%0
%74.3
%16.08

Codes

Color #12D637 in popluar color models

12D637
RGB1821455
HSL131°84.48%45.49%
HSB/HSV131°91.59%83.92%
CMYK91.59%0.00%74.30%
16.08%

Color #12D637 in popluar number systems.

HEX12D637
Decimal1821455
Binary1001011010110110111
Octal2232667

Shades and tints

Shades of #12D637

#12D637
(18,214,55)
#11C332
(17,195,50)
#10B02D
(16,176,45)
#0F9D28
(15,157,40)
#0E8A23
(14,138,35)
#0D771E
(13,119,30)
#0C6419
(12,100,25)
#0B5114
(11,81,20)
#0A3E0F
(10,62,15)
#092B0A
(9,43,10)
#081805
(8,24,5)
#000000
(0,0,0)

Tints of #12D637

#12D637
(18,214,55)
#27D949
(39,217,73)
#3CDC5B
(60,220,91)
#51DF6D
(81,223,109)
#66E27F
(102,226,127)
#7BE591
(123,229,145)
#90E8A3
(144,232,163)
#A5EBB5
(165,235,181)
#BAEEC7
(186,238,199)
#CFF1D9
(207,241,217)
#E4F4EB
(228,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12D637 color. Also use rgb(18,214,55) instead hex code.

Text Font Color

.myTextColor { color: #12D637; }

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

This text font color is #12D637.


Background Color

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

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

This div background color is #12D637.


Border color

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

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

This div border color is #12D637.


Opacity

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

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

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

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

This text has shadow with #12D637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12D637 on black background.


Color preview on white background

This text has color #12D637 on white background.



Black color preview on #12D637 background

This text has black color on #12D637 background.


White color preview on #12D637 background

This text has white color on #12D637 background.