COLOR #46AB00

HEX: #46AB00
RGB: (70,171,0)

Color info

#46AB00 contains mainly green color. Web safe color of #46AB00 is #339900 (or #390).

RGB color model

#46AB00 color RGB value is (70,171,0).

  • red value is 70;
  • green value is 171;
  • blue value is 0.
RGB:
(70,171,0)
(27%,67%,0%)

RGB channels and saturation

R 70 of 255 = 27%
G 171 of 255 = 67%
B 0 of 255 = 0%

70
171
0

R + G + B ~ 31%. #46AB00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 171 + 0 = 241 (100%)
R 70 of 241 ~ 29.05%
G 171 of 241 ~ 70.95%
B 0 of 241 ~ 0%

%29.05
%70.95

CMYK color model

#46AB00 color CMYK value is (59,0,100,33).

  • cyan value is 59.06%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 32.94%
CMYK:
(59,0,100,33)
C59M0Y100K33 
(59%,0%,100%,33%)
(0.59/0.00/1.00/0.33)	

CMYK percentages

%59.06
%0
%100
%32.94

Codes

Color #46AB00 in popluar color models

46AB00
RGB701710
HSL95°100.00%33.53%
HSB/HSV95°100.00%67.06%
CMYK59.06%0.00%100.00%
32.94%

Color #46AB00 in popluar number systems.

HEX46AB00
Decimal701710
Binary1000110101010110
Octal1062530

Shades and tints

Shades of #46AB00

#46AB00
(70,171,0)
#409C00
(64,156,0)
#3A8D00
(58,141,0)
#347E00
(52,126,0)
#2E6F00
(46,111,0)
#286000
(40,96,0)
#225100
(34,81,0)
#1C4200
(28,66,0)
#163300
(22,51,0)
#102400
(16,36,0)
#0A1500
(10,21,0)
#000000
(0,0,0)

Tints of #46AB00

#46AB00
(70,171,0)
#56B217
(86,178,23)
#66B92E
(102,185,46)
#76C045
(118,192,69)
#86C75C
(134,199,92)
#96CE73
(150,206,115)
#A6D58A
(166,213,138)
#B6DCA1
(182,220,161)
#C6E3B8
(198,227,184)
#D6EACF
(214,234,207)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AB00 color. Also use rgb(70,171,0) instead hex code.

Text Font Color

.myTextColor { color: #46AB00; }

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

This text font color is #46AB00.


Background Color

.myBgColor { background-color: #46AB00; }

<div style="background-color:#46AB00">Inner text</div>

This div background color is #46AB00.


Border color

.myBorderColor { border: 1px solid #46AB00; }

<div style="border:3px solid #46AB00">Div</div>

This div border color is #46AB00.


Opacity

.myOpacity80 { color: #46AB00; opacity: 0.8; }

<p style="color:#46AB00;opacity:0.8;">80%</p>

Text with #46AB00 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 #46AB00;}

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

This text has shadow with #46AB00 color.

.textShadow {text-shadow: 3px 3px 1px #46AB00, 3px 3px 1px red;}

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

This text has shadow with #46AB00 primary color and red secondary color.


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

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

This text has shadow with #46AB00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46AB00 on black background.


Color preview on white background

This text has color #46AB00 on white background.



Black color preview on #46AB00 background

This text has black color on #46AB00 background.


White color preview on #46AB00 background

This text has white color on #46AB00 background.