COLOR #8ACF64

HEX: #8ACF64 RGB: (138,207,100)

Color info

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

RGB color model

#8ACF64 color RGB value is (138,207,100).

RGB: (138,207,100) (54%, 81%, 39%)

RGB channels and saturation

R 138 of 255 = 54%
G 207 of 255 = 81%
B 100 of 255 = 39%

138
207
100

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

Portions of RGB colors in percentages

R + G + B = 138 + 207 + 100 = 445 (100%)
R 138 of 445 ~ 31.01%
G 207 of 445 ~ 46.52%
B 100 of 445 ~ 22.47'%

%31.01
%46.52
%22.47

CMYK color model

#8ACF64 color CMYK value is (33,0,52,19).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 18.82%

CMYK: (33,0,52,19)
C33M0Y52K19 (33%, 0%, 52%, 19%)
(0.33 / 0.00 / 0.52 / 0.19)

CMYK percentages

%33.33
%0
%51.69
%18.82

Codes

Color #8ACF64 in popluar color models

8A CF 64
RGB 138 207 100
HSL 99° 52.71% 60.20%
HSB/HSV 99° 51.69% 81.18%
CMYK 33.33% 0.00% 51.69%
18.82%

Color #8ACF64 in popluar number systems.

HEX 8A CF 64
Decimal 138 207 100
Binary 10001010 11001111 1100100
Octal 212 317 144

Shades and tints

Shades of #8ACF64

#8ACF64
(138,207,100)
#7EBD5B
(126,189,91)
#72AB52
(114,171,82)
#669949
(102,153,73)
#5A8740
(90,135,64)
#4E7537
(78,117,55)
#42632E
(66,99,46)
#365125
(54,81,37)
#2A3F1C
(42,63,28)
#1E2D13
(30,45,19)
#121B0A
(18,27,10)
#000000
(0,0,0)

Tints of #8ACF64

#8ACF64
(138,207,100)
#94D372
(148,211,114)
#9ED780
(158,215,128)
#A8DB8E
(168,219,142)
#B2DF9C
(178,223,156)
#BCE3AA
(188,227,170)
#C6E7B8
(198,231,184)
#D0EBC6
(208,235,198)
#DAEFD4
(218,239,212)
#E4F3E2
(228,243,226)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACF64; }

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

This text font color is #8ACF64.

Background Color

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

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

This div background color is #8ACF64.

Border color

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

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

This div border color is #8ACF64.

Opacity

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

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

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

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

This text has shadow with #8ACF64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACF64.

Preview

Color preview on black background

This text has color #8ACF64 on black background.


Color preview on white background

This text has color #8ACF64 on white background.


Black color preview on #8ACF64 background

This text has black color on #8ACF64 background.


White color preview on #8ACF64 background

This text has white color on #8ACF64 background.


Related colors

Complementary color

Complementary color for #hex is #75309B.


I love getcolorcode.com

Triadic colors

1 #648ACF and #CF648A with #8ACF64 are triadic colors.

2 #64CF8A and #CF8A64 with #8ACF64 are triadic colors.