COLOR #48AC1A

HEX: #48AC1A RGB: (72,172,26)

Color info

#48AC1A contains mainly green color. Web safe color of #48AC1A is #339900 (or #390).

RGB color model

#48AC1A color RGB value is (72,172,26).

RGB: (72,172,26) (28%, 67%, 10%)

RGB channels and saturation

R 72 of 255 = 28%
G 172 of 255 = 67%
B 26 of 255 = 10%

72
172
26

R + G + B ~ 35%. #48AC1A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 172 + 26 = 270 (100%)
R 72 of 270 ~ 26.67%
G 172 of 270 ~ 63.7%
B 26 of 270 ~ 9.63'%

%26.67
%63.7
%9.63

CMYK color model

#48AC1A color CMYK value is (58,0,85,33).

  • cyan value is 58.14%
  • magenta value is 0.00%
  • yellow value is 84.88%
  • key color value is 32.55%
CMYK: (58,0,85,33) C58M0Y85K33 (58%,0%,85%,33%) (0.58/0.00/0.85/0.33) 

CMYK percentages

%58.14
%0
%84.88
%32.55

Codes

Color #48AC1A in popluar color models

48 AC 1A
RGB 72 172 26
HSL 101° 73.74% 38.82%
HSB/HSV 101° 84.88% 67.45%
CMYK 58.14% 0.00% 84.88%
32.55%

Color #48AC1A in popluar number systems.

HEX 48 AC 1A
Decimal 72 172 26
Binary 1001000 10101100 11010
Octal 110 254 32

Shades and tints

Shades of #48AC1A

#48AC1A
(72,172,26)
#429D18
(66,157,24)
#3C8E16
(60,142,22)
#367F14
(54,127,20)
#307012
(48,112,18)
#2A6110
(42,97,16)
#24520E
(36,82,14)
#1E430C
(30,67,12)
#18340A
(24,52,10)
#122508
(18,37,8)
#0C1606
(12,22,6)
#000000
(0,0,0)

Tints of #48AC1A

#48AC1A
(72,172,26)
#58B32E
(88,179,46)
#68BA42
(104,186,66)
#78C156
(120,193,86)
#88C86A
(136,200,106)
#98CF7E
(152,207,126)
#A8D692
(168,214,146)
#B8DDA6
(184,221,166)
#C8E4BA
(200,228,186)
#D8EBCE
(216,235,206)
#E8F2E2
(232,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48AC1A color. Also use rgb(72,172,26) instead hex code.

Text Font Color

.myTextColor { color: #48AC1A; }

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

This text font color is #48AC1A.

Background Color

.myBgColor { background-color: #48AC1A; }

<div style="background-color:#48AC1A">Inner text</div>

This div background color is #48AC1A.

Border color

.myBorderColor { border: 1px solid #48AC1A; }

<div style="border:3px solid #48AC1A">Div</div>

This div border color is #48AC1A.

Opacity

.myOpacity80 { color: #48AC1A; opacity: 0.8; }

<p style="color:#48AC1A;opacity:0.8;">80%</p>

Text with #48AC1A 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 #48AC1A;}

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

This text has shadow with #48AC1A color.


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

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

This text has shadow with #48AC1A primary color and red secondary color.


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

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

This text has shadow with #48AC1A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48AC1A.

Preview

Color preview on black background

This text has color #48AC1A on black background.


Color preview on white background

This text has color #48AC1A on white background.


Black color preview on #48AC1A background

This text has black color on #48AC1A background.


White color preview on #48AC1A background

This text has white color on #48AC1A background.


Related colors

Complementary color

Complementary color for #hex is #B753E5.


I love getcolorcode.com

Triadic colors

1 #1A48AC and #AC1A48 with #48AC1A are triadic colors.

2 #1AAC48 and #AC481A with #48AC1A are triadic colors.