COLOR #1CC260

HEX: #1CC260
RGB: (28,194,96)

Color info

#1CC260 contains mainly green color. Web safe color of #1CC260 is #33CC66 (or #3C6).

RGB color model

#1CC260 color RGB value is (28,194,96).

  • red value is 28;
  • green value is 194;
  • blue value is 96.
RGB:
(28,194,96)
(11%,76%,38%)

RGB channels and saturation

R 28 of 255 = 11%
G 194 of 255 = 76%
B 96 of 255 = 38%

28
194
96

R + G + B ~ 42%. #1CC260 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
28 + 194 + 96 = 318 (100%)
R 28 of 318 ~ 8.81%
G 194 of 318 ~ 61.01%
B 96 of 318 ~ 30.19%

%61.01
%30.19

CMYK color model

#1CC260 color CMYK value is (86,0,51,24).

  • cyan value is 85.57%
  • magenta value is 0.00%
  • yellow value is 50.52%
  • key color value is 23.92%
CMYK:
(86,0,51,24)
C86M0Y51K24 
(86%,0%,51%,24%)
(0.86/0.00/0.51/0.24)	

CMYK percentages

%85.57
%0
%50.52
%23.92

Codes

Color #1CC260 in popluar color models

1CC260
RGB2819496
HSL145°74.77%43.53%
HSB/HSV145°85.57%76.08%
CMYK85.57%0.00%50.52%
23.92%

Color #1CC260 in popluar number systems.

HEX1CC260
Decimal2819496
Binary11100110000101100000
Octal34302140

Shades and tints

Shades of #1CC260

#1CC260
(28,194,96)
#1AB158
(26,177,88)
#18A050
(24,160,80)
#168F48
(22,143,72)
#147E40
(20,126,64)
#126D38
(18,109,56)
#105C30
(16,92,48)
#0E4B28
(14,75,40)
#0C3A20
(12,58,32)
#0A2918
(10,41,24)
#081810
(8,24,16)
#000000
(0,0,0)

Tints of #1CC260

#1CC260
(28,194,96)
#30C76E
(48,199,110)
#44CC7C
(68,204,124)
#58D18A
(88,209,138)
#6CD698
(108,214,152)
#80DBA6
(128,219,166)
#94E0B4
(148,224,180)
#A8E5C2
(168,229,194)
#BCEAD0
(188,234,208)
#D0EFDE
(208,239,222)
#E4F4EC
(228,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CC260 color. Also use rgb(28,194,96) instead hex code.

Text Font Color

.myTextColor { color: #1CC260; }

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

This text font color is #1CC260.


Background Color

.myBgColor { background-color: #1CC260; }

<div style="background-color:#1CC260">Inner text</div>

This div background color is #1CC260.


Border color

.myBorderColor { border: 1px solid #1CC260; }

<div style="border:3px solid #1CC260">Div</div>

This div border color is #1CC260.


Opacity

.myOpacity80 { color: #1CC260; opacity: 0.8; }

<p style="color:#1CC260;opacity:0.8;">80%</p>

Text with #1CC260 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 #1CC260;}

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

This text has shadow with #1CC260 color.

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

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

This text has shadow with #1CC260 primary color and red secondary color.


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

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

This text has shadow with #1CC260 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CC260 on black background.


Color preview on white background

This text has color #1CC260 on white background.



Black color preview on #1CC260 background

This text has black color on #1CC260 background.


White color preview on #1CC260 background

This text has white color on #1CC260 background.