COLOR #1CA501

HEX: #1CA501
RGB: (28,165,1)

Color info

#1CA501 contains mainly green color. Web safe color of #1CA501 is #339900 (or #390).

RGB color model

#1CA501 color RGB value is (28,165,1).

  • red value is 28;
  • green value is 165;
  • blue value is 1.
RGB:
(28,165,1)
(11%,65%,0%)

RGB channels and saturation

R 28 of 255 = 11%
G 165 of 255 = 65%
B 1 of 255 = 0%

28
165
1

R + G + B ~ 25%. #1CA501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 165 + 1 = 194 (100%)
R 28 of 194 ~ 14.43%
G 165 of 194 ~ 85.05%
B 1 of 194 ~ 0.52%

%14.43
%85.05

CMYK color model

#1CA501 color CMYK value is (83,0,99,35).

  • cyan value is 83.03%
  • magenta value is 0.00%
  • yellow value is 99.39%
  • key color value is 35.29%
CMYK:
(83,0,99,35)
C83M0Y99K35 
(83%,0%,99%,35%)
(0.83/0.00/0.99/0.35)	

CMYK percentages

%83.03
%0
%99.39
%35.29

Codes

Color #1CA501 in popluar color models

1CA501
RGB281651
HSL110°98.80%32.55%
HSB/HSV110°99.39%64.71%
CMYK83.03%0.00%99.39%
35.29%

Color #1CA501 in popluar number systems.

HEX1CA501
Decimal281651
Binary11100101001011
Octal342451

Shades and tints

Shades of #1CA501

#1CA501
(28,165,1)
#1A9601
(26,150,1)
#188701
(24,135,1)
#167801
(22,120,1)
#146901
(20,105,1)
#125A01
(18,90,1)
#104B01
(16,75,1)
#0E3C01
(14,60,1)
#0C2D01
(12,45,1)
#0A1E01
(10,30,1)
#080F01
(8,15,1)
#000000
(0,0,0)

Tints of #1CA501

#1CA501
(28,165,1)
#30AD18
(48,173,24)
#44B52F
(68,181,47)
#58BD46
(88,189,70)
#6CC55D
(108,197,93)
#80CD74
(128,205,116)
#94D58B
(148,213,139)
#A8DDA2
(168,221,162)
#BCE5B9
(188,229,185)
#D0EDD0
(208,237,208)
#E4F5E7
(228,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1CA501; }

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

This text font color is #1CA501.


Background Color

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

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

This div background color is #1CA501.


Border color

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

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

This div border color is #1CA501.


Opacity

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

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

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

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

This text has shadow with #1CA501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CA501 on black background.


Color preview on white background

This text has color #1CA501 on white background.



Black color preview on #1CA501 background

This text has black color on #1CA501 background.


White color preview on #1CA501 background

This text has white color on #1CA501 background.