COLOR #1CCA5D

HEX: #1CCA5D
RGB: (28,202,93)

Color info

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

RGB color model

#1CCA5D color RGB value is (28,202,93).

  • red value is 28;
  • green value is 202;
  • blue value is 93.
RGB:
(28,202,93)
(11%,79%,36%)

RGB channels and saturation

R 28 of 255 = 11%
G 202 of 255 = 79%
B 93 of 255 = 36%

28
202
93

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

Portions of RGB colors in percentages

R + G + B =
28 + 202 + 93 = 323 (100%)
R 28 of 323 ~ 8.67%
G 202 of 323 ~ 62.54%
B 93 of 323 ~ 28.79%

%62.54
%28.79

CMYK color model

#1CCA5D color CMYK value is (86,0,54,21).

  • cyan value is 86.14%
  • magenta value is 0.00%
  • yellow value is 53.96%
  • key color value is 20.78%
CMYK:
(86,0,54,21)
C86M0Y54K21 
(86%,0%,54%,21%)
(0.86/0.00/0.54/0.21)	

CMYK percentages

%86.14
%0
%53.96
%20.78

Codes

Color #1CCA5D in popluar color models

1CCA5D
RGB2820293
HSL142°75.65%45.10%
HSB/HSV142°86.14%79.22%
CMYK86.14%0.00%53.96%
20.78%

Color #1CCA5D in popluar number systems.

HEX1CCA5D
Decimal2820293
Binary11100110010101011101
Octal34312135

Shades and tints

Shades of #1CCA5D

#1CCA5D
(28,202,93)
#1AB855
(26,184,85)
#18A64D
(24,166,77)
#169445
(22,148,69)
#14823D
(20,130,61)
#127035
(18,112,53)
#105E2D
(16,94,45)
#0E4C25
(14,76,37)
#0C3A1D
(12,58,29)
#0A2815
(10,40,21)
#08160D
(8,22,13)
#000000
(0,0,0)

Tints of #1CCA5D

#1CCA5D
(28,202,93)
#30CE6B
(48,206,107)
#44D279
(68,210,121)
#58D687
(88,214,135)
#6CDA95
(108,218,149)
#80DEA3
(128,222,163)
#94E2B1
(148,226,177)
#A8E6BF
(168,230,191)
#BCEACD
(188,234,205)
#D0EEDB
(208,238,219)
#E4F2E9
(228,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CCA5D color. Also use rgb(28,202,93) instead hex code.

Text Font Color

.myTextColor { color: #1CCA5D; }

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

This text font color is #1CCA5D.


Background Color

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

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

This div background color is #1CCA5D.


Border color

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

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

This div border color is #1CCA5D.


Opacity

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

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

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

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

This text has shadow with #1CCA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CCA5D on black background.


Color preview on white background

This text has color #1CCA5D on white background.



Black color preview on #1CCA5D background

This text has black color on #1CCA5D background.


White color preview on #1CCA5D background

This text has white color on #1CCA5D background.