COLOR #15C003

HEX: #15C003
RGB: (21,192,3)

Renk bilgisi

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

RGB renk modeli

#15C003 color RGB value is (21,192,3).

  • kırmız ton 21;
  • yeşil ton 192;
  • mavi ton 3.
RGB:
(21,192,3)
(8%,75%,1%)

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 192 of 255 = 75%
B 3 of 255 = 1%

21
192
3

R + G + B ~ 28%. #15C003 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 192 + 3 = 216 (100%)
R 21 of 216 ~ 9.72%
G 192 of 216 ~ 88.89%
B 3 of 216 ~ 1.39%

%9.72
%88.89

CMYK RENK MODELİ

#15C003 rengi CMYK tonu (89,0,98,25).

  • camgöbeği tonu 89.06%
  • eflatun tonu 0.00%
  • sarı tonu 98.44%
  • ana renk tonu 24.71%
CMYK:
(89,0,98,25)
C89M0Y98K25 
(89%,0%,98%,25%)
(0.89/0.00/0.98/0.25)	

CMYK yüzdeleri

%89.06
%0
%98.44
%24.71

Codes

Color #15C003 in popluar color models

15C003
RGB211923
HSL114°96.92%38.24%
HSB/HSV114°98.44%75.29%
CMYK89.06%0.00%98.44%
24.71%

Color #15C003 in popluar number systems.

HEX15C003
Decimal211923
Binary101011100000011
Octal253003

Shades and tints

Shades of #15C003

#15C003
(21,192,3)
#14AF03
(20,175,3)
#139E03
(19,158,3)
#128D03
(18,141,3)
#117C03
(17,124,3)
#106B03
(16,107,3)
#0F5A03
(15,90,3)
#0E4903
(14,73,3)
#0D3803
(13,56,3)
#0C2703
(12,39,3)
#0B1603
(11,22,3)
#000000
(0,0,0)

Tints of #15C003

#15C003
(21,192,3)
#2AC519
(42,197,25)
#3FCA2F
(63,202,47)
#54CF45
(84,207,69)
#69D45B
(105,212,91)
#7ED971
(126,217,113)
#93DE87
(147,222,135)
#A8E39D
(168,227,157)
#BDE8B3
(189,232,179)
#D2EDC9
(210,237,201)
#E7F2DF
(231,242,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15C003 color. Also use rgb(21,192,3) instead hex code.

Text Font Color

.myTextColor { color: #15C003; }

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

This text font color is #15C003.


Background Color

.myBgColor { background-color: #15C003; }

<div style="background-color:#15C003">Inner text</div>

This div background color is #15C003.


Border color

.myBorderColor { border: 1px solid #15C003; }

<div style="border:3px solid #15C003">Div</div>

This div border color is #15C003.


Opacity

.myOpacity80 { color: #15C003; opacity: 0.8; }

<p style="color:#15C003;opacity:0.8;">80%</p>

Text with #15C003 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 #15C003;}

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

This text has shadow with #15C003 color.

.textShadow {text-shadow: 3px 3px 1px #15C003, 3px 3px 1px red;}

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

This text has shadow with #15C003 primary color and red secondary color.


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

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

This text has shadow with #15C003 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15C003 on black background.


Color preview on white background

This text has color #15C003 on white background.



Black color preview on #15C003 background

This text has black color on #15C003 background.


White color preview on #15C003 background

This text has white color on #15C003 background.