COLOR #8EAF21

HEX: #8EAF21 RGB: (142,175,33)

Color info

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

RGB color model

#8EAF21 color RGB value is (142,175,33).

RGB: (142,175,33) (56%, 69%, 13%)

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 33 of 255 = 13%

142
175
33

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

Portions of RGB colors in percentages

R + G + B = 142 + 175 + 33 = 350 (100%)
R 142 of 350 ~ 40.57%
G 175 of 350 ~ 50%
B 33 of 350 ~ 9.43'%

%40.57
%50

CMYK color model

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

  • cyan value is 18.86%
  • 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

%18.86
%0
%81.14
%31.37

Codes

Color #8EAF21 in popluar color models

8E AF 21
RGB 142 175 33
HSL 74° 68.27% 40.78%
HSB/HSV 74° 81.14% 68.63%
CMYK 18.86% 0.00% 81.14%
31.37%

Color #8EAF21 in popluar number systems.

HEX 8E AF 21
Decimal 142 175 33
Binary 10001110 10101111 100001
Octal 216 257 41

Shades and tints

Shades of #8EAF21

#8EAF21
(142,175,33)
#82A01E
(130,160,30)
#76911B
(118,145,27)
#6A8218
(106,130,24)
#5E7315
(94,115,21)
#526412
(82,100,18)
#46550F
(70,85,15)
#3A460C
(58,70,12)
#2E3709
(46,55,9)
#222806
(34,40,6)
#161903
(22,25,3)
#000000
(0,0,0)

Tints of #8EAF21

#8EAF21
(142,175,33)
#98B635
(152,182,53)
#A2BD49
(162,189,73)
#ACC45D
(172,196,93)
#B6CB71
(182,203,113)
#C0D285
(192,210,133)
#CAD999
(202,217,153)
#D4E0AD
(212,224,173)
#DEE7C1
(222,231,193)
#E8EED5
(232,238,213)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAF21; }

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

This text font color is #8EAF21.

Background Color

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

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

This div background color is #8EAF21.

Border color

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

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

This div border color is #8EAF21.

Opacity

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

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

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

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

This text has shadow with #8EAF21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAF21.

Preview

Color preview on black background

This text has color #8EAF21 on black background.


Color preview on white background

This text has color #8EAF21 on white background.


Black color preview on #8EAF21 background

This text has black color on #8EAF21 background.


White color preview on #8EAF21 background

This text has white color on #8EAF21 background.


Related colors

Complementary color

Complementary color for #8EAF21 is #7150DE.


I love getcolorcode.com

Triadic colors

1 #218EAF and #AF218E with #8EAF21 are triadic colors.

2 #21AF8E and #AF8E21 with #8EAF21 are triadic colors.