COLOR #9ACF78

HEX: #9ACF78 RGB: (154,207,120)

Color info

#9ACF78 contains mainly red and green colors. Web safe color of #9ACF78 is #99CC66 (or #9C6).

RGB color model

#9ACF78 color RGB value is (154,207,120).

RGB: (154,207,120) (60%, 81%, 47%)

RGB channels and saturation

R 154 of 255 = 60%
G 207 of 255 = 81%
B 120 of 255 = 47%

154
207
120

R + G + B ~ 63%. #9ACF78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 207 + 120 = 481 (100%)
R 154 of 481 ~ 32.02%
G 207 of 481 ~ 43.04%
B 120 of 481 ~ 24.95'%

%32.02
%43.04
%24.95

CMYK color model

#9ACF78 color CMYK value is (26,0,42,19).

  • cyan value is 25.60%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 18.82%

CMYK: (26,0,42,19)
C26M0Y42K19 (26%, 0%, 42%, 19%)
(0.26 / 0.00 / 0.42 / 0.19)

CMYK percentages

%25.6
%0
%42.03
%18.82

Codes

Color #9ACF78 in popluar color models

9A CF 78
RGB 154 207 120
HSL 97° 47.54% 64.12%
HSB/HSV 97° 42.03% 81.18%
CMYK 25.60% 0.00% 42.03%
18.82%

Color #9ACF78 in popluar number systems.

HEX 9A CF 78
Decimal 154 207 120
Binary 10011010 11001111 1111000
Octal 232 317 170

Shades and tints

Shades of #9ACF78

#9ACF78
(154,207,120)
#8CBD6E
(140,189,110)
#7EAB64
(126,171,100)
#70995A
(112,153,90)
#628750
(98,135,80)
#547546
(84,117,70)
#46633C
(70,99,60)
#385132
(56,81,50)
#2A3F28
(42,63,40)
#1C2D1E
(28,45,30)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #9ACF78

#9ACF78
(154,207,120)
#A3D384
(163,211,132)
#ACD790
(172,215,144)
#B5DB9C
(181,219,156)
#BEDFA8
(190,223,168)
#C7E3B4
(199,227,180)
#D0E7C0
(208,231,192)
#D9EBCC
(217,235,204)
#E2EFD8
(226,239,216)
#EBF3E4
(235,243,228)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACF78 color. Also use rgb(154,207,120) instead hex code.

Text Font Color

.myTextColor { color: #9ACF78; }

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

This text font color is #9ACF78.

Background Color

.myBgColor { background-color: #9ACF78; }

<div style="background-color:#9ACF78">Inner text</div>

This div background color is #9ACF78.

Border color

.myBorderColor { border: 1px solid #9ACF78; }

<div style="border:3px solid #9ACF78">Div</div>

This div border color is #9ACF78.

Opacity

.myOpacity80 { color: #9ACF78; opacity: 0.8; }

<p style="color:#9ACF78;opacity:0.8;">80%</p>

Text with #9ACF78 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 #9ACF78;}

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

This text has shadow with #9ACF78 color.


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

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

This text has shadow with #9ACF78 primary color and red secondary color.


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

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

This text has shadow with #9ACF78 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9ACF78.

Preview

Color preview on black background

This text has color #9ACF78 on black background.


Color preview on white background

This text has color #9ACF78 on white background.


Black color preview on #9ACF78 background

This text has black color on #9ACF78 background.


White color preview on #9ACF78 background

This text has white color on #9ACF78 background.


Related colors

Complementary color

Complementary color for #hex is #653087.


I love getcolorcode.com

Triadic colors

1 #789ACF and #CF789A with #9ACF78 are triadic colors.

2 #78CF9A and #CF9A78 with #9ACF78 are triadic colors.