COLOR #15D77C

HEX: #15D77C
RGB: (21,215,124)

Renk bilgisi

#15D77C contains mainly green color. #15D77C ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#15D77C color RGB value is (21,215,124).

  • kırmız ton 21;
  • yeşil ton 215;
  • mavi ton 124.
RGB:
(21,215,124)
(8%,84%,49%)

RGB bağlantıları ve doygunluk

R 21 of 255 = 8%
G 215 of 255 = 84%
B 124 of 255 = 49%

21
215
124

R + G + B ~ 47%. #15D77C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
21 + 215 + 124 = 360 (100%)
R 21 of 360 ~ 5.83%
G 215 of 360 ~ 59.72%
B 124 of 360 ~ 34.44%

%59.72
%34.44

CMYK RENK MODELİ

#15D77C rengi CMYK tonu (90,0,42,16).

  • camgöbeği tonu 90.23%
  • eflatun tonu 0.00%
  • sarı tonu 42.33%
  • ana renk tonu 15.69%
CMYK:
(90,0,42,16)
C90M0Y42K16 
(90%,0%,42%,16%)
(0.90/0.00/0.42/0.16)	

CMYK yüzdeleri

%90.23
%0
%42.33
%15.69

Codes

Color #15D77C in popluar color models

15D77C
RGB21215124
HSL152°82.20%46.27%
HSB/HSV152°90.23%84.31%
CMYK90.23%0.00%42.33%
15.69%

Color #15D77C in popluar number systems.

HEX15D77C
Decimal21215124
Binary10101110101111111100
Octal25327174

Shades and tints

Shades of #15D77C

#15D77C
(21,215,124)
#14C471
(20,196,113)
#13B166
(19,177,102)
#129E5B
(18,158,91)
#118B50
(17,139,80)
#107845
(16,120,69)
#0F653A
(15,101,58)
#0E522F
(14,82,47)
#0D3F24
(13,63,36)
#0C2C19
(12,44,25)
#0B190E
(11,25,14)
#000000
(0,0,0)

Tints of #15D77C

#15D77C
(21,215,124)
#2ADA87
(42,218,135)
#3FDD92
(63,221,146)
#54E09D
(84,224,157)
#69E3A8
(105,227,168)
#7EE6B3
(126,230,179)
#93E9BE
(147,233,190)
#A8ECC9
(168,236,201)
#BDEFD4
(189,239,212)
#D2F2DF
(210,242,223)
#E7F5EA
(231,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15D77C color. Also use rgb(21,215,124) instead hex code.

Text Font Color

.myTextColor { color: #15D77C; }

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

This text font color is #15D77C.


Background Color

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

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

This div background color is #15D77C.


Border color

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

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

This div border color is #15D77C.


Opacity

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

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

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

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

This text has shadow with #15D77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15D77C on black background.


Color preview on white background

This text has color #15D77C on white background.



Black color preview on #15D77C background

This text has black color on #15D77C background.


White color preview on #15D77C background

This text has white color on #15D77C background.