COLOR #0ECC27

HEX: #0ECC27
RGB: (14,204,39)

Renk bilgisi

#0ECC27 contains mainly green color. #0ECC27 ‘ nin web güvenlik rengi #00CC33 (ya da #0C3) dir.

RGB renk modeli

#0ECC27 color RGB value is (14,204,39).

  • kırmız ton 14;
  • yeşil ton 204;
  • mavi ton 39.
RGB:
(14,204,39)
(5%,80%,15%)

RGB bağlantıları ve doygunluk

R 14 of 255 = 5%
G 204 of 255 = 80%
B 39 of 255 = 15%

14
204
39

R + G + B ~ 33%. #0ECC27 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
14 + 204 + 39 = 257 (100%)
R 14 of 257 ~ 5.45%
G 204 of 257 ~ 79.38%
B 39 of 257 ~ 15.18%

%79.38
%15.18

CMYK RENK MODELİ

#0ECC27 rengi CMYK tonu (93,0,81,20).

  • camgöbeği tonu 93.14%
  • eflatun tonu 0.00%
  • sarı tonu 80.88%
  • ana renk tonu 20.00%
CMYK:
(93,0,81,20)
C93M0Y81K20 
(93%,0%,81%,20%)
(0.93/0.00/0.81/0.20)	

CMYK yüzdeleri

%93.14
%0
%80.88
%20

Codes

Color #0ECC27 in popluar color models

0ECC27
RGB1420439
HSL128°87.16%42.75%
HSB/HSV128°93.14%80.00%
CMYK93.14%0.00%80.88%
20.00%

Color #0ECC27 in popluar number systems.

HEX0ECC27
Decimal1420439
Binary111011001100100111
Octal1631447

Shades and tints

Shades of #0ECC27

#0ECC27
(14,204,39)
#0DBA24
(13,186,36)
#0CA821
(12,168,33)
#0B961E
(11,150,30)
#0A841B
(10,132,27)
#097218
(9,114,24)
#086015
(8,96,21)
#074E12
(7,78,18)
#063C0F
(6,60,15)
#052A0C
(5,42,12)
#041809
(4,24,9)
#000000
(0,0,0)

Tints of #0ECC27

#0ECC27
(14,204,39)
#23D03A
(35,208,58)
#38D44D
(56,212,77)
#4DD860
(77,216,96)
#62DC73
(98,220,115)
#77E086
(119,224,134)
#8CE499
(140,228,153)
#A1E8AC
(161,232,172)
#B6ECBF
(182,236,191)
#CBF0D2
(203,240,210)
#E0F4E5
(224,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ECC27 color. Also use rgb(14,204,39) instead hex code.

Text Font Color

.myTextColor { color: #0ECC27; }

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

This text font color is #0ECC27.


Background Color

.myBgColor { background-color: #0ECC27; }

<div style="background-color:#0ECC27">Inner text</div>

This div background color is #0ECC27.


Border color

.myBorderColor { border: 1px solid #0ECC27; }

<div style="border:3px solid #0ECC27">Div</div>

This div border color is #0ECC27.


Opacity

.myOpacity80 { color: #0ECC27; opacity: 0.8; }

<p style="color:#0ECC27;opacity:0.8;">80%</p>

Text with #0ECC27 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 #0ECC27;}

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

This text has shadow with #0ECC27 color.

.textShadow {text-shadow: 3px 3px 1px #0ECC27, 3px 3px 1px red;}

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

This text has shadow with #0ECC27 primary color and red secondary color.


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

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

This text has shadow with #0ECC27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0ECC27 on black background.


Color preview on white background

This text has color #0ECC27 on white background.



Black color preview on #0ECC27 background

This text has black color on #0ECC27 background.


White color preview on #0ECC27 background

This text has white color on #0ECC27 background.