COLOR #74AC27

HEX: #74AC27
RGB: (116,172,39)

Renk bilgisi

#74AC27 contains mainly red and green colors. #74AC27 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#74AC27 color RGB value is (116,172,39).

  • kırmız ton 116;
  • yeşil ton 172;
  • mavi ton 39.
RGB:
(116,172,39)
(45%,67%,15%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 172 of 255 = 67%
B 39 of 255 = 15%

116
172
39

R + G + B ~ 42%. #74AC27 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 172 + 39 = 327 (100%)
R 116 of 327 ~ 35.47%
G 172 of 327 ~ 52.6%
B 39 of 327 ~ 11.93%

%35.47
%52.6
%11.93

CMYK RENK MODELİ

#74AC27 rengi CMYK tonu (33,0,77,33).

  • camgöbeği tonu 32.56%
  • eflatun tonu 0.00%
  • sarı tonu 77.33%
  • ana renk tonu 32.55%
CMYK:
(33,0,77,33)
C33M0Y77K33 
(33%,0%,77%,33%)
(0.33/0.00/0.77/0.33)	

CMYK yüzdeleri

%32.56
%0
%77.33
%32.55

Codes

Color #74AC27 in popluar color models

74AC27
RGB11617239
HSL85°63.03%41.37%
HSB/HSV85°77.33%67.45%
CMYK32.56%0.00%77.33%
32.55%

Color #74AC27 in popluar number systems.

HEX74AC27
Decimal11617239
Binary111010010101100100111
Octal16425447

Shades and tints

Shades of #74AC27

#74AC27
(116,172,39)
#6A9D24
(106,157,36)
#608E21
(96,142,33)
#567F1E
(86,127,30)
#4C701B
(76,112,27)
#426118
(66,97,24)
#385215
(56,82,21)
#2E4312
(46,67,18)
#24340F
(36,52,15)
#1A250C
(26,37,12)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #74AC27

#74AC27
(116,172,39)
#80B33A
(128,179,58)
#8CBA4D
(140,186,77)
#98C160
(152,193,96)
#A4C873
(164,200,115)
#B0CF86
(176,207,134)
#BCD699
(188,214,153)
#C8DDAC
(200,221,172)
#D4E4BF
(212,228,191)
#E0EBD2
(224,235,210)
#ECF2E5
(236,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AC27 color. Also use rgb(116,172,39) instead hex code.

Text Font Color

.myTextColor { color: #74AC27; }

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

This text font color is #74AC27.


Background Color

.myBgColor { background-color: #74AC27; }

<div style="background-color:#74AC27">Inner text</div>

This div background color is #74AC27.


Border color

.myBorderColor { border: 1px solid #74AC27; }

<div style="border:3px solid #74AC27">Div</div>

This div border color is #74AC27.


Opacity

.myOpacity80 { color: #74AC27; opacity: 0.8; }

<p style="color:#74AC27;opacity:0.8;">80%</p>

Text with #74AC27 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 #74AC27;}

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

This text has shadow with #74AC27 color.

.textShadow {text-shadow: 3px 3px 1px #74AC27, 3px 3px 1px red;}

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

This text has shadow with #74AC27 primary color and red secondary color.


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

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

This text has shadow with #74AC27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AC27 on black background.


Color preview on white background

This text has color #74AC27 on white background.



Black color preview on #74AC27 background

This text has black color on #74AC27 background.


White color preview on #74AC27 background

This text has white color on #74AC27 background.