COLOR #4AAF08

HEX: #4AAF08
RGB: (74,175,8)

Color info

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

RGB color model

#4AAF08 color RGB value is (74,175,8).

  • red value is 74;
  • green value is 175;
  • blue value is 8.
RGB:
(74,175,8)
(29%,69%,3%)

RGB channels and saturation

R 74 of 255 = 29%
G 175 of 255 = 69%
B 8 of 255 = 3%

74
175
8

R + G + B ~ 34%. #4AAF08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 175 + 8 = 257 (100%)
R 74 of 257 ~ 28.79%
G 175 of 257 ~ 68.09%
B 8 of 257 ~ 3.11%

%28.79
%68.09

CMYK color model

#4AAF08 color CMYK value is (58,0,95,31).

  • cyan value is 57.71%
  • magenta value is 0.00%
  • yellow value is 95.43%
  • key color value is 31.37%
CMYK:
(58,0,95,31)
C58M0Y95K31 
(58%,0%,95%,31%)
(0.58/0.00/0.95/0.31)	

CMYK percentages

%57.71
%0
%95.43
%31.37

Codes

Color #4AAF08 in popluar color models

4AAF08
RGB741758
HSL96°91.26%35.88%
HSB/HSV96°95.43%68.63%
CMYK57.71%0.00%95.43%
31.37%

Color #4AAF08 in popluar number systems.

HEX4AAF08
Decimal741758
Binary1001010101011111000
Octal11225710

Shades and tints

Shades of #4AAF08

#4AAF08
(74,175,8)
#44A008
(68,160,8)
#3E9108
(62,145,8)
#388208
(56,130,8)
#327308
(50,115,8)
#2C6408
(44,100,8)
#265508
(38,85,8)
#204608
(32,70,8)
#1A3708
(26,55,8)
#142808
(20,40,8)
#0E1908
(14,25,8)
#000000
(0,0,0)

Tints of #4AAF08

#4AAF08
(74,175,8)
#5AB61E
(90,182,30)
#6ABD34
(106,189,52)
#7AC44A
(122,196,74)
#8ACB60
(138,203,96)
#9AD276
(154,210,118)
#AAD98C
(170,217,140)
#BAE0A2
(186,224,162)
#CAE7B8
(202,231,184)
#DAEECE
(218,238,206)
#EAF5E4
(234,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAF08 color. Also use rgb(74,175,8) instead hex code.

Text Font Color

.myTextColor { color: #4AAF08; }

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

This text font color is #4AAF08.


Background Color

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

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

This div background color is #4AAF08.


Border color

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

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

This div border color is #4AAF08.


Opacity

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

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

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

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

This text has shadow with #4AAF08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AAF08 on black background.


Color preview on white background

This text has color #4AAF08 on white background.



Black color preview on #4AAF08 background

This text has black color on #4AAF08 background.


White color preview on #4AAF08 background

This text has white color on #4AAF08 background.