COLOR #06EC92

HEX: #06EC92
RGB: (6,236,146)

Renk bilgisi

#06EC92 contains mainly green color. #06EC92 ‘ nin web güvenlik rengi #00FF99 (ya da #0F9) dir.

RGB renk modeli

#06EC92 color RGB value is (6,236,146).

  • kırmız ton 6;
  • yeşil ton 236;
  • mavi ton 146.
RGB:
(6,236,146)
(2%,93%,57%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 236 of 255 = 93%
B 146 of 255 = 57%

6
236
146

R + G + B ~ 51%. #06EC92 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 236 + 146 = 388 (100%)
R 6 of 388 ~ 1.55%
G 236 of 388 ~ 60.82%
B 146 of 388 ~ 37.63%

%60.82
%37.63

CMYK RENK MODELİ

#06EC92 rengi CMYK tonu (97,0,38,7).

  • camgöbeği tonu 97.46%
  • eflatun tonu 0.00%
  • sarı tonu 38.14%
  • ana renk tonu 7.45%
CMYK:
(97,0,38,7)
C97M0Y38K7 
(97%,0%,38%,7%)
(0.97/0.00/0.38/0.07)	

CMYK yüzdeleri

%97.46
%0
%38.14
%7.45

Codes

Color #06EC92 in popluar color models

06EC92
RGB6236146
HSL157°95.04%47.45%
HSB/HSV157°97.46%92.55%
CMYK97.46%0.00%38.14%
7.45%

Color #06EC92 in popluar number systems.

HEX06EC92
Decimal6236146
Binary1101110110010010010
Octal6354222

Shades and tints

Shades of #06EC92

#06EC92
(6,236,146)
#06D785
(6,215,133)
#06C278
(6,194,120)
#06AD6B
(6,173,107)
#06985E
(6,152,94)
#068351
(6,131,81)
#066E44
(6,110,68)
#065937
(6,89,55)
#06442A
(6,68,42)
#062F1D
(6,47,29)
#061A10
(6,26,16)
#000000
(0,0,0)

Tints of #06EC92

#06EC92
(6,236,146)
#1CED9B
(28,237,155)
#32EEA4
(50,238,164)
#48EFAD
(72,239,173)
#5EF0B6
(94,240,182)
#74F1BF
(116,241,191)
#8AF2C8
(138,242,200)
#A0F3D1
(160,243,209)
#B6F4DA
(182,244,218)
#CCF5E3
(204,245,227)
#E2F6EC
(226,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06EC92 color. Also use rgb(6,236,146) instead hex code.

Text Font Color

.myTextColor { color: #06EC92; }

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

This text font color is #06EC92.


Background Color

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

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

This div background color is #06EC92.


Border color

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

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

This div border color is #06EC92.


Opacity

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

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

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

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

This text has shadow with #06EC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06EC92 on black background.


Color preview on white background

This text has color #06EC92 on white background.



Black color preview on #06EC92 background

This text has black color on #06EC92 background.


White color preview on #06EC92 background

This text has white color on #06EC92 background.