COLOR #84A300

HEX: #84A300
RGB: (132,163,0)

Renk bilgisi

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

RGB renk modeli

#84A300 color RGB value is (132,163,0).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 163 of 255 = 64%
B 0 of 255 = 0%

132
163
0

R + G + B ~ 39%. #84A300 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 163 + 0 = 295 (100%)
R 132 of 295 ~ 44.75%
G 163 of 295 ~ 55.25%
B 0 of 295 ~ 0%

%44.75
%55.25

CMYK RENK MODELİ

#84A300 rengi CMYK tonu (19,0,100,36).

  • camgöbeği tonu 19.02%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 36.08%
CMYK:
(19,0,100,36)
C19M0Y100K36 
(19%,0%,100%,36%)
(0.19/0.00/1.00/0.36)	

CMYK yüzdeleri

%19.02
%0
%100
%36.08

Codes

Color #84A300 in popluar color models

84A300
RGB1321630
HSL71°100.00%31.96%
HSB/HSV71°100.00%63.92%
CMYK19.02%0.00%100.00%
36.08%

Color #84A300 in popluar number systems.

HEX84A300
Decimal1321630
Binary10000100101000110
Octal2042430

Shades and tints

Shades of #84A300

#84A300
(132,163,0)
#789500
(120,149,0)
#6C8700
(108,135,0)
#607900
(96,121,0)
#546B00
(84,107,0)
#485D00
(72,93,0)
#3C4F00
(60,79,0)
#304100
(48,65,0)
#243300
(36,51,0)
#182500
(24,37,0)
#0C1700
(12,23,0)
#000000
(0,0,0)

Tints of #84A300

#84A300
(132,163,0)
#8FAB17
(143,171,23)
#9AB32E
(154,179,46)
#A5BB45
(165,187,69)
#B0C35C
(176,195,92)
#BBCB73
(187,203,115)
#C6D38A
(198,211,138)
#D1DBA1
(209,219,161)
#DCE3B8
(220,227,184)
#E7EBCF
(231,235,207)
#F2F3E6
(242,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A300; }

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

This text font color is #84A300.


Background Color

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

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

This div background color is #84A300.


Border color

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

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

This div border color is #84A300.


Opacity

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

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

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

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

This text has shadow with #84A300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A300 on black background.


Color preview on white background

This text has color #84A300 on white background.



Black color preview on #84A300 background

This text has black color on #84A300 background.


White color preview on #84A300 background

This text has white color on #84A300 background.