COLOR #8CAE50

HEX: #8CAE50
RGB: (140,174,80)

Renk bilgisi

#8CAE50 contains mainly red and green colors. #8CAE50 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#8CAE50 color RGB value is (140,174,80).

  • kırmız ton 140;
  • yeşil ton 174;
  • mavi ton 80.
RGB:
(140,174,80)
(55%,68%,31%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 174 of 255 = 68%
B 80 of 255 = 31%

140
174
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 174 + 80 = 394 (100%)
R 140 of 394 ~ 35.53%
G 174 of 394 ~ 44.16%
B 80 of 394 ~ 20.3%

%35.53
%44.16
%20.3

CMYK RENK MODELİ

#8CAE50 rengi CMYK tonu (20,0,54,32).

  • camgöbeği tonu 19.54%
  • eflatun tonu 0.00%
  • sarı tonu 54.02%
  • ana renk tonu 31.76%
CMYK:
(20,0,54,32)
C20M0Y54K32 
(20%,0%,54%,32%)
(0.20/0.00/0.54/0.32)	

CMYK yüzdeleri

%19.54
%0
%54.02
%31.76

Codes

Color #8CAE50 in popluar color models

8CAE50
RGB14017480
HSL82°37.01%49.80%
HSB/HSV82°54.02%68.24%
CMYK19.54%0.00%54.02%
31.76%

Color #8CAE50 in popluar number systems.

HEX8CAE50
Decimal14017480
Binary10001100101011101010000
Octal214256120

Shades and tints

Shades of #8CAE50

#8CAE50
(140,174,80)
#809F49
(128,159,73)
#749042
(116,144,66)
#68813B
(104,129,59)
#5C7234
(92,114,52)
#50632D
(80,99,45)
#445426
(68,84,38)
#38451F
(56,69,31)
#2C3618
(44,54,24)
#202711
(32,39,17)
#14180A
(20,24,10)
#000000
(0,0,0)

Tints of #8CAE50

#8CAE50
(140,174,80)
#96B55F
(150,181,95)
#A0BC6E
(160,188,110)
#AAC37D
(170,195,125)
#B4CA8C
(180,202,140)
#BED19B
(190,209,155)
#C8D8AA
(200,216,170)
#D2DFB9
(210,223,185)
#DCE6C8
(220,230,200)
#E6EDD7
(230,237,215)
#F0F4E6
(240,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAE50 color. Also use rgb(140,174,80) instead hex code.

Text Font Color

.myTextColor { color: #8CAE50; }

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

This text font color is #8CAE50.


Background Color

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

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

This div background color is #8CAE50.


Border color

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

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

This div border color is #8CAE50.


Opacity

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

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

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

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

This text has shadow with #8CAE50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAE50 on black background.


Color preview on white background

This text has color #8CAE50 on white background.



Black color preview on #8CAE50 background

This text has black color on #8CAE50 background.


White color preview on #8CAE50 background

This text has white color on #8CAE50 background.