COLOR #14CF18

HEX: #14CF18
RGB: (20,207,24)

Color info

#14CF18 contains mainly green color. Web safe color of #14CF18 is #00CC00 (or #0C0).

RGB color model

#14CF18 color RGB value is (20,207,24).

  • red value is 20;
  • green value is 207;
  • blue value is 24.
RGB:
(20,207,24)
(8%,81%,9%)

RGB channels and saturation

R 20 of 255 = 8%
G 207 of 255 = 81%
B 24 of 255 = 9%

20
207
24

R + G + B ~ 33%. #14CF18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 207 + 24 = 251 (100%)
R 20 of 251 ~ 7.97%
G 207 of 251 ~ 82.47%
B 24 of 251 ~ 9.56%

%82.47
%9.56

CMYK color model

#14CF18 color CMYK value is (90,0,88,19).

  • cyan value is 90.34%
  • magenta value is 0.00%
  • yellow value is 88.41%
  • key color value is 18.82%
CMYK:
(90,0,88,19)
C90M0Y88K19 
(90%,0%,88%,19%)
(0.90/0.00/0.88/0.19)	

CMYK percentages

%90.34
%0
%88.41
%18.82

Codes

Color #14CF18 in popluar color models

14CF18
RGB2020724
HSL121°82.38%44.51%
HSB/HSV121°90.34%81.18%
CMYK90.34%0.00%88.41%
18.82%

Color #14CF18 in popluar number systems.

HEX14CF18
Decimal2020724
Binary101001100111111000
Octal2431730

Shades and tints

Shades of #14CF18

#14CF18
(20,207,24)
#13BD16
(19,189,22)
#12AB14
(18,171,20)
#119912
(17,153,18)
#108710
(16,135,16)
#0F750E
(15,117,14)
#0E630C
(14,99,12)
#0D510A
(13,81,10)
#0C3F08
(12,63,8)
#0B2D06
(11,45,6)
#0A1B04
(10,27,4)
#000000
(0,0,0)

Tints of #14CF18

#14CF18
(20,207,24)
#29D32D
(41,211,45)
#3ED742
(62,215,66)
#53DB57
(83,219,87)
#68DF6C
(104,223,108)
#7DE381
(125,227,129)
#92E796
(146,231,150)
#A7EBAB
(167,235,171)
#BCEFC0
(188,239,192)
#D1F3D5
(209,243,213)
#E6F7EA
(230,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14CF18 color. Also use rgb(20,207,24) instead hex code.

Text Font Color

.myTextColor { color: #14CF18; }

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

This text font color is #14CF18.


Background Color

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

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

This div background color is #14CF18.


Border color

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

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

This div border color is #14CF18.


Opacity

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

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

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

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

This text has shadow with #14CF18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14CF18 on black background.


Color preview on white background

This text has color #14CF18 on white background.



Black color preview on #14CF18 background

This text has black color on #14CF18 background.


White color preview on #14CF18 background

This text has white color on #14CF18 background.