COLOR #8DC262

HEX: #8DC262
RGB: (141,194,98)

Color info

#8DC262 contains mainly red and green colors. Web safe color of #8DC262 is #99CC66 (or #9C6).

RGB color model

#8DC262 color RGB value is (141,194,98).

  • red value is 141;
  • green value is 194;
  • blue value is 98.
RGB:
(141,194,98)
(55%,76%,38%)

RGB channels and saturation

R 141 of 255 = 55%
G 194 of 255 = 76%
B 98 of 255 = 38%

141
194
98

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

Portions of RGB colors in percentages

R + G + B =
141 + 194 + 98 = 433 (100%)
R 141 of 433 ~ 32.56%
G 194 of 433 ~ 44.8%
B 98 of 433 ~ 22.63%

%32.56
%44.8
%22.63

CMYK color model

#8DC262 color CMYK value is (27,0,49,24).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 49.48%
  • key color value is 23.92%
CMYK:
(27,0,49,24)
C27M0Y49K24 
(27%,0%,49%,24%)
(0.27/0.00/0.49/0.24)	

CMYK percentages

%27.32
%0
%49.48
%23.92

Codes

Color #8DC262 in popluar color models

8DC262
RGB14119498
HSL93°44.04%57.25%
HSB/HSV93°49.48%76.08%
CMYK27.32%0.00%49.48%
23.92%

Color #8DC262 in popluar number systems.

HEX8DC262
Decimal14119498
Binary10001101110000101100010
Octal215302142

Shades and tints

Shades of #8DC262

#8DC262
(141,194,98)
#81B15A
(129,177,90)
#75A052
(117,160,82)
#698F4A
(105,143,74)
#5D7E42
(93,126,66)
#516D3A
(81,109,58)
#455C32
(69,92,50)
#394B2A
(57,75,42)
#2D3A22
(45,58,34)
#21291A
(33,41,26)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #8DC262

#8DC262
(141,194,98)
#97C770
(151,199,112)
#A1CC7E
(161,204,126)
#ABD18C
(171,209,140)
#B5D69A
(181,214,154)
#BFDBA8
(191,219,168)
#C9E0B6
(201,224,182)
#D3E5C4
(211,229,196)
#DDEAD2
(221,234,210)
#E7EFE0
(231,239,224)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC262 color. Also use rgb(141,194,98) instead hex code.

Text Font Color

.myTextColor { color: #8DC262; }

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

This text font color is #8DC262.


Background Color

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

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

This div background color is #8DC262.


Border color

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

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

This div border color is #8DC262.


Opacity

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

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

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

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

This text has shadow with #8DC262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC262 on black background.


Color preview on white background

This text has color #8DC262 on white background.



Black color preview on #8DC262 background

This text has black color on #8DC262 background.


White color preview on #8DC262 background

This text has white color on #8DC262 background.