COLOR #84A000

HEX: #84A000
RGB: (132,160,0)

Renk bilgisi

#84A000 contains only red and green colors. #84A000 ‘ nin web güvenlik rengi #999900 (ya da #990) dir.

RGB renk modeli

#84A000 color RGB value is (132,160,0).

  • kırmız ton 132;
  • yeşil ton 160;
  • mavi ton 0.
RGB:
(132,160,0)
(52%,63%,0%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 160 of 255 = 63%
B 0 of 255 = 0%

132
160
0

R + G + B ~ 38%. #84A000 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 160 + 0 = 292 (100%)
R 132 of 292 ~ 45.21%
G 160 of 292 ~ 54.79%
B 0 of 292 ~ 0%

%45.21
%54.79

CMYK RENK MODELİ

#84A000 rengi CMYK tonu (18,0,100,37).

  • camgöbeği tonu 17.50%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 37.25%
CMYK:
(18,0,100,37)
C18M0Y100K37 
(18%,0%,100%,37%)
(0.18/0.00/1.00/0.37)	

CMYK yüzdeleri

%17.5
%0
%100
%37.25

Codes

Color #84A000 in popluar color models

84A000
RGB1321600
HSL71°100.00%31.37%
HSB/HSV71°100.00%62.75%
CMYK17.50%0.00%100.00%
37.25%

Color #84A000 in popluar number systems.

HEX84A000
Decimal1321600
Binary10000100101000000
Octal2042400

Shades and tints

Shades of #84A000

#84A000
(132,160,0)
#789200
(120,146,0)
#6C8400
(108,132,0)
#607600
(96,118,0)
#546800
(84,104,0)
#485A00
(72,90,0)
#3C4C00
(60,76,0)
#303E00
(48,62,0)
#243000
(36,48,0)
#182200
(24,34,0)
#0C1400
(12,20,0)
#000000
(0,0,0)

Tints of #84A000

#84A000
(132,160,0)
#8FA817
(143,168,23)
#9AB02E
(154,176,46)
#A5B845
(165,184,69)
#B0C05C
(176,192,92)
#BBC873
(187,200,115)
#C6D08A
(198,208,138)
#D1D8A1
(209,216,161)
#DCE0B8
(220,224,184)
#E7E8CF
(231,232,207)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A000 color. Also use rgb(132,160,0) instead hex code.

Text Font Color

.myTextColor { color: #84A000; }

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

This text font color is #84A000.


Background Color

.myBgColor { background-color: #84A000; }

<div style="background-color:#84A000">Inner text</div>

This div background color is #84A000.


Border color

.myBorderColor { border: 1px solid #84A000; }

<div style="border:3px solid #84A000">Div</div>

This div border color is #84A000.


Opacity

.myOpacity80 { color: #84A000; opacity: 0.8; }

<p style="color:#84A000;opacity:0.8;">80%</p>

Text with #84A000 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 #84A000;}

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

This text has shadow with #84A000 color.

.textShadow {text-shadow: 3px 3px 1px #84A000, 3px 3px 1px red;}

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

This text has shadow with #84A000 primary color and red secondary color.


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

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

This text has shadow with #84A000 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A000 on black background.


Color preview on white background

This text has color #84A000 on white background.



Black color preview on #84A000 background

This text has black color on #84A000 background.


White color preview on #84A000 background

This text has white color on #84A000 background.