COLOR #01E683

HEX: #01E683
RGB: (1,230,131)

Renk bilgisi

#01E683 contains mainly green color. #01E683 ‘ nin web güvenlik rengi #00CC99 (ya da #0C9) dir.

RGB renk modeli

#01E683 color RGB value is (1,230,131).

  • kırmız ton 1;
  • yeşil ton 230;
  • mavi ton 131.
RGB:
(1,230,131)
(0%,90%,51%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 230 of 255 = 90%
B 131 of 255 = 51%

1
230
131

R + G + B ~ 47%. #01E683 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 230 + 131 = 362 (100%)
R 1 of 362 ~ 0.28%
G 230 of 362 ~ 63.54%
B 131 of 362 ~ 36.19%

%63.54
%36.19

CMYK RENK MODELİ

#01E683 rengi CMYK tonu (100,0,43,10).

  • camgöbeği tonu 99.57%
  • eflatun tonu 0.00%
  • sarı tonu 43.04%
  • ana renk tonu 9.80%
CMYK:
(100,0,43,10)
C100M0Y43K10 
(100%,0%,43%,10%)
(1.00/0.00/0.43/0.10)	

CMYK yüzdeleri

%99.57
%0
%43.04
%9.8

Codes

Color #01E683 in popluar color models

01E683
RGB1230131
HSL154°99.13%45.29%
HSB/HSV154°99.57%90.20%
CMYK99.57%0.00%43.04%
9.80%

Color #01E683 in popluar number systems.

HEX01E683
Decimal1230131
Binary11110011010000011
Octal1346203

Shades and tints

Shades of #01E683

#01E683
(1,230,131)
#01D278
(1,210,120)
#01BE6D
(1,190,109)
#01AA62
(1,170,98)
#019657
(1,150,87)
#01824C
(1,130,76)
#016E41
(1,110,65)
#015A36
(1,90,54)
#01462B
(1,70,43)
#013220
(1,50,32)
#011E15
(1,30,21)
#000000
(0,0,0)

Tints of #01E683

#01E683
(1,230,131)
#18E88E
(24,232,142)
#2FEA99
(47,234,153)
#46ECA4
(70,236,164)
#5DEEAF
(93,238,175)
#74F0BA
(116,240,186)
#8BF2C5
(139,242,197)
#A2F4D0
(162,244,208)
#B9F6DB
(185,246,219)
#D0F8E6
(208,248,230)
#E7FAF1
(231,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01E683 color. Also use rgb(1,230,131) instead hex code.

Text Font Color

.myTextColor { color: #01E683; }

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

This text font color is #01E683.


Background Color

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

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

This div background color is #01E683.


Border color

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

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

This div border color is #01E683.


Opacity

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

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

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

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

This text has shadow with #01E683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01E683 on black background.


Color preview on white background

This text has color #01E683 on white background.



Black color preview on #01E683 background

This text has black color on #01E683 background.


White color preview on #01E683 background

This text has white color on #01E683 background.