COLOR #8ACF2F

HEX: #8ACF2F
RGB: (138,207,47)

Color info

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

RGB color model

#8ACF2F color RGB value is (138,207,47).

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

RGB channels and saturation

R 138 of 255 = 54%
G 207 of 255 = 81%
B 47 of 255 = 18%

138
207
47

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

Portions of RGB colors in percentages

R + G + B =
138 + 207 + 47 = 392 (100%)
R 138 of 392 ~ 35.2%
G 207 of 392 ~ 52.81%
B 47 of 392 ~ 11.99%

%35.2
%52.81
%11.99

CMYK color model

#8ACF2F color CMYK value is (33,0,77,19).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 77.29%
  • key color value is 18.82%
CMYK:
(33,0,77,19)
C33M0Y77K19 
(33%,0%,77%,19%)
(0.33/0.00/0.77/0.19)	

CMYK percentages

%33.33
%0
%77.29
%18.82

Codes

Color #8ACF2F in popluar color models

8ACF2F
RGB13820747
HSL86°62.99%49.80%
HSB/HSV86°77.29%81.18%
CMYK33.33%0.00%77.29%
18.82%

Color #8ACF2F in popluar number systems.

HEX8ACF2F
Decimal13820747
Binary1000101011001111101111
Octal21231757

Shades and tints

Shades of #8ACF2F

#8ACF2F
(138,207,47)
#7EBD2B
(126,189,43)
#72AB27
(114,171,39)
#669923
(102,153,35)
#5A871F
(90,135,31)
#4E751B
(78,117,27)
#426317
(66,99,23)
#365113
(54,81,19)
#2A3F0F
(42,63,15)
#1E2D0B
(30,45,11)
#121B07
(18,27,7)
#000000
(0,0,0)

Tints of #8ACF2F

#8ACF2F
(138,207,47)
#94D341
(148,211,65)
#9ED753
(158,215,83)
#A8DB65
(168,219,101)
#B2DF77
(178,223,119)
#BCE389
(188,227,137)
#C6E79B
(198,231,155)
#D0EBAD
(208,235,173)
#DAEFBF
(218,239,191)
#E4F3D1
(228,243,209)
#EEF7E3
(238,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACF2F; }

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

This text font color is #8ACF2F.


Background Color

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

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

This div background color is #8ACF2F.


Border color

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

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

This div border color is #8ACF2F.


Opacity

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

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

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

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

This text has shadow with #8ACF2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACF2F on black background.


Color preview on white background

This text has color #8ACF2F on white background.



Black color preview on #8ACF2F background

This text has black color on #8ACF2F background.


White color preview on #8ACF2F background

This text has white color on #8ACF2F background.