COLOR #90D488

HEX: #90D488
RGB: (144,212,136)

Color info

#90D488 contains mainly green color. Web safe color of #90D488 is #99CC99 (or #9C9).

RGB color model

#90D488 color RGB value is (144,212,136).

  • red value is 144;
  • green value is 212;
  • blue value is 136.
RGB:
(144,212,136)
(56%,83%,53%)

RGB channels and saturation

R 144 of 255 = 56%
G 212 of 255 = 83%
B 136 of 255 = 53%

144
212
136

R + G + B ~ 64%. #90D488 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 212 + 136 = 492 (100%)
R 144 of 492 ~ 29.27%
G 212 of 492 ~ 43.09%
B 136 of 492 ~ 27.64%

%29.27
%43.09
%27.64

CMYK color model

#90D488 color CMYK value is (32,0,36,17).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 35.85%
  • key color value is 16.86%
CMYK:
(32,0,36,17)
C32M0Y36K17 
(32%,0%,36%,17%)
(0.32/0.00/0.36/0.17)	

CMYK percentages

%32.08
%0
%35.85
%16.86

Codes

Color #90D488 in popluar color models

90D488
RGB144212136
HSL114°46.91%68.24%
HSB/HSV114°35.85%83.14%
CMYK32.08%0.00%35.85%
16.86%

Color #90D488 in popluar number systems.

HEX90D488
Decimal144212136
Binary100100001101010010001000
Octal220324210

Shades and tints

Shades of #90D488

#90D488
(144,212,136)
#83C17C
(131,193,124)
#76AE70
(118,174,112)
#699B64
(105,155,100)
#5C8858
(92,136,88)
#4F754C
(79,117,76)
#426240
(66,98,64)
#354F34
(53,79,52)
#283C28
(40,60,40)
#1B291C
(27,41,28)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #90D488

#90D488
(144,212,136)
#9AD792
(154,215,146)
#A4DA9C
(164,218,156)
#AEDDA6
(174,221,166)
#B8E0B0
(184,224,176)
#C2E3BA
(194,227,186)
#CCE6C4
(204,230,196)
#D6E9CE
(214,233,206)
#E0ECD8
(224,236,216)
#EAEFE2
(234,239,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D488 color. Also use rgb(144,212,136) instead hex code.

Text Font Color

.myTextColor { color: #90D488; }

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

This text font color is #90D488.


Background Color

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

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

This div background color is #90D488.


Border color

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

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

This div border color is #90D488.


Opacity

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

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

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

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

This text has shadow with #90D488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D488 on black background.


Color preview on white background

This text has color #90D488 on white background.



Black color preview on #90D488 background

This text has black color on #90D488 background.


White color preview on #90D488 background

This text has white color on #90D488 background.