COLOR #8AF386

HEX: #8AF386
RGB: (138,243,134)

Color info

#8AF386 contains mainly green color. Web safe color of #8AF386 is #99FF99 (or #9F9).

RGB color model

#8AF386 color RGB value is (138,243,134).

  • red value is 138;
  • green value is 243;
  • blue value is 134.
RGB:
(138,243,134)
(54%,95%,53%)

RGB channels and saturation

R 138 of 255 = 54%
G 243 of 255 = 95%
B 134 of 255 = 53%

138
243
134

R + G + B ~ 67%. #8AF386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 243 + 134 = 515 (100%)
R 138 of 515 ~ 26.8%
G 243 of 515 ~ 47.18%
B 134 of 515 ~ 26.02%

%26.8
%47.18
%26.02

CMYK color model

#8AF386 color CMYK value is (43,0,45,5).

  • cyan value is 43.21%
  • magenta value is 0.00%
  • yellow value is 44.86%
  • key color value is 4.71%
CMYK:
(43,0,45,5)
C43M0Y45K5 
(43%,0%,45%,5%)
(0.43/0.00/0.45/0.05)	

CMYK percentages

%43.21
%0
%44.86
%4.71

Codes

Color #8AF386 in popluar color models

8AF386
RGB138243134
HSL118°81.95%73.92%
HSB/HSV118°44.86%95.29%
CMYK43.21%0.00%44.86%
4.71%

Color #8AF386 in popluar number systems.

HEX8AF386
Decimal138243134
Binary100010101111001110000110
Octal212363206

Shades and tints

Shades of #8AF386

#8AF386
(138,243,134)
#7EDD7A
(126,221,122)
#72C76E
(114,199,110)
#66B162
(102,177,98)
#5A9B56
(90,155,86)
#4E854A
(78,133,74)
#426F3E
(66,111,62)
#365932
(54,89,50)
#2A4326
(42,67,38)
#1E2D1A
(30,45,26)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #8AF386

#8AF386
(138,243,134)
#94F491
(148,244,145)
#9EF59C
(158,245,156)
#A8F6A7
(168,246,167)
#B2F7B2
(178,247,178)
#BCF8BD
(188,248,189)
#C6F9C8
(198,249,200)
#D0FAD3
(208,250,211)
#DAFBDE
(218,251,222)
#E4FCE9
(228,252,233)
#EEFDF4
(238,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AF386 color. Also use rgb(138,243,134) instead hex code.

Text Font Color

.myTextColor { color: #8AF386; }

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

This text font color is #8AF386.


Background Color

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

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

This div background color is #8AF386.


Border color

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

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

This div border color is #8AF386.


Opacity

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

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

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

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

This text has shadow with #8AF386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AF386 on black background.


Color preview on white background

This text has color #8AF386 on white background.



Black color preview on #8AF386 background

This text has black color on #8AF386 background.


White color preview on #8AF386 background

This text has white color on #8AF386 background.