COLOR #8AE31C

HEX: #8AE31C
RGB: (138,227,28)

Color info

#8AE31C contains mainly green color. Web safe color of #8AE31C is #99CC33 (or #9C3).

RGB color model

#8AE31C color RGB value is (138,227,28).

  • red value is 138;
  • green value is 227;
  • blue value is 28.
RGB:
(138,227,28)
(54%,89%,11%)

RGB channels and saturation

R 138 of 255 = 54%
G 227 of 255 = 89%
B 28 of 255 = 11%

138
227
28

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

Portions of RGB colors in percentages

R + G + B =
138 + 227 + 28 = 393 (100%)
R 138 of 393 ~ 35.11%
G 227 of 393 ~ 57.76%
B 28 of 393 ~ 7.12%

%35.11
%57.76

CMYK color model

#8AE31C color CMYK value is (39,0,88,11).

  • cyan value is 39.21%
  • magenta value is 0.00%
  • yellow value is 87.67%
  • key color value is 10.98%
CMYK:
(39,0,88,11)
C39M0Y88K11 
(39%,0%,88%,11%)
(0.39/0.00/0.88/0.11)	

CMYK percentages

%39.21
%0
%87.67
%10.98

Codes

Color #8AE31C in popluar color models

8AE31C
RGB13822728
HSL87°78.04%50.00%
HSB/HSV87°87.67%89.02%
CMYK39.21%0.00%87.67%
10.98%

Color #8AE31C in popluar number systems.

HEX8AE31C
Decimal13822728
Binary100010101110001111100
Octal21234334

Shades and tints

Shades of #8AE31C

#8AE31C
(138,227,28)
#7ECF1A
(126,207,26)
#72BB18
(114,187,24)
#66A716
(102,167,22)
#5A9314
(90,147,20)
#4E7F12
(78,127,18)
#426B10
(66,107,16)
#36570E
(54,87,14)
#2A430C
(42,67,12)
#1E2F0A
(30,47,10)
#121B08
(18,27,8)
#000000
(0,0,0)

Tints of #8AE31C

#8AE31C
(138,227,28)
#94E530
(148,229,48)
#9EE744
(158,231,68)
#A8E958
(168,233,88)
#B2EB6C
(178,235,108)
#BCED80
(188,237,128)
#C6EF94
(198,239,148)
#D0F1A8
(208,241,168)
#DAF3BC
(218,243,188)
#E4F5D0
(228,245,208)
#EEF7E4
(238,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AE31C color. Also use rgb(138,227,28) instead hex code.

Text Font Color

.myTextColor { color: #8AE31C; }

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

This text font color is #8AE31C.


Background Color

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

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

This div background color is #8AE31C.


Border color

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

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

This div border color is #8AE31C.


Opacity

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

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

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

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

This text has shadow with #8AE31C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AE31C on black background.


Color preview on white background

This text has color #8AE31C on white background.



Black color preview on #8AE31C background

This text has black color on #8AE31C background.


White color preview on #8AE31C background

This text has white color on #8AE31C background.