COLOR #01D812

HEX: #01D812
RGB: (1,216,18)

Renk bilgisi

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

RGB renk modeli

#01D812 color RGB value is (1,216,18).

  • kırmız ton 1;
  • yeşil ton 216;
  • mavi ton 18.
RGB:
(1,216,18)
(0%,85%,7%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 216 of 255 = 85%
B 18 of 255 = 7%

1
216
18

R + G + B ~ 31%. #01D812 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 216 + 18 = 235 (100%)
R 1 of 235 ~ 0.43%
G 216 of 235 ~ 91.91%
B 18 of 235 ~ 7.66%

%91.91

CMYK RENK MODELİ

#01D812 rengi CMYK tonu (100,0,92,15).

  • camgöbeği tonu 99.54%
  • eflatun tonu 0.00%
  • sarı tonu 91.67%
  • ana renk tonu 15.29%
CMYK:
(100,0,92,15)
C100M0Y92K15 
(100%,0%,92%,15%)
(1.00/0.00/0.92/0.15)	

CMYK yüzdeleri

%99.54
%0
%91.67
%15.29

Codes

Color #01D812 in popluar color models

01D812
RGB121618
HSL125°99.08%42.55%
HSB/HSV125°99.54%84.71%
CMYK99.54%0.00%91.67%
15.29%

Color #01D812 in popluar number systems.

HEX01D812
Decimal121618
Binary11101100010010
Octal133022

Shades and tints

Shades of #01D812

#01D812
(1,216,18)
#01C511
(1,197,17)
#01B210
(1,178,16)
#019F0F
(1,159,15)
#018C0E
(1,140,14)
#01790D
(1,121,13)
#01660C
(1,102,12)
#01530B
(1,83,11)
#01400A
(1,64,10)
#012D09
(1,45,9)
#011A08
(1,26,8)
#000000
(0,0,0)

Tints of #01D812

#01D812
(1,216,18)
#18DB27
(24,219,39)
#2FDE3C
(47,222,60)
#46E151
(70,225,81)
#5DE466
(93,228,102)
#74E77B
(116,231,123)
#8BEA90
(139,234,144)
#A2EDA5
(162,237,165)
#B9F0BA
(185,240,186)
#D0F3CF
(208,243,207)
#E7F6E4
(231,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01D812 color. Also use rgb(1,216,18) instead hex code.

Text Font Color

.myTextColor { color: #01D812; }

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

This text font color is #01D812.


Background Color

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

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

This div background color is #01D812.


Border color

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

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

This div border color is #01D812.


Opacity

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

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

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

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

This text has shadow with #01D812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01D812 on black background.


Color preview on white background

This text has color #01D812 on white background.



Black color preview on #01D812 background

This text has black color on #01D812 background.


White color preview on #01D812 background

This text has white color on #01D812 background.