COLOR #90F6AC

HEX: #90F6AC
RGB: (144,246,172)

Color info

#90F6AC contains mainly green color. Web safe color of #90F6AC is #99FF99 (or #9F9).

RGB color model

#90F6AC color RGB value is (144,246,172).

  • red value is 144;
  • green value is 246;
  • blue value is 172.
RGB:
(144,246,172)
(56%,96%,67%)

RGB channels and saturation

R 144 of 255 = 56%
G 246 of 255 = 96%
B 172 of 255 = 67%

144
246
172

R + G + B ~ 73%. #90F6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 246 + 172 = 562 (100%)
R 144 of 562 ~ 25.62%
G 246 of 562 ~ 43.77%
B 172 of 562 ~ 30.6%

%25.62
%43.77
%30.6

CMYK color model

#90F6AC color CMYK value is (41,0,30,4).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 3.53%
CMYK:
(41,0,30,4)
C41M0Y30K4 
(41%,0%,30%,4%)
(0.41/0.00/0.30/0.04)	

CMYK percentages

%41.46
%0
%30.08
%3.53

Codes

Color #90F6AC in popluar color models

90F6AC
RGB144246172
HSL136°85.00%76.47%
HSB/HSV136°41.46%96.47%
CMYK41.46%0.00%30.08%
3.53%

Color #90F6AC in popluar number systems.

HEX90F6AC
Decimal144246172
Binary100100001111011010101100
Octal220366254

Shades and tints

Shades of #90F6AC

#90F6AC
(144,246,172)
#83E09D
(131,224,157)
#76CA8E
(118,202,142)
#69B47F
(105,180,127)
#5C9E70
(92,158,112)
#4F8861
(79,136,97)
#427252
(66,114,82)
#355C43
(53,92,67)
#284634
(40,70,52)
#1B3025
(27,48,37)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #90F6AC

#90F6AC
(144,246,172)
#9AF6B3
(154,246,179)
#A4F6BA
(164,246,186)
#AEF6C1
(174,246,193)
#B8F6C8
(184,246,200)
#C2F6CF
(194,246,207)
#CCF6D6
(204,246,214)
#D6F6DD
(214,246,221)
#E0F6E4
(224,246,228)
#EAF6EB
(234,246,235)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90F6AC color. Also use rgb(144,246,172) instead hex code.

Text Font Color

.myTextColor { color: #90F6AC; }

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

This text font color is #90F6AC.


Background Color

.myBgColor { background-color: #90F6AC; }

<div style="background-color:#90F6AC">Inner text</div>

This div background color is #90F6AC.


Border color

.myBorderColor { border: 1px solid #90F6AC; }

<div style="border:3px solid #90F6AC">Div</div>

This div border color is #90F6AC.


Opacity

.myOpacity80 { color: #90F6AC; opacity: 0.8; }

<p style="color:#90F6AC;opacity:0.8;">80%</p>

Text with #90F6AC 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 #90F6AC;}

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

This text has shadow with #90F6AC color.

.textShadow {text-shadow: 3px 3px 1px #90F6AC, 3px 3px 1px red;}

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

This text has shadow with #90F6AC primary color and red secondary color.


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

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

This text has shadow with #90F6AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90F6AC on black background.


Color preview on white background

This text has color #90F6AC on white background.



Black color preview on #90F6AC background

This text has black color on #90F6AC background.


White color preview on #90F6AC background

This text has white color on #90F6AC background.