COLOR #1CA63C

HEX: #1CA63C
RGB: (28,166,60)

Color info

#1CA63C contains mainly green color. Web safe color of #1CA63C is #339933 (or #393).

RGB color model

#1CA63C color RGB value is (28,166,60).

  • red value is 28;
  • green value is 166;
  • blue value is 60.
RGB:
(28,166,60)
(11%,65%,24%)

RGB channels and saturation

R 28 of 255 = 11%
G 166 of 255 = 65%
B 60 of 255 = 24%

28
166
60

R + G + B ~ 33%. #1CA63C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 166 + 60 = 254 (100%)
R 28 of 254 ~ 11.02%
G 166 of 254 ~ 65.35%
B 60 of 254 ~ 23.62%

%11.02
%65.35
%23.62

CMYK color model

#1CA63C color CMYK value is (83,0,64,35).

  • cyan value is 83.13%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 34.90%
CMYK:
(83,0,64,35)
C83M0Y64K35 
(83%,0%,64%,35%)
(0.83/0.00/0.64/0.35)	

CMYK percentages

%83.13
%0
%63.86
%34.9

Codes

Color #1CA63C in popluar color models

1CA63C
RGB2816660
HSL134°71.13%38.04%
HSB/HSV134°83.13%65.10%
CMYK83.13%0.00%63.86%
34.90%

Color #1CA63C in popluar number systems.

HEX1CA63C
Decimal2816660
Binary1110010100110111100
Octal3424674

Shades and tints

Shades of #1CA63C

#1CA63C
(28,166,60)
#1A9737
(26,151,55)
#188832
(24,136,50)
#16792D
(22,121,45)
#146A28
(20,106,40)
#125B23
(18,91,35)
#104C1E
(16,76,30)
#0E3D19
(14,61,25)
#0C2E14
(12,46,20)
#0A1F0F
(10,31,15)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #1CA63C

#1CA63C
(28,166,60)
#30AE4D
(48,174,77)
#44B65E
(68,182,94)
#58BE6F
(88,190,111)
#6CC680
(108,198,128)
#80CE91
(128,206,145)
#94D6A2
(148,214,162)
#A8DEB3
(168,222,179)
#BCE6C4
(188,230,196)
#D0EED5
(208,238,213)
#E4F6E6
(228,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CA63C color. Also use rgb(28,166,60) instead hex code.

Text Font Color

.myTextColor { color: #1CA63C; }

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

This text font color is #1CA63C.


Background Color

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

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

This div background color is #1CA63C.


Border color

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

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

This div border color is #1CA63C.


Opacity

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

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

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

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

This text has shadow with #1CA63C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CA63C on black background.


Color preview on white background

This text has color #1CA63C on white background.



Black color preview on #1CA63C background

This text has black color on #1CA63C background.


White color preview on #1CA63C background

This text has white color on #1CA63C background.