COLOR #8ADC77

HEX: #8ADC77
RGB: (138,220,119)

Renk bilgisi

#8ADC77 contains mainly green color. #8ADC77 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#8ADC77 color RGB value is (138,220,119).

  • kırmız ton 138;
  • yeşil ton 220;
  • mavi ton 119.
RGB:
(138,220,119)
(54%,86%,47%)

RGB bağlantıları ve doygunluk

R 138 of 255 = 54%
G 220 of 255 = 86%
B 119 of 255 = 47%

138
220
119

R + G + B ~ 62%. #8ADC77 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
138 + 220 + 119 = 477 (100%)
R 138 of 477 ~ 28.93%
G 220 of 477 ~ 46.12%
B 119 of 477 ~ 24.95%

%28.93
%46.12
%24.95

CMYK RENK MODELİ

#8ADC77 rengi CMYK tonu (37,0,46,14).

  • camgöbeği tonu 37.27%
  • eflatun tonu 0.00%
  • sarı tonu 45.91%
  • ana renk tonu 13.73%
CMYK:
(37,0,46,14)
C37M0Y46K14 
(37%,0%,46%,14%)
(0.37/0.00/0.46/0.14)	

CMYK yüzdeleri

%37.27
%0
%45.91
%13.73

Codes

Color #8ADC77 in popluar color models

8ADC77
RGB138220119
HSL109°59.06%66.47%
HSB/HSV109°45.91%86.27%
CMYK37.27%0.00%45.91%
13.73%

Color #8ADC77 in popluar number systems.

HEX8ADC77
Decimal138220119
Binary10001010110111001110111
Octal212334167

Shades and tints

Shades of #8ADC77

#8ADC77
(138,220,119)
#7EC86D
(126,200,109)
#72B463
(114,180,99)
#66A059
(102,160,89)
#5A8C4F
(90,140,79)
#4E7845
(78,120,69)
#42643B
(66,100,59)
#365031
(54,80,49)
#2A3C27
(42,60,39)
#1E281D
(30,40,29)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8ADC77

#8ADC77
(138,220,119)
#94DF83
(148,223,131)
#9EE28F
(158,226,143)
#A8E59B
(168,229,155)
#B2E8A7
(178,232,167)
#BCEBB3
(188,235,179)
#C6EEBF
(198,238,191)
#D0F1CB
(208,241,203)
#DAF4D7
(218,244,215)
#E4F7E3
(228,247,227)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADC77 color. Also use rgb(138,220,119) instead hex code.

Text Font Color

.myTextColor { color: #8ADC77; }

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

This text font color is #8ADC77.


Background Color

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

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

This div background color is #8ADC77.


Border color

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

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

This div border color is #8ADC77.


Opacity

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

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

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

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

This text has shadow with #8ADC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADC77 on black background.


Color preview on white background

This text has color #8ADC77 on white background.



Black color preview on #8ADC77 background

This text has black color on #8ADC77 background.


White color preview on #8ADC77 background

This text has white color on #8ADC77 background.