COLOR #48A90F

HEX: #48A90F RGB: (72,169,15)

Color info

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

RGB color model

#48A90F color RGB value is (72,169,15).

RGB: (72,169,15) (28%, 66%, 6%)

RGB channels and saturation

R 72 of 255 = 28%
G 169 of 255 = 66%
B 15 of 255 = 6%

72
169
15

R + G + B ~ 33%. #48A90F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 169 + 15 = 256 (100%)
R 72 of 256 ~ 28.13%
G 169 of 256 ~ 66.02%
B 15 of 256 ~ 5.86'%

%28.13
%66.02

CMYK color model

#48A90F color CMYK value is (57,0,91,34).

  • cyan value is 57.40%
  • magenta value is 0.00%
  • yellow value is 91.12%
  • key color value is 33.73%

CMYK: (57,0,91,34)
C57M0Y91K34 (57%, 0%, 91%, 34%)
(0.57 / 0.00 / 0.91 / 0.34)

CMYK percentages

%57.4
%0
%91.12
%33.73

Codes

Color #48A90F in popluar color models

48 A9 0F
RGB 72 169 15
HSL 98° 83.70% 36.08%
HSB/HSV 98° 91.12% 66.27%
CMYK 57.40% 0.00% 91.12%
33.73%

Color #48A90F in popluar number systems.

HEX 48 A9 0F
Decimal 72 169 15
Binary 1001000 10101001 1111
Octal 110 251 17

Shades and tints

Shades of #48A90F

#48A90F
(72,169,15)
#429A0E
(66,154,14)
#3C8B0D
(60,139,13)
#367C0C
(54,124,12)
#306D0B
(48,109,11)
#2A5E0A
(42,94,10)
#244F09
(36,79,9)
#1E4008
(30,64,8)
#183107
(24,49,7)
#122206
(18,34,6)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #48A90F

#48A90F
(72,169,15)
#58B024
(88,176,36)
#68B739
(104,183,57)
#78BE4E
(120,190,78)
#88C563
(136,197,99)
#98CC78
(152,204,120)
#A8D38D
(168,211,141)
#B8DAA2
(184,218,162)
#C8E1B7
(200,225,183)
#D8E8CC
(216,232,204)
#E8EFE1
(232,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A90F color. Also use rgb(72,169,15) instead hex code.

Text Font Color

.myTextColor { color: #48A90F; }

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

This text font color is #48A90F.

Background Color

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

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

This div background color is #48A90F.

Border color

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

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

This div border color is #48A90F.

Opacity

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

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

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

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

This text has shadow with #48A90F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48A90F.

Preview

Color preview on black background

This text has color #48A90F on black background.


Color preview on white background

This text has color #48A90F on white background.


Black color preview on #48A90F background

This text has black color on #48A90F background.


White color preview on #48A90F background

This text has white color on #48A90F background.


Related colors

Complementary color

Complementary color for #hex is #B756F0.


I love getcolorcode.com

Triadic colors

1 #0F48A9 and #A90F48 with #48A90F are triadic colors.

2 #0FA948 and #A9480F with #48A90F are triadic colors.