COLOR #8DAF21

HEX: #8DAF21
RGB: (141,175,33)

Color info

#8DAF21 contains mainly red and green colors. Web safe color of #8DAF21 is #999933 (or #993).

RGB color model

#8DAF21 color RGB value is (141,175,33).

  • red value is 141;
  • green value is 175;
  • blue value is 33.
RGB:
(141,175,33)
(55%,69%,13%)

RGB channels and saturation

R 141 of 255 = 55%
G 175 of 255 = 69%
B 33 of 255 = 13%

141
175
33

R + G + B ~ 46%. #8DAF21 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 175 + 33 = 349 (100%)
R 141 of 349 ~ 40.4%
G 175 of 349 ~ 50.14%
B 33 of 349 ~ 9.46%

%40.4
%50.14

CMYK color model

#8DAF21 color CMYK value is (19,0,81,31).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 81.14%
  • key color value is 31.37%
CMYK:
(19,0,81,31)
C19M0Y81K31 
(19%,0%,81%,31%)
(0.19/0.00/0.81/0.31)	

CMYK percentages

%19.43
%0
%81.14
%31.37

Codes

Color #8DAF21 in popluar color models

8DAF21
RGB14117533
HSL74°68.27%40.78%
HSB/HSV74°81.14%68.63%
CMYK19.43%0.00%81.14%
31.37%

Color #8DAF21 in popluar number systems.

HEX8DAF21
Decimal14117533
Binary1000110110101111100001
Octal21525741

Shades and tints

Shades of #8DAF21

#8DAF21
(141,175,33)
#81A01E
(129,160,30)
#75911B
(117,145,27)
#698218
(105,130,24)
#5D7315
(93,115,21)
#516412
(81,100,18)
#45550F
(69,85,15)
#39460C
(57,70,12)
#2D3709
(45,55,9)
#212806
(33,40,6)
#151903
(21,25,3)
#000000
(0,0,0)

Tints of #8DAF21

#8DAF21
(141,175,33)
#97B635
(151,182,53)
#A1BD49
(161,189,73)
#ABC45D
(171,196,93)
#B5CB71
(181,203,113)
#BFD285
(191,210,133)
#C9D999
(201,217,153)
#D3E0AD
(211,224,173)
#DDE7C1
(221,231,193)
#E7EED5
(231,238,213)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAF21 color. Also use rgb(141,175,33) instead hex code.

Text Font Color

.myTextColor { color: #8DAF21; }

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

This text font color is #8DAF21.


Background Color

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

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

This div background color is #8DAF21.


Border color

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

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

This div border color is #8DAF21.


Opacity

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

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

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

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

This text has shadow with #8DAF21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAF21 on black background.


Color preview on white background

This text has color #8DAF21 on white background.



Black color preview on #8DAF21 background

This text has black color on #8DAF21 background.


White color preview on #8DAF21 background

This text has white color on #8DAF21 background.