COLOR #12FB85

HEX: #12FB85
RGB: (18,251,133)

Color info

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

RGB color model

#12FB85 color RGB value is (18,251,133).

  • red value is 18;
  • green value is 251;
  • blue value is 133.
RGB:
(18,251,133)
(7%,98%,52%)

RGB channels and saturation

R 18 of 255 = 7%
G 251 of 255 = 98%
B 133 of 255 = 52%

18
251
133

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

Portions of RGB colors in percentages

R + G + B =
18 + 251 + 133 = 402 (100%)
R 18 of 402 ~ 4.48%
G 251 of 402 ~ 62.44%
B 133 of 402 ~ 33.08%

%62.44
%33.08

CMYK color model

#12FB85 color CMYK value is (93,0,47,2).

  • cyan value is 92.83%
  • magenta value is 0.00%
  • yellow value is 47.01%
  • key color value is 1.57%
CMYK:
(93,0,47,2)
C93M0Y47K2 
(93%,0%,47%,2%)
(0.93/0.00/0.47/0.02)	

CMYK percentages

%92.83
%0
%47.01
%1.57

Codes

Color #12FB85 in popluar color models

12FB85
RGB18251133
HSL150°96.68%52.75%
HSB/HSV150°92.83%98.43%
CMYK92.83%0.00%47.01%
1.57%

Color #12FB85 in popluar number systems.

HEX12FB85
Decimal18251133
Binary100101111101110000101
Octal22373205

Shades and tints

Shades of #12FB85

#12FB85
(18,251,133)
#11E579
(17,229,121)
#10CF6D
(16,207,109)
#0FB961
(15,185,97)
#0EA355
(14,163,85)
#0D8D49
(13,141,73)
#0C773D
(12,119,61)
#0B6131
(11,97,49)
#0A4B25
(10,75,37)
#093519
(9,53,25)
#081F0D
(8,31,13)
#000000
(0,0,0)

Tints of #12FB85

#12FB85
(18,251,133)
#27FB90
(39,251,144)
#3CFB9B
(60,251,155)
#51FBA6
(81,251,166)
#66FBB1
(102,251,177)
#7BFBBC
(123,251,188)
#90FBC7
(144,251,199)
#A5FBD2
(165,251,210)
#BAFBDD
(186,251,221)
#CFFBE8
(207,251,232)
#E4FBF3
(228,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12FB85 color. Also use rgb(18,251,133) instead hex code.

Text Font Color

.myTextColor { color: #12FB85; }

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

This text font color is #12FB85.


Background Color

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

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

This div background color is #12FB85.


Border color

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

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

This div border color is #12FB85.


Opacity

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

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

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

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

This text has shadow with #12FB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12FB85 on black background.


Color preview on white background

This text has color #12FB85 on white background.



Black color preview on #12FB85 background

This text has black color on #12FB85 background.


White color preview on #12FB85 background

This text has white color on #12FB85 background.