COLOR #14D514

HEX: #14D514
RGB: (20,213,20)

Renk bilgisi

#14D514 contains mainly green color. #14D514 ‘ nin web güvenlik rengi #00CC00 (ya da #0C0) dir.

RGB renk modeli

#14D514 color RGB value is (20,213,20).

  • kırmız ton 20;
  • yeşil ton 213;
  • mavi ton 20.
RGB:
(20,213,20)
(8%,84%,8%)

RGB bağlantıları ve doygunluk

R 20 of 255 = 8%
G 213 of 255 = 84%
B 20 of 255 = 8%

20
213
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 213 + 20 = 253 (100%)
R 20 of 253 ~ 7.91%
G 213 of 253 ~ 84.19%
B 20 of 253 ~ 7.91%

%84.19

CMYK RENK MODELİ

#14D514 rengi CMYK tonu (91,0,91,16).

  • camgöbeği tonu 90.61%
  • eflatun tonu 0.00%
  • sarı tonu 90.61%
  • ana renk tonu 16.47%
CMYK:
(91,0,91,16)
C91M0Y91K16 
(91%,0%,91%,16%)
(0.91/0.00/0.91/0.16)	

CMYK yüzdeleri

%90.61
%0
%90.61
%16.47

Codes

Color #14D514 in popluar color models

14D514
RGB2021320
HSL120°82.83%45.69%
HSB/HSV120°90.61%83.53%
CMYK90.61%0.00%90.61%
16.47%

Color #14D514 in popluar number systems.

HEX14D514
Decimal2021320
Binary101001101010110100
Octal2432524

Shades and tints

Shades of #14D514

#14D514
(20,213,20)
#13C213
(19,194,19)
#12AF12
(18,175,18)
#119C11
(17,156,17)
#108910
(16,137,16)
#0F760F
(15,118,15)
#0E630E
(14,99,14)
#0D500D
(13,80,13)
#0C3D0C
(12,61,12)
#0B2A0B
(11,42,11)
#0A170A
(10,23,10)
#000000
(0,0,0)

Tints of #14D514

#14D514
(20,213,20)
#29D829
(41,216,41)
#3EDB3E
(62,219,62)
#53DE53
(83,222,83)
#68E168
(104,225,104)
#7DE47D
(125,228,125)
#92E792
(146,231,146)
#A7EAA7
(167,234,167)
#BCEDBC
(188,237,188)
#D1F0D1
(209,240,209)
#E6F3E6
(230,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14D514; }

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

This text font color is #14D514.


Background Color

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

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

This div background color is #14D514.


Border color

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

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

This div border color is #14D514.


Opacity

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

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

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

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

This text has shadow with #14D514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14D514 on black background.


Color preview on white background

This text has color #14D514 on white background.



Black color preview on #14D514 background

This text has black color on #14D514 background.


White color preview on #14D514 background

This text has white color on #14D514 background.