COLOR #4BA916

HEX: #4BA916
RGB: (75,169,22)

Color info

#4BA916 contains mainly green color. Web safe color of #4BA916 is #339900 (or #390).

RGB color model

#4BA916 color RGB value is (75,169,22).

  • red value is 75;
  • green value is 169;
  • blue value is 22.
RGB:
(75,169,22)
(29%,66%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 169 of 255 = 66%
B 22 of 255 = 9%

75
169
22

R + G + B ~ 35%. #4BA916 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 169 + 22 = 266 (100%)
R 75 of 266 ~ 28.2%
G 169 of 266 ~ 63.53%
B 22 of 266 ~ 8.27%

%28.2
%63.53

CMYK color model

#4BA916 color CMYK value is (56,0,87,34).

  • cyan value is 55.62%
  • magenta value is 0.00%
  • yellow value is 86.98%
  • key color value is 33.73%
CMYK:
(56,0,87,34)
C56M0Y87K34 
(56%,0%,87%,34%)
(0.56/0.00/0.87/0.34)	

CMYK percentages

%55.62
%0
%86.98
%33.73

Codes

Color #4BA916 in popluar color models

4BA916
RGB7516922
HSL98°76.96%37.45%
HSB/HSV98°86.98%66.27%
CMYK55.62%0.00%86.98%
33.73%

Color #4BA916 in popluar number systems.

HEX4BA916
Decimal7516922
Binary10010111010100110110
Octal11325126

Shades and tints

Shades of #4BA916

#4BA916
(75,169,22)
#459A14
(69,154,20)
#3F8B12
(63,139,18)
#397C10
(57,124,16)
#336D0E
(51,109,14)
#2D5E0C
(45,94,12)
#274F0A
(39,79,10)
#214008
(33,64,8)
#1B3106
(27,49,6)
#152204
(21,34,4)
#0F1302
(15,19,2)
#000000
(0,0,0)

Tints of #4BA916

#4BA916
(75,169,22)
#5BB02B
(91,176,43)
#6BB740
(107,183,64)
#7BBE55
(123,190,85)
#8BC56A
(139,197,106)
#9BCC7F
(155,204,127)
#ABD394
(171,211,148)
#BBDAA9
(187,218,169)
#CBE1BE
(203,225,190)
#DBE8D3
(219,232,211)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA916 color. Also use rgb(75,169,22) instead hex code.

Text Font Color

.myTextColor { color: #4BA916; }

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

This text font color is #4BA916.


Background Color

.myBgColor { background-color: #4BA916; }

<div style="background-color:#4BA916">Inner text</div>

This div background color is #4BA916.


Border color

.myBorderColor { border: 1px solid #4BA916; }

<div style="border:3px solid #4BA916">Div</div>

This div border color is #4BA916.


Opacity

.myOpacity80 { color: #4BA916; opacity: 0.8; }

<p style="color:#4BA916;opacity:0.8;">80%</p>

Text with #4BA916 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 #4BA916;}

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

This text has shadow with #4BA916 color.

.textShadow {text-shadow: 3px 3px 1px #4BA916, 3px 3px 1px red;}

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

This text has shadow with #4BA916 primary color and red secondary color.


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

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

This text has shadow with #4BA916 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4BA916;
-webkit-box-shadow: 1px 1px 3px 2px #4BA916;
box-shadow:1px 1px 3px 2px #4BA916;">
Div content here</div>
This div box has shadow with color #4BA916.

Preview

Color preview on black background

This text has color #4BA916 on black background.


Color preview on white background

This text has color #4BA916 on white background.



Black color preview on #4BA916 background

This text has black color on #4BA916 background.


White color preview on #4BA916 background

This text has white color on #4BA916 background.