COLOR #8CC76D

HEX: #8CC76D
RGB: (140,199,109)

Renk bilgisi

#8CC76D contains mainly red and green colors. #8CC76D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#8CC76D color RGB value is (140,199,109).

  • kırmız ton 140;
  • yeşil ton 199;
  • mavi ton 109.
RGB:
(140,199,109)
(55%,78%,43%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 199 of 255 = 78%
B 109 of 255 = 43%

140
199
109

R + G + B ~ 59%. #8CC76D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 199 + 109 = 448 (100%)
R 140 of 448 ~ 31.25%
G 199 of 448 ~ 44.42%
B 109 of 448 ~ 24.33%

%31.25
%44.42
%24.33

CMYK RENK MODELİ

#8CC76D rengi CMYK tonu (30,0,45,22).

  • camgöbeği tonu 29.65%
  • eflatun tonu 0.00%
  • sarı tonu 45.23%
  • ana renk tonu 21.96%
CMYK:
(30,0,45,22)
C30M0Y45K22 
(30%,0%,45%,22%)
(0.30/0.00/0.45/0.22)	

CMYK yüzdeleri

%29.65
%0
%45.23
%21.96

Codes

Color #8CC76D in popluar color models

8CC76D
RGB140199109
HSL99°44.55%60.39%
HSB/HSV99°45.23%78.04%
CMYK29.65%0.00%45.23%
21.96%

Color #8CC76D in popluar number systems.

HEX8CC76D
Decimal140199109
Binary10001100110001111101101
Octal214307155

Shades and tints

Shades of #8CC76D

#8CC76D
(140,199,109)
#80B564
(128,181,100)
#74A35B
(116,163,91)
#689152
(104,145,82)
#5C7F49
(92,127,73)
#506D40
(80,109,64)
#445B37
(68,91,55)
#38492E
(56,73,46)
#2C3725
(44,55,37)
#20251C
(32,37,28)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8CC76D

#8CC76D
(140,199,109)
#96CC7A
(150,204,122)
#A0D187
(160,209,135)
#AAD694
(170,214,148)
#B4DBA1
(180,219,161)
#BEE0AE
(190,224,174)
#C8E5BB
(200,229,187)
#D2EAC8
(210,234,200)
#DCEFD5
(220,239,213)
#E6F4E2
(230,244,226)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC76D color. Also use rgb(140,199,109) instead hex code.

Text Font Color

.myTextColor { color: #8CC76D; }

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

This text font color is #8CC76D.


Background Color

.myBgColor { background-color: #8CC76D; }

<div style="background-color:#8CC76D">Inner text</div>

This div background color is #8CC76D.


Border color

.myBorderColor { border: 1px solid #8CC76D; }

<div style="border:3px solid #8CC76D">Div</div>

This div border color is #8CC76D.


Opacity

.myOpacity80 { color: #8CC76D; opacity: 0.8; }

<p style="color:#8CC76D;opacity:0.8;">80%</p>

Text with #8CC76D 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 #8CC76D;}

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

This text has shadow with #8CC76D color.

.textShadow {text-shadow: 3px 3px 1px #8CC76D, 3px 3px 1px red;}

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

This text has shadow with #8CC76D primary color and red secondary color.


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

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

This text has shadow with #8CC76D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC76D on black background.


Color preview on white background

This text has color #8CC76D on white background.



Black color preview on #8CC76D background

This text has black color on #8CC76D background.


White color preview on #8CC76D background

This text has white color on #8CC76D background.