COLOR #12FC85

HEX: #12FC85
RGB: (18,252,133)

Color info

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

RGB color model

#12FC85 color RGB value is (18,252,133).

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

RGB channels and saturation

R 18 of 255 = 7%
G 252 of 255 = 99%
B 133 of 255 = 52%

18
252
133

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

Portions of RGB colors in percentages

R + G + B =
18 + 252 + 133 = 403 (100%)
R 18 of 403 ~ 4.47%
G 252 of 403 ~ 62.53%
B 133 of 403 ~ 33%

%62.53
%33

CMYK color model

#12FC85 color CMYK value is (93,0,47,1).

  • cyan value is 92.86%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 1.18%
CMYK:
(93,0,47,1)
C93M0Y47K1 
(93%,0%,47%,1%)
(0.93/0.00/0.47/0.01)	

CMYK percentages

%92.86
%0
%47.22
%1.18

Codes

Color #12FC85 in popluar color models

12FC85
RGB18252133
HSL149°97.50%52.94%
HSB/HSV149°92.86%98.82%
CMYK92.86%0.00%47.22%
1.18%

Color #12FC85 in popluar number systems.

HEX12FC85
Decimal18252133
Binary100101111110010000101
Octal22374205

Shades and tints

Shades of #12FC85

#12FC85
(18,252,133)
#11E679
(17,230,121)
#10D06D
(16,208,109)
#0FBA61
(15,186,97)
#0EA455
(14,164,85)
#0D8E49
(13,142,73)
#0C783D
(12,120,61)
#0B6231
(11,98,49)
#0A4C25
(10,76,37)
#093619
(9,54,25)
#08200D
(8,32,13)
#000000
(0,0,0)

Tints of #12FC85

#12FC85
(18,252,133)
#27FC90
(39,252,144)
#3CFC9B
(60,252,155)
#51FCA6
(81,252,166)
#66FCB1
(102,252,177)
#7BFCBC
(123,252,188)
#90FCC7
(144,252,199)
#A5FCD2
(165,252,210)
#BAFCDD
(186,252,221)
#CFFCE8
(207,252,232)
#E4FCF3
(228,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12FC85; }

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

This text font color is #12FC85.


Background Color

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

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

This div background color is #12FC85.


Border color

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

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

This div border color is #12FC85.


Opacity

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

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

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

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

This text has shadow with #12FC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12FC85 on black background.


Color preview on white background

This text has color #12FC85 on white background.



Black color preview on #12FC85 background

This text has black color on #12FC85 background.


White color preview on #12FC85 background

This text has white color on #12FC85 background.