COLOR #14E53B

HEX: #14E53B
RGB: (20,229,59)

Renk bilgisi

#14E53B contains mainly green color. #14E53B ‘ nin web güvenlik rengi #00CC33 (ya da #0C3) dir.

RGB renk modeli

#14E53B color RGB value is (20,229,59).

  • kırmız ton 20;
  • yeşil ton 229;
  • mavi ton 59.
RGB:
(20,229,59)
(8%,90%,23%)

RGB bağlantıları ve doygunluk

R 20 of 255 = 8%
G 229 of 255 = 90%
B 59 of 255 = 23%

20
229
59

R + G + B ~ 40%. #14E53B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 229 + 59 = 308 (100%)
R 20 of 308 ~ 6.49%
G 229 of 308 ~ 74.35%
B 59 of 308 ~ 19.16%

%74.35
%19.16

CMYK RENK MODELİ

#14E53B rengi CMYK tonu (91,0,74,10).

  • camgöbeği tonu 91.27%
  • eflatun tonu 0.00%
  • sarı tonu 74.24%
  • ana renk tonu 10.20%
CMYK:
(91,0,74,10)
C91M0Y74K10 
(91%,0%,74%,10%)
(0.91/0.00/0.74/0.10)	

CMYK yüzdeleri

%91.27
%0
%74.24
%10.2

Codes

Color #14E53B in popluar color models

14E53B
RGB2022959
HSL131°83.94%48.82%
HSB/HSV131°91.27%89.80%
CMYK91.27%0.00%74.24%
10.20%

Color #14E53B in popluar number systems.

HEX14E53B
Decimal2022959
Binary1010011100101111011
Octal2434573

Shades and tints

Shades of #14E53B

#14E53B
(20,229,59)
#13D136
(19,209,54)
#12BD31
(18,189,49)
#11A92C
(17,169,44)
#109527
(16,149,39)
#0F8122
(15,129,34)
#0E6D1D
(14,109,29)
#0D5918
(13,89,24)
#0C4513
(12,69,19)
#0B310E
(11,49,14)
#0A1D09
(10,29,9)
#000000
(0,0,0)

Tints of #14E53B

#14E53B
(20,229,59)
#29E74C
(41,231,76)
#3EE95D
(62,233,93)
#53EB6E
(83,235,110)
#68ED7F
(104,237,127)
#7DEF90
(125,239,144)
#92F1A1
(146,241,161)
#A7F3B2
(167,243,178)
#BCF5C3
(188,245,195)
#D1F7D4
(209,247,212)
#E6F9E5
(230,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14E53B; }

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

This text font color is #14E53B.


Background Color

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

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

This div background color is #14E53B.


Border color

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

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

This div border color is #14E53B.


Opacity

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

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

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

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

This text has shadow with #14E53B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14E53B on black background.


Color preview on white background

This text has color #14E53B on white background.



Black color preview on #14E53B background

This text has black color on #14E53B background.


White color preview on #14E53B background

This text has white color on #14E53B background.