COLOR #06C614

HEX: #06C614
RGB: (6,198,20)

Renk bilgisi

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

RGB renk modeli

#06C614 color RGB value is (6,198,20).

  • kırmız ton 6;
  • yeşil ton 198;
  • mavi ton 20.
RGB:
(6,198,20)
(2%,78%,8%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 198 of 255 = 78%
B 20 of 255 = 8%

6
198
20

R + G + B ~ 29%. #06C614 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 198 + 20 = 224 (100%)
R 6 of 224 ~ 2.68%
G 198 of 224 ~ 88.39%
B 20 of 224 ~ 8.93%

%88.39

CMYK RENK MODELİ

#06C614 rengi CMYK tonu (97,0,90,22).

  • camgöbeği tonu 96.97%
  • eflatun tonu 0.00%
  • sarı tonu 89.90%
  • ana renk tonu 22.35%
CMYK:
(97,0,90,22)
C97M0Y90K22 
(97%,0%,90%,22%)
(0.97/0.00/0.90/0.22)	

CMYK yüzdeleri

%96.97
%0
%89.9
%22.35

Codes

Color #06C614 in popluar color models

06C614
RGB619820
HSL124°94.12%40.00%
HSB/HSV124°96.97%77.65%
CMYK96.97%0.00%89.90%
22.35%

Color #06C614 in popluar number systems.

HEX06C614
Decimal619820
Binary1101100011010100
Octal630624

Shades and tints

Shades of #06C614

#06C614
(6,198,20)
#06B413
(6,180,19)
#06A212
(6,162,18)
#069011
(6,144,17)
#067E10
(6,126,16)
#066C0F
(6,108,15)
#065A0E
(6,90,14)
#06480D
(6,72,13)
#06360C
(6,54,12)
#06240B
(6,36,11)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #06C614

#06C614
(6,198,20)
#1CCB29
(28,203,41)
#32D03E
(50,208,62)
#48D553
(72,213,83)
#5EDA68
(94,218,104)
#74DF7D
(116,223,125)
#8AE492
(138,228,146)
#A0E9A7
(160,233,167)
#B6EEBC
(182,238,188)
#CCF3D1
(204,243,209)
#E2F8E6
(226,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06C614 color. Also use rgb(6,198,20) instead hex code.

Text Font Color

.myTextColor { color: #06C614; }

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

This text font color is #06C614.


Background Color

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

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

This div background color is #06C614.


Border color

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

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

This div border color is #06C614.


Opacity

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

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

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

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

This text has shadow with #06C614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06C614 on black background.


Color preview on white background

This text has color #06C614 on white background.



Black color preview on #06C614 background

This text has black color on #06C614 background.


White color preview on #06C614 background

This text has white color on #06C614 background.