COLOR #14CA25

HEX: #14CA25 RGB: (20,202,37)

Color info

#14CA25 contains mainly green color. Web safe color of #14CA25 is #00CC33 (or #0C3).

RGB color model

#14CA25 color RGB value is (20,202,37).

RGB: (20,202,37) (8%, 79%, 15%)

RGB channels and saturation

R 20 of 255 = 8%
G 202 of 255 = 79%
B 37 of 255 = 15%

20
202
37

R + G + B ~ 34%. #14CA25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 202 + 37 = 259 (100%)
R 20 of 259 ~ 7.72%
G 202 of 259 ~ 77.99%
B 37 of 259 ~ 14.29'%

%77.99
%14.29

CMYK color model

#14CA25 color CMYK value is (90,0,82,21).

  • cyan value is 90.10%
  • magenta value is 0.00%
  • yellow value is 81.68%
  • key color value is 20.78%
CMYK: (90,0,82,21) C90M0Y82K21 (90%,0%,82%,21%) (0.90/0.00/0.82/0.21) 

CMYK percentages

%90.1
%0
%81.68
%20.78

Codes

Color #14CA25 in popluar color models

14 CA 25
RGB 20 202 37
HSL 126° 81.98% 43.53%
HSB/HSV 126° 90.10% 79.22%
CMYK 90.10% 0.00% 81.68%
20.78%

Color #14CA25 in popluar number systems.

HEX 14 CA 25
Decimal 20 202 37
Binary 10100 11001010 100101
Octal 24 312 45

Shades and tints

Shades of #14CA25

#14CA25
(20,202,37)
#13B822
(19,184,34)
#12A61F
(18,166,31)
#11941C
(17,148,28)
#108219
(16,130,25)
#0F7016
(15,112,22)
#0E5E13
(14,94,19)
#0D4C10
(13,76,16)
#0C3A0D
(12,58,13)
#0B280A
(11,40,10)
#0A1607
(10,22,7)
#000000
(0,0,0)

Tints of #14CA25

#14CA25
(20,202,37)
#29CE38
(41,206,56)
#3ED24B
(62,210,75)
#53D65E
(83,214,94)
#68DA71
(104,218,113)
#7DDE84
(125,222,132)
#92E297
(146,226,151)
#A7E6AA
(167,230,170)
#BCEABD
(188,234,189)
#D1EED0
(209,238,208)
#E6F2E3
(230,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14CA25 color. Also use rgb(20,202,37) instead hex code.

Text Font Color

.myTextColor { color: #14CA25; }

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

This text font color is #14CA25.

Background Color

.myBgColor { background-color: #14CA25; }

<div style="background-color:#14CA25">Inner text</div>

This div background color is #14CA25.

Border color

.myBorderColor { border: 1px solid #14CA25; }

<div style="border:3px solid #14CA25">Div</div>

This div border color is #14CA25.

Opacity

.myOpacity80 { color: #14CA25; opacity: 0.8; }

<p style="color:#14CA25;opacity:0.8;">80%</p>

Text with #14CA25 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 #14CA25;}

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

This text has shadow with #14CA25 color.


.textShadow {text-shadow: 3px 3px 1px #14CA25', 3px 3px 1px red;}

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

This text has shadow with #14CA25 primary color and red secondary color.


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

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

This text has shadow with #14CA25 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #14CA25; -webkit-box-shadow: 1px 1px 3px 2px #14CA25; box-shadow:1px 1px 3px 2px #14CA25;">
Div content here
</div>

This div box has shadow with color #14CA25.

Preview

Color preview on black background

This text has color #14CA25 on black background.


Color preview on white background

This text has color #14CA25 on white background.


Black color preview on #14CA25 background

This text has black color on #14CA25 background.


White color preview on #14CA25 background

This text has white color on #14CA25 background.


Related colors

Complementary color

Complementary color for #hex is #EB35DA.


I love getcolorcode.com

Triadic colors

1 #2514CA and #CA2514 with #14CA25 are triadic colors.

2 #25CA14 and #CA1425 with #14CA25 are triadic colors.