COLOR #8ACF92

HEX: #8ACF92
RGB: (138,207,146)

Color info

#8ACF92 contains mainly green color. Web safe color of #8ACF92 is #99CC99 (or #9C9).

RGB color model

#8ACF92 color RGB value is (138,207,146).

  • red value is 138;
  • green value is 207;
  • blue value is 146.
RGB:
(138,207,146)
(54%,81%,57%)

RGB channels and saturation

R 138 of 255 = 54%
G 207 of 255 = 81%
B 146 of 255 = 57%

138
207
146

R + G + B ~ 64%. #8ACF92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 207 + 146 = 491 (100%)
R 138 of 491 ~ 28.11%
G 207 of 491 ~ 42.16%
B 146 of 491 ~ 29.74%

%28.11
%42.16
%29.74

CMYK color model

#8ACF92 color CMYK value is (33,0,29,19).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 18.82%
CMYK:
(33,0,29,19)
C33M0Y29K19 
(33%,0%,29%,19%)
(0.33/0.00/0.29/0.19)	

CMYK percentages

%33.33
%0
%29.47
%18.82

Codes

Color #8ACF92 in popluar color models

8ACF92
RGB138207146
HSL127°41.82%67.65%
HSB/HSV127°33.33%81.18%
CMYK33.33%0.00%29.47%
18.82%

Color #8ACF92 in popluar number systems.

HEX8ACF92
Decimal138207146
Binary100010101100111110010010
Octal212317222

Shades and tints

Shades of #8ACF92

#8ACF92
(138,207,146)
#7EBD85
(126,189,133)
#72AB78
(114,171,120)
#66996B
(102,153,107)
#5A875E
(90,135,94)
#4E7551
(78,117,81)
#426344
(66,99,68)
#365137
(54,81,55)
#2A3F2A
(42,63,42)
#1E2D1D
(30,45,29)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #8ACF92

#8ACF92
(138,207,146)
#94D39B
(148,211,155)
#9ED7A4
(158,215,164)
#A8DBAD
(168,219,173)
#B2DFB6
(178,223,182)
#BCE3BF
(188,227,191)
#C6E7C8
(198,231,200)
#D0EBD1
(208,235,209)
#DAEFDA
(218,239,218)
#E4F3E3
(228,243,227)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACF92 color. Also use rgb(138,207,146) instead hex code.

Text Font Color

.myTextColor { color: #8ACF92; }

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

This text font color is #8ACF92.


Background Color

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

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

This div background color is #8ACF92.


Border color

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

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

This div border color is #8ACF92.


Opacity

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

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

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

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

This text has shadow with #8ACF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACF92 on black background.


Color preview on white background

This text has color #8ACF92 on white background.



Black color preview on #8ACF92 background

This text has black color on #8ACF92 background.


White color preview on #8ACF92 background

This text has white color on #8ACF92 background.