COLOR #06D019

HEX: #06D019
RGB: (6,208,25)

Renk bilgisi

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

RGB renk modeli

#06D019 color RGB value is (6,208,25).

  • kırmız ton 6;
  • yeşil ton 208;
  • mavi ton 25.
RGB:
(6,208,25)
(2%,82%,10%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 208 of 255 = 82%
B 25 of 255 = 10%

6
208
25

R + G + B ~ 31%. #06D019 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 208 + 25 = 239 (100%)
R 6 of 239 ~ 2.51%
G 208 of 239 ~ 87.03%
B 25 of 239 ~ 10.46%

%87.03
%10.46

CMYK RENK MODELİ

#06D019 rengi CMYK tonu (97,0,88,18).

  • camgöbeği tonu 97.12%
  • eflatun tonu 0.00%
  • sarı tonu 87.98%
  • ana renk tonu 18.43%
CMYK:
(97,0,88,18)
C97M0Y88K18 
(97%,0%,88%,18%)
(0.97/0.00/0.88/0.18)	

CMYK yüzdeleri

%97.12
%0
%87.98
%18.43

Codes

Color #06D019 in popluar color models

06D019
RGB620825
HSL126°94.39%41.96%
HSB/HSV126°97.12%81.57%
CMYK97.12%0.00%87.98%
18.43%

Color #06D019 in popluar number systems.

HEX06D019
Decimal620825
Binary1101101000011001
Octal632031

Shades and tints

Shades of #06D019

#06D019
(6,208,25)
#06BE17
(6,190,23)
#06AC15
(6,172,21)
#069A13
(6,154,19)
#068811
(6,136,17)
#06760F
(6,118,15)
#06640D
(6,100,13)
#06520B
(6,82,11)
#064009
(6,64,9)
#062E07
(6,46,7)
#061C05
(6,28,5)
#000000
(0,0,0)

Tints of #06D019

#06D019
(6,208,25)
#1CD42D
(28,212,45)
#32D841
(50,216,65)
#48DC55
(72,220,85)
#5EE069
(94,224,105)
#74E47D
(116,228,125)
#8AE891
(138,232,145)
#A0ECA5
(160,236,165)
#B6F0B9
(182,240,185)
#CCF4CD
(204,244,205)
#E2F8E1
(226,248,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D019 color. Also use rgb(6,208,25) instead hex code.

Text Font Color

.myTextColor { color: #06D019; }

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

This text font color is #06D019.


Background Color

.myBgColor { background-color: #06D019; }

<div style="background-color:#06D019">Inner text</div>

This div background color is #06D019.


Border color

.myBorderColor { border: 1px solid #06D019; }

<div style="border:3px solid #06D019">Div</div>

This div border color is #06D019.


Opacity

.myOpacity80 { color: #06D019; opacity: 0.8; }

<p style="color:#06D019;opacity:0.8;">80%</p>

Text with #06D019 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 #06D019;}

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

This text has shadow with #06D019 color.

.textShadow {text-shadow: 3px 3px 1px #06D019, 3px 3px 1px red;}

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

This text has shadow with #06D019 primary color and red secondary color.


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

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

This text has shadow with #06D019 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06D019 on black background.


Color preview on white background

This text has color #06D019 on white background.



Black color preview on #06D019 background

This text has black color on #06D019 background.


White color preview on #06D019 background

This text has white color on #06D019 background.