COLOR #15B10C

HEX: #15B10C
RGB: (21,177,12)

Color info

#15B10C contains mainly green color. Web safe color of #15B10C is #009900 (or #090).

RGB color model

#15B10C color RGB value is (21,177,12).

  • red value is 21;
  • green value is 177;
  • blue value is 12.
RGB:
(21,177,12)
(8%,69%,5%)

RGB channels and saturation

R 21 of 255 = 8%
G 177 of 255 = 69%
B 12 of 255 = 5%

21
177
12

R + G + B ~ 27%. #15B10C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 177 + 12 = 210 (100%)
R 21 of 210 ~ 10%
G 177 of 210 ~ 84.29%
B 12 of 210 ~ 5.71%

%10
%84.29

CMYK color model

#15B10C color CMYK value is (88,0,93,31).

  • cyan value is 88.14%
  • magenta value is 0.00%
  • yellow value is 93.22%
  • key color value is 30.59%
CMYK:
(88,0,93,31)
C88M0Y93K31 
(88%,0%,93%,31%)
(0.88/0.00/0.93/0.31)	

CMYK percentages

%88.14
%0
%93.22
%30.59

Codes

Color #15B10C in popluar color models

15B10C
RGB2117712
HSL117°87.30%37.06%
HSB/HSV117°93.22%69.41%
CMYK88.14%0.00%93.22%
30.59%

Color #15B10C in popluar number systems.

HEX15B10C
Decimal2117712
Binary10101101100011100
Octal2526114

Shades and tints

Shades of #15B10C

#15B10C
(21,177,12)
#14A10B
(20,161,11)
#13910A
(19,145,10)
#128109
(18,129,9)
#117108
(17,113,8)
#106107
(16,97,7)
#0F5106
(15,81,6)
#0E4105
(14,65,5)
#0D3104
(13,49,4)
#0C2103
(12,33,3)
#0B1102
(11,17,2)
#000000
(0,0,0)

Tints of #15B10C

#15B10C
(21,177,12)
#2AB822
(42,184,34)
#3FBF38
(63,191,56)
#54C64E
(84,198,78)
#69CD64
(105,205,100)
#7ED47A
(126,212,122)
#93DB90
(147,219,144)
#A8E2A6
(168,226,166)
#BDE9BC
(189,233,188)
#D2F0D2
(210,240,210)
#E7F7E8
(231,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15B10C color. Also use rgb(21,177,12) instead hex code.

Text Font Color

.myTextColor { color: #15B10C; }

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

This text font color is #15B10C.


Background Color

.myBgColor { background-color: #15B10C; }

<div style="background-color:#15B10C">Inner text</div>

This div background color is #15B10C.


Border color

.myBorderColor { border: 1px solid #15B10C; }

<div style="border:3px solid #15B10C">Div</div>

This div border color is #15B10C.


Opacity

.myOpacity80 { color: #15B10C; opacity: 0.8; }

<p style="color:#15B10C;opacity:0.8;">80%</p>

Text with #15B10C 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 #15B10C;}

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

This text has shadow with #15B10C color.

.textShadow {text-shadow: 3px 3px 1px #15B10C, 3px 3px 1px red;}

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

This text has shadow with #15B10C primary color and red secondary color.


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

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

This text has shadow with #15B10C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15B10C on black background.


Color preview on white background

This text has color #15B10C on white background.



Black color preview on #15B10C background

This text has black color on #15B10C background.


White color preview on #15B10C background

This text has white color on #15B10C background.