COLOR #0CC502

HEX: #0CC502
RGB: (12,197,2)

Renk bilgisi

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

RGB renk modeli

#0CC502 color RGB value is (12,197,2).

  • kırmız ton 12;
  • yeşil ton 197;
  • mavi ton 2.
RGB:
(12,197,2)
(5%,77%,1%)

RGB bağlantıları ve doygunluk

R 12 of 255 = 5%
G 197 of 255 = 77%
B 2 of 255 = 1%

12
197
2

R + G + B ~ 28%. #0CC502 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
12 + 197 + 2 = 211 (100%)
R 12 of 211 ~ 5.69%
G 197 of 211 ~ 93.36%
B 2 of 211 ~ 0.95%

%93.36

CMYK RENK MODELİ

#0CC502 rengi CMYK tonu (94,0,99,23).

  • camgöbeği tonu 93.91%
  • eflatun tonu 0.00%
  • sarı tonu 98.98%
  • ana renk tonu 22.75%
CMYK:
(94,0,99,23)
C94M0Y99K23 
(94%,0%,99%,23%)
(0.94/0.00/0.99/0.23)	

CMYK yüzdeleri

%93.91
%0
%98.98
%22.75

Codes

Color #0CC502 in popluar color models

0CC502
RGB121972
HSL117°97.99%39.02%
HSB/HSV117°98.98%77.25%
CMYK93.91%0.00%98.98%
22.75%

Color #0CC502 in popluar number systems.

HEX0CC502
Decimal121972
Binary11001100010110
Octal143052

Shades and tints

Shades of #0CC502

#0CC502
(12,197,2)
#0BB402
(11,180,2)
#0AA302
(10,163,2)
#099202
(9,146,2)
#088102
(8,129,2)
#077002
(7,112,2)
#065F02
(6,95,2)
#054E02
(5,78,2)
#043D02
(4,61,2)
#032C02
(3,44,2)
#021B02
(2,27,2)
#000000
(0,0,0)

Tints of #0CC502

#0CC502
(12,197,2)
#22CA19
(34,202,25)
#38CF30
(56,207,48)
#4ED447
(78,212,71)
#64D95E
(100,217,94)
#7ADE75
(122,222,117)
#90E38C
(144,227,140)
#A6E8A3
(166,232,163)
#BCEDBA
(188,237,186)
#D2F2D1
(210,242,209)
#E8F7E8
(232,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0CC502 color. Also use rgb(12,197,2) instead hex code.

Text Font Color

.myTextColor { color: #0CC502; }

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

This text font color is #0CC502.


Background Color

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

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

This div background color is #0CC502.


Border color

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

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

This div border color is #0CC502.


Opacity

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

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

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

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

This text has shadow with #0CC502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0CC502 on black background.


Color preview on white background

This text has color #0CC502 on white background.



Black color preview on #0CC502 background

This text has black color on #0CC502 background.


White color preview on #0CC502 background

This text has white color on #0CC502 background.