COLOR #12F50A

HEX: #12F50A
RGB: (18,245,10)

Color info

#12F50A contains mainly green color. Web safe color of #12F50A is #00FF00 (or #0F0).

RGB color model

#12F50A color RGB value is (18,245,10).

  • red value is 18;
  • green value is 245;
  • blue value is 10.
RGB:
(18,245,10)
(7%,96%,4%)

RGB channels and saturation

R 18 of 255 = 7%
G 245 of 255 = 96%
B 10 of 255 = 4%

18
245
10

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

Portions of RGB colors in percentages

R + G + B =
18 + 245 + 10 = 273 (100%)
R 18 of 273 ~ 6.59%
G 245 of 273 ~ 89.74%
B 10 of 273 ~ 3.66%

%89.74

CMYK color model

#12F50A color CMYK value is (93,0,96,4).

  • cyan value is 92.65%
  • magenta value is 0.00%
  • yellow value is 95.92%
  • key color value is 3.92%
CMYK:
(93,0,96,4)
C93M0Y96K4 
(93%,0%,96%,4%)
(0.93/0.00/0.96/0.04)	

CMYK percentages

%92.65
%0
%95.92
%3.92

Codes

Color #12F50A in popluar color models

12F50A
RGB1824510
HSL118°92.16%50.00%
HSB/HSV118°95.92%96.08%
CMYK92.65%0.00%95.92%
3.92%

Color #12F50A in popluar number systems.

HEX12F50A
Decimal1824510
Binary10010111101011010
Octal2236512

Shades and tints

Shades of #12F50A

#12F50A
(18,245,10)
#11DF0A
(17,223,10)
#10C90A
(16,201,10)
#0FB30A
(15,179,10)
#0E9D0A
(14,157,10)
#0D870A
(13,135,10)
#0C710A
(12,113,10)
#0B5B0A
(11,91,10)
#0A450A
(10,69,10)
#092F0A
(9,47,10)
#08190A
(8,25,10)
#000000
(0,0,0)

Tints of #12F50A

#12F50A
(18,245,10)
#27F520
(39,245,32)
#3CF536
(60,245,54)
#51F54C
(81,245,76)
#66F562
(102,245,98)
#7BF578
(123,245,120)
#90F58E
(144,245,142)
#A5F5A4
(165,245,164)
#BAF5BA
(186,245,186)
#CFF5D0
(207,245,208)
#E4F5E6
(228,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12F50A color. Also use rgb(18,245,10) instead hex code.

Text Font Color

.myTextColor { color: #12F50A; }

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

This text font color is #12F50A.


Background Color

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

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

This div background color is #12F50A.


Border color

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

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

This div border color is #12F50A.


Opacity

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

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

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

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

This text has shadow with #12F50A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12F50A on black background.


Color preview on white background

This text has color #12F50A on white background.



Black color preview on #12F50A background

This text has black color on #12F50A background.


White color preview on #12F50A background

This text has white color on #12F50A background.