COLOR #17DC06

HEX: #17DC06
RGB: (23,220,6)

Color info

#17DC06 contains mainly green color. Web safe color of #17DC06 is #00CC00 (or #0C0).

RGB color model

#17DC06 color RGB value is (23,220,6).

  • red value is 23;
  • green value is 220;
  • blue value is 6.
RGB:
(23,220,6)
(9%,86%,2%)

RGB channels and saturation

R 23 of 255 = 9%
G 220 of 255 = 86%
B 6 of 255 = 2%

23
220
6

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

Portions of RGB colors in percentages

R + G + B =
23 + 220 + 6 = 249 (100%)
R 23 of 249 ~ 9.24%
G 220 of 249 ~ 88.35%
B 6 of 249 ~ 2.41%

%88.35

CMYK color model

#17DC06 color CMYK value is (90,0,97,14).

  • cyan value is 89.55%
  • magenta value is 0.00%
  • yellow value is 97.27%
  • key color value is 13.73%
CMYK:
(90,0,97,14)
C90M0Y97K14 
(90%,0%,97%,14%)
(0.90/0.00/0.97/0.14)	

CMYK percentages

%89.55
%0
%97.27
%13.73

Codes

Color #17DC06 in popluar color models

17DC06
RGB232206
HSL115°94.69%44.31%
HSB/HSV115°97.27%86.27%
CMYK89.55%0.00%97.27%
13.73%

Color #17DC06 in popluar number systems.

HEX17DC06
Decimal232206
Binary1011111011100110
Octal273346

Shades and tints

Shades of #17DC06

#17DC06
(23,220,6)
#15C806
(21,200,6)
#13B406
(19,180,6)
#11A006
(17,160,6)
#0F8C06
(15,140,6)
#0D7806
(13,120,6)
#0B6406
(11,100,6)
#095006
(9,80,6)
#073C06
(7,60,6)
#052806
(5,40,6)
#031406
(3,20,6)
#000000
(0,0,0)

Tints of #17DC06

#17DC06
(23,220,6)
#2CDF1C
(44,223,28)
#41E232
(65,226,50)
#56E548
(86,229,72)
#6BE85E
(107,232,94)
#80EB74
(128,235,116)
#95EE8A
(149,238,138)
#AAF1A0
(170,241,160)
#BFF4B6
(191,244,182)
#D4F7CC
(212,247,204)
#E9FAE2
(233,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17DC06 color. Also use rgb(23,220,6) instead hex code.

Text Font Color

.myTextColor { color: #17DC06; }

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

This text font color is #17DC06.


Background Color

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

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

This div background color is #17DC06.


Border color

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

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

This div border color is #17DC06.


Opacity

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

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

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

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

This text has shadow with #17DC06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17DC06 on black background.


Color preview on white background

This text has color #17DC06 on white background.



Black color preview on #17DC06 background

This text has black color on #17DC06 background.


White color preview on #17DC06 background

This text has white color on #17DC06 background.