COLOR #12F67A

HEX: #12F67A
RGB: (18,246,122)

Color info

#12F67A contains mainly green color. Web safe color of #12F67A is #00FF66 (or #0F6).

RGB color model

#12F67A color RGB value is (18,246,122).

  • red value is 18;
  • green value is 246;
  • blue value is 122.
RGB:
(18,246,122)
(7%,96%,48%)

RGB channels and saturation

R 18 of 255 = 7%
G 246 of 255 = 96%
B 122 of 255 = 48%

18
246
122

R + G + B ~ 50%. #12F67A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 246 + 122 = 386 (100%)
R 18 of 386 ~ 4.66%
G 246 of 386 ~ 63.73%
B 122 of 386 ~ 31.61%

%63.73
%31.61

CMYK color model

#12F67A color CMYK value is (93,0,50,4).

  • cyan value is 92.68%
  • magenta value is 0.00%
  • yellow value is 50.41%
  • key color value is 3.53%
CMYK:
(93,0,50,4)
C93M0Y50K4 
(93%,0%,50%,4%)
(0.93/0.00/0.50/0.04)	

CMYK percentages

%92.68
%0
%50.41
%3.53

Codes

Color #12F67A in popluar color models

12F67A
RGB18246122
HSL147°92.68%51.76%
HSB/HSV147°92.68%96.47%
CMYK92.68%0.00%50.41%
3.53%

Color #12F67A in popluar number systems.

HEX12F67A
Decimal18246122
Binary10010111101101111010
Octal22366172

Shades and tints

Shades of #12F67A

#12F67A
(18,246,122)
#11E06F
(17,224,111)
#10CA64
(16,202,100)
#0FB459
(15,180,89)
#0E9E4E
(14,158,78)
#0D8843
(13,136,67)
#0C7238
(12,114,56)
#0B5C2D
(11,92,45)
#0A4622
(10,70,34)
#093017
(9,48,23)
#081A0C
(8,26,12)
#000000
(0,0,0)

Tints of #12F67A

#12F67A
(18,246,122)
#27F686
(39,246,134)
#3CF692
(60,246,146)
#51F69E
(81,246,158)
#66F6AA
(102,246,170)
#7BF6B6
(123,246,182)
#90F6C2
(144,246,194)
#A5F6CE
(165,246,206)
#BAF6DA
(186,246,218)
#CFF6E6
(207,246,230)
#E4F6F2
(228,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12F67A color. Also use rgb(18,246,122) instead hex code.

Text Font Color

.myTextColor { color: #12F67A; }

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

This text font color is #12F67A.


Background Color

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

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

This div background color is #12F67A.


Border color

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

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

This div border color is #12F67A.


Opacity

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

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

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

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

This text has shadow with #12F67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12F67A on black background.


Color preview on white background

This text has color #12F67A on white background.



Black color preview on #12F67A background

This text has black color on #12F67A background.


White color preview on #12F67A background

This text has white color on #12F67A background.