COLOR #8AD75C

HEX: #8AD75C
RGB: (138,215,92)

Color info

#8AD75C contains mainly green color. Web safe color of #8AD75C is #99CC66 (or #9C6).

RGB color model

#8AD75C color RGB value is (138,215,92).

  • red value is 138;
  • green value is 215;
  • blue value is 92.
RGB:
(138,215,92)
(54%,84%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 215 of 255 = 84%
B 92 of 255 = 36%

138
215
92

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

Portions of RGB colors in percentages

R + G + B =
138 + 215 + 92 = 445 (100%)
R 138 of 445 ~ 31.01%
G 215 of 445 ~ 48.31%
B 92 of 445 ~ 20.67%

%31.01
%48.31
%20.67

CMYK color model

#8AD75C color CMYK value is (36,0,57,16).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 57.21%
  • key color value is 15.69%
CMYK:
(36,0,57,16)
C36M0Y57K16 
(36%,0%,57%,16%)
(0.36/0.00/0.57/0.16)	

CMYK percentages

%35.81
%0
%57.21
%15.69

Codes

Color #8AD75C in popluar color models

8AD75C
RGB13821592
HSL98°60.59%60.20%
HSB/HSV98°57.21%84.31%
CMYK35.81%0.00%57.21%
15.69%

Color #8AD75C in popluar number systems.

HEX8AD75C
Decimal13821592
Binary10001010110101111011100
Octal212327134

Shades and tints

Shades of #8AD75C

#8AD75C
(138,215,92)
#7EC454
(126,196,84)
#72B14C
(114,177,76)
#669E44
(102,158,68)
#5A8B3C
(90,139,60)
#4E7834
(78,120,52)
#42652C
(66,101,44)
#365224
(54,82,36)
#2A3F1C
(42,63,28)
#1E2C14
(30,44,20)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #8AD75C

#8AD75C
(138,215,92)
#94DA6A
(148,218,106)
#9EDD78
(158,221,120)
#A8E086
(168,224,134)
#B2E394
(178,227,148)
#BCE6A2
(188,230,162)
#C6E9B0
(198,233,176)
#D0ECBE
(208,236,190)
#DAEFCC
(218,239,204)
#E4F2DA
(228,242,218)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD75C color. Also use rgb(138,215,92) instead hex code.

Text Font Color

.myTextColor { color: #8AD75C; }

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

This text font color is #8AD75C.


Background Color

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

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

This div background color is #8AD75C.


Border color

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

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

This div border color is #8AD75C.


Opacity

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

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

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

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

This text has shadow with #8AD75C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AD75C on black background.


Color preview on white background

This text has color #8AD75C on white background.



Black color preview on #8AD75C background

This text has black color on #8AD75C background.


White color preview on #8AD75C background

This text has white color on #8AD75C background.