COLOR #4AFF90

HEX: #4AFF90
RGB: (74,255,144)

Color info

#4AFF90 contains mainly green color. Web safe color of #4AFF90 is #33FF99 (or #3F9).

RGB color model

#4AFF90 color RGB value is (74,255,144).

  • red value is 74;
  • green value is 255;
  • blue value is 144.
RGB:
(74,255,144)
(29%,100%,56%)

RGB channels and saturation

R 74 of 255 = 29%
G 255 of 255 = 100%
B 144 of 255 = 56%

74
255
144

R + G + B ~ 62%. #4AFF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 255 + 144 = 473 (100%)
R 74 of 473 ~ 15.64%
G 255 of 473 ~ 53.91%
B 144 of 473 ~ 30.44%

%15.64
%53.91
%30.44

CMYK color model

#4AFF90 color CMYK value is (71,0,44,0).

  • cyan value is 70.98%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 0.00%
CMYK:
(71,0,44,0)
C71M0Y44K0 
(71%,0%,44%,0%)
(0.71/0.00/0.44/0.00)	

CMYK percentages

%70.98
%0
%43.53
%0

Codes

Color #4AFF90 in popluar color models

4AFF90
RGB74255144
HSL143°100.00%64.51%
HSB/HSV143°70.98%100.00%
CMYK70.98%0.00%43.53%
0.00%

Color #4AFF90 in popluar number systems.

HEX4AFF90
Decimal74255144
Binary10010101111111110010000
Octal112377220

Shades and tints

Shades of #4AFF90

#4AFF90
(74,255,144)
#44E883
(68,232,131)
#3ED176
(62,209,118)
#38BA69
(56,186,105)
#32A35C
(50,163,92)
#2C8C4F
(44,140,79)
#267542
(38,117,66)
#205E35
(32,94,53)
#1A4728
(26,71,40)
#14301B
(20,48,27)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #4AFF90

#4AFF90
(74,255,144)
#5AFF9A
(90,255,154)
#6AFFA4
(106,255,164)
#7AFFAE
(122,255,174)
#8AFFB8
(138,255,184)
#9AFFC2
(154,255,194)
#AAFFCC
(170,255,204)
#BAFFD6
(186,255,214)
#CAFFE0
(202,255,224)
#DAFFEA
(218,255,234)
#EAFFF4
(234,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AFF90 color. Also use rgb(74,255,144) instead hex code.

Text Font Color

.myTextColor { color: #4AFF90; }

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

This text font color is #4AFF90.


Background Color

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

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

This div background color is #4AFF90.


Border color

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

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

This div border color is #4AFF90.


Opacity

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

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

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

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

This text has shadow with #4AFF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AFF90 on black background.


Color preview on white background

This text has color #4AFF90 on white background.



Black color preview on #4AFF90 background

This text has black color on #4AFF90 background.


White color preview on #4AFF90 background

This text has white color on #4AFF90 background.