COLOR #17C01B

HEX: #17C01B
RGB: (23,192,27)

Color info

#17C01B contains mainly green color. Web safe color of #17C01B is #00CC33 (or #0C3).

RGB color model

#17C01B color RGB value is (23,192,27).

  • red value is 23;
  • green value is 192;
  • blue value is 27.
RGB:
(23,192,27)
(9%,75%,11%)

RGB channels and saturation

R 23 of 255 = 9%
G 192 of 255 = 75%
B 27 of 255 = 11%

23
192
27

R + G + B ~ 32%. #17C01B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 192 + 27 = 242 (100%)
R 23 of 242 ~ 9.5%
G 192 of 242 ~ 79.34%
B 27 of 242 ~ 11.16%

%9.5
%79.34
%11.16

CMYK color model

#17C01B color CMYK value is (88,0,86,25).

  • cyan value is 88.02%
  • magenta value is 0.00%
  • yellow value is 85.94%
  • key color value is 24.71%
CMYK:
(88,0,86,25)
C88M0Y86K25 
(88%,0%,86%,25%)
(0.88/0.00/0.86/0.25)	

CMYK percentages

%88.02
%0
%85.94
%24.71

Codes

Color #17C01B in popluar color models

17C01B
RGB2319227
HSL121°78.60%42.16%
HSB/HSV121°88.02%75.29%
CMYK88.02%0.00%85.94%
24.71%

Color #17C01B in popluar number systems.

HEX17C01B
Decimal2319227
Binary101111100000011011
Octal2730033

Shades and tints

Shades of #17C01B

#17C01B
(23,192,27)
#15AF19
(21,175,25)
#139E17
(19,158,23)
#118D15
(17,141,21)
#0F7C13
(15,124,19)
#0D6B11
(13,107,17)
#0B5A0F
(11,90,15)
#09490D
(9,73,13)
#07380B
(7,56,11)
#052709
(5,39,9)
#031607
(3,22,7)
#000000
(0,0,0)

Tints of #17C01B

#17C01B
(23,192,27)
#2CC52F
(44,197,47)
#41CA43
(65,202,67)
#56CF57
(86,207,87)
#6BD46B
(107,212,107)
#80D97F
(128,217,127)
#95DE93
(149,222,147)
#AAE3A7
(170,227,167)
#BFE8BB
(191,232,187)
#D4EDCF
(212,237,207)
#E9F2E3
(233,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17C01B color. Also use rgb(23,192,27) instead hex code.

Text Font Color

.myTextColor { color: #17C01B; }

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

This text font color is #17C01B.


Background Color

.myBgColor { background-color: #17C01B; }

<div style="background-color:#17C01B">Inner text</div>

This div background color is #17C01B.


Border color

.myBorderColor { border: 1px solid #17C01B; }

<div style="border:3px solid #17C01B">Div</div>

This div border color is #17C01B.


Opacity

.myOpacity80 { color: #17C01B; opacity: 0.8; }

<p style="color:#17C01B;opacity:0.8;">80%</p>

Text with #17C01B 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 #17C01B;}

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

This text has shadow with #17C01B color.

.textShadow {text-shadow: 3px 3px 1px #17C01B, 3px 3px 1px red;}

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

This text has shadow with #17C01B primary color and red secondary color.


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

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

This text has shadow with #17C01B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17C01B on black background.


Color preview on white background

This text has color #17C01B on white background.



Black color preview on #17C01B background

This text has black color on #17C01B background.


White color preview on #17C01B background

This text has white color on #17C01B background.