COLOR #9AC048

HEX: #9AC048 RGB: (154,192,72)

Color info

#9AC048 contains mainly red and green colors. Web safe color of #9AC048 is #99CC33 (or #9C3).

RGB color model

#9AC048 color RGB value is (154,192,72).

RGB: (154,192,72) (60%, 75%, 28%)

RGB channels and saturation

R 154 of 255 = 60%
G 192 of 255 = 75%
B 72 of 255 = 28%

154
192
72

R + G + B ~ 54%. #9AC048 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 192 + 72 = 418 (100%)
R 154 of 418 ~ 36.84%
G 192 of 418 ~ 45.93%
B 72 of 418 ~ 17.22'%

%36.84
%45.93
%17.22

CMYK color model

#9AC048 color CMYK value is (20,0,63,25).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 24.71%

CMYK: (20,0,63,25)
C20M0Y63K25 (20%, 0%, 63%, 25%)
(0.20 / 0.00 / 0.63 / 0.25)

CMYK percentages

%19.79
%0
%62.5
%24.71

Codes

Color #9AC048 in popluar color models

9A C0 48
RGB 154 192 72
HSL 79° 48.78% 51.76%
HSB/HSV 79° 62.50% 75.29%
CMYK 19.79% 0.00% 62.50%
24.71%

Color #9AC048 in popluar number systems.

HEX 9A C0 48
Decimal 154 192 72
Binary 10011010 11000000 1001000
Octal 232 300 110

Shades and tints

Shades of #9AC048

#9AC048
(154,192,72)
#8CAF42
(140,175,66)
#7E9E3C
(126,158,60)
#708D36
(112,141,54)
#627C30
(98,124,48)
#546B2A
(84,107,42)
#465A24
(70,90,36)
#38491E
(56,73,30)
#2A3818
(42,56,24)
#1C2712
(28,39,18)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #9AC048

#9AC048
(154,192,72)
#A3C558
(163,197,88)
#ACCA68
(172,202,104)
#B5CF78
(181,207,120)
#BED488
(190,212,136)
#C7D998
(199,217,152)
#D0DEA8
(208,222,168)
#D9E3B8
(217,227,184)
#E2E8C8
(226,232,200)
#EBEDD8
(235,237,216)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC048 color. Also use rgb(154,192,72) instead hex code.

Text Font Color

.myTextColor { color: #9AC048; }

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

This text font color is #9AC048.

Background Color

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

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

This div background color is #9AC048.

Border color

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

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

This div border color is #9AC048.

Opacity

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

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

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

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

This text has shadow with #9AC048 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC048.

Preview

Color preview on black background

This text has color #9AC048 on black background.


Color preview on white background

This text has color #9AC048 on white background.


Black color preview on #9AC048 background

This text has black color on #9AC048 background.


White color preview on #9AC048 background

This text has white color on #9AC048 background.


Related colors

Complementary color

Complementary color for #hex is #653FB7.


I love getcolorcode.com

Triadic colors

1 #489AC0 and #C0489A with #9AC048 are triadic colors.

2 #48C09A and #C09A48 with #9AC048 are triadic colors.