COLOR #9EB74A

HEX: #9EB74A
RGB: (158,183,74)

Renk bilgisi

#9EB74A contains mainly red and green colors. #9EB74A ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#9EB74A color RGB value is (158,183,74).

  • kırmız ton 158;
  • yeşil ton 183;
  • mavi ton 74.
RGB:
(158,183,74)
(62%,72%,29%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 183 of 255 = 72%
B 74 of 255 = 29%

158
183
74

R + G + B ~ 54%. #9EB74A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 183 + 74 = 415 (100%)
R 158 of 415 ~ 38.07%
G 183 of 415 ~ 44.1%
B 74 of 415 ~ 17.83%

%38.07
%44.1
%17.83

CMYK RENK MODELİ

#9EB74A rengi CMYK tonu (14,0,60,28).

  • camgöbeği tonu 13.66%
  • eflatun tonu 0.00%
  • sarı tonu 59.56%
  • ana renk tonu 28.24%
CMYK:
(14,0,60,28)
C14M0Y60K28 
(14%,0%,60%,28%)
(0.14/0.00/0.60/0.28)	

CMYK yüzdeleri

%13.66
%0
%59.56
%28.24

Codes

Color #9EB74A in popluar color models

9EB74A
RGB15818374
HSL74°43.08%50.39%
HSB/HSV74°59.56%71.76%
CMYK13.66%0.00%59.56%
28.24%

Color #9EB74A in popluar number systems.

HEX9EB74A
Decimal15818374
Binary10011110101101111001010
Octal236267112

Shades and tints

Shades of #9EB74A

#9EB74A
(158,183,74)
#90A744
(144,167,68)
#82973E
(130,151,62)
#748738
(116,135,56)
#667732
(102,119,50)
#58672C
(88,103,44)
#4A5726
(74,87,38)
#3C4720
(60,71,32)
#2E371A
(46,55,26)
#202714
(32,39,20)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #9EB74A

#9EB74A
(158,183,74)
#A6BD5A
(166,189,90)
#AEC36A
(174,195,106)
#B6C97A
(182,201,122)
#BECF8A
(190,207,138)
#C6D59A
(198,213,154)
#CEDBAA
(206,219,170)
#D6E1BA
(214,225,186)
#DEE7CA
(222,231,202)
#E6EDDA
(230,237,218)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB74A color. Also use rgb(158,183,74) instead hex code.

Text Font Color

.myTextColor { color: #9EB74A; }

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

This text font color is #9EB74A.


Background Color

.myBgColor { background-color: #9EB74A; }

<div style="background-color:#9EB74A">Inner text</div>

This div background color is #9EB74A.


Border color

.myBorderColor { border: 1px solid #9EB74A; }

<div style="border:3px solid #9EB74A">Div</div>

This div border color is #9EB74A.


Opacity

.myOpacity80 { color: #9EB74A; opacity: 0.8; }

<p style="color:#9EB74A;opacity:0.8;">80%</p>

Text with #9EB74A 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 #9EB74A;}

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

This text has shadow with #9EB74A color.

.textShadow {text-shadow: 3px 3px 1px #9EB74A, 3px 3px 1px red;}

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

This text has shadow with #9EB74A primary color and red secondary color.


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

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

This text has shadow with #9EB74A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB74A on black background.


Color preview on white background

This text has color #9EB74A on white background.



Black color preview on #9EB74A background

This text has black color on #9EB74A background.


White color preview on #9EB74A background

This text has white color on #9EB74A background.