COLOR #12F096

HEX: #12F096
RGB: (18,240,150)

Color info

#12F096 contains mainly green color. Web safe color of #12F096 is #00FF99 (or #0F9).

RGB color model

#12F096 color RGB value is (18,240,150).

  • red value is 18;
  • green value is 240;
  • blue value is 150.
RGB:
(18,240,150)
(7%,94%,59%)

RGB channels and saturation

R 18 of 255 = 7%
G 240 of 255 = 94%
B 150 of 255 = 59%

18
240
150

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

Portions of RGB colors in percentages

R + G + B =
18 + 240 + 150 = 408 (100%)
R 18 of 408 ~ 4.41%
G 240 of 408 ~ 58.82%
B 150 of 408 ~ 36.76%

%58.82
%36.76

CMYK color model

#12F096 color CMYK value is (93,0,38,6).

  • cyan value is 92.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 5.88%
CMYK:
(93,0,38,6)
C93M0Y38K6 
(93%,0%,38%,6%)
(0.93/0.00/0.38/0.06)	

CMYK percentages

%92.5
%0
%37.5
%5.88

Codes

Color #12F096 in popluar color models

12F096
RGB18240150
HSL156°88.10%50.59%
HSB/HSV156°92.50%94.12%
CMYK92.50%0.00%37.50%
5.88%

Color #12F096 in popluar number systems.

HEX12F096
Decimal18240150
Binary100101111000010010110
Octal22360226

Shades and tints

Shades of #12F096

#12F096
(18,240,150)
#11DB89
(17,219,137)
#10C67C
(16,198,124)
#0FB16F
(15,177,111)
#0E9C62
(14,156,98)
#0D8755
(13,135,85)
#0C7248
(12,114,72)
#0B5D3B
(11,93,59)
#0A482E
(10,72,46)
#093321
(9,51,33)
#081E14
(8,30,20)
#000000
(0,0,0)

Tints of #12F096

#12F096
(18,240,150)
#27F19F
(39,241,159)
#3CF2A8
(60,242,168)
#51F3B1
(81,243,177)
#66F4BA
(102,244,186)
#7BF5C3
(123,245,195)
#90F6CC
(144,246,204)
#A5F7D5
(165,247,213)
#BAF8DE
(186,248,222)
#CFF9E7
(207,249,231)
#E4FAF0
(228,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12F096 color. Also use rgb(18,240,150) instead hex code.

Text Font Color

.myTextColor { color: #12F096; }

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

This text font color is #12F096.


Background Color

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

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

This div background color is #12F096.


Border color

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

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

This div border color is #12F096.


Opacity

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

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

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

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

This text has shadow with #12F096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12F096 on black background.


Color preview on white background

This text has color #12F096 on white background.



Black color preview on #12F096 background

This text has black color on #12F096 background.


White color preview on #12F096 background

This text has white color on #12F096 background.