COLOR #01ED13

HEX: #01ED13
RGB: (1,237,19)

Renk bilgisi

#01ED13 contains mainly green color. #01ED13 ‘ nin web güvenlik rengi #00FF00 (ya da #0F0) dir.

RGB renk modeli

#01ED13 color RGB value is (1,237,19).

  • kırmız ton 1;
  • yeşil ton 237;
  • mavi ton 19.
RGB:
(1,237,19)
(0%,93%,7%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 237 of 255 = 93%
B 19 of 255 = 7%

1
237
19

R + G + B ~ 33%. #01ED13 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 237 + 19 = 257 (100%)
R 1 of 257 ~ 0.39%
G 237 of 257 ~ 92.22%
B 19 of 257 ~ 7.39%

%92.22

CMYK RENK MODELİ

#01ED13 rengi CMYK tonu (100,0,92,7).

  • camgöbeği tonu 99.58%
  • eflatun tonu 0.00%
  • sarı tonu 91.98%
  • ana renk tonu 7.06%
CMYK:
(100,0,92,7)
C100M0Y92K7 
(100%,0%,92%,7%)
(1.00/0.00/0.92/0.07)	

CMYK yüzdeleri

%99.58
%0
%91.98
%7.06

Codes

Color #01ED13 in popluar color models

01ED13
RGB123719
HSL125°99.16%46.67%
HSB/HSV125°99.58%92.94%
CMYK99.58%0.00%91.98%
7.06%

Color #01ED13 in popluar number systems.

HEX01ED13
Decimal123719
Binary11110110110011
Octal135523

Shades and tints

Shades of #01ED13

#01ED13
(1,237,19)
#01D812
(1,216,18)
#01C311
(1,195,17)
#01AE10
(1,174,16)
#01990F
(1,153,15)
#01840E
(1,132,14)
#016F0D
(1,111,13)
#015A0C
(1,90,12)
#01450B
(1,69,11)
#01300A
(1,48,10)
#011B09
(1,27,9)
#000000
(0,0,0)

Tints of #01ED13

#01ED13
(1,237,19)
#18EE28
(24,238,40)
#2FEF3D
(47,239,61)
#46F052
(70,240,82)
#5DF167
(93,241,103)
#74F27C
(116,242,124)
#8BF391
(139,243,145)
#A2F4A6
(162,244,166)
#B9F5BB
(185,245,187)
#D0F6D0
(208,246,208)
#E7F7E5
(231,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01ED13 color. Also use rgb(1,237,19) instead hex code.

Text Font Color

.myTextColor { color: #01ED13; }

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

This text font color is #01ED13.


Background Color

.myBgColor { background-color: #01ED13; }

<div style="background-color:#01ED13">Inner text</div>

This div background color is #01ED13.


Border color

.myBorderColor { border: 1px solid #01ED13; }

<div style="border:3px solid #01ED13">Div</div>

This div border color is #01ED13.


Opacity

.myOpacity80 { color: #01ED13; opacity: 0.8; }

<p style="color:#01ED13;opacity:0.8;">80%</p>

Text with #01ED13 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 #01ED13;}

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

This text has shadow with #01ED13 color.

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

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

This text has shadow with #01ED13 primary color and red secondary color.


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

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

This text has shadow with #01ED13 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01ED13 on black background.


Color preview on white background

This text has color #01ED13 on white background.



Black color preview on #01ED13 background

This text has black color on #01ED13 background.


White color preview on #01ED13 background

This text has white color on #01ED13 background.