COLOR #90D28F

HEX: #90D28F
RGB: (144,210,143)

Color info

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

RGB color model

#90D28F color RGB value is (144,210,143).

  • red value is 144;
  • green value is 210;
  • blue value is 143.
RGB:
(144,210,143)
(56%,82%,56%)

RGB channels and saturation

R 144 of 255 = 56%
G 210 of 255 = 82%
B 143 of 255 = 56%

144
210
143

R + G + B ~ 65%. #90D28F is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 210 + 143 = 497 (100%)
R 144 of 497 ~ 28.97%
G 210 of 497 ~ 42.25%
B 143 of 497 ~ 28.77%

%28.97
%42.25
%28.77

CMYK color model

#90D28F color CMYK value is (31,0,32,18).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(31,0,32,18)
C31M0Y32K18 
(31%,0%,32%,18%)
(0.31/0.00/0.32/0.18)	

CMYK percentages

%31.43
%0
%31.9
%17.65

Codes

Color #90D28F in popluar color models

90D28F
RGB144210143
HSL119°42.68%69.22%
HSB/HSV119°31.90%82.35%
CMYK31.43%0.00%31.90%
17.65%

Color #90D28F in popluar number systems.

HEX90D28F
Decimal144210143
Binary100100001101001010001111
Octal220322217

Shades and tints

Shades of #90D28F

#90D28F
(144,210,143)
#83BF82
(131,191,130)
#76AC75
(118,172,117)
#699968
(105,153,104)
#5C865B
(92,134,91)
#4F734E
(79,115,78)
#426041
(66,96,65)
#354D34
(53,77,52)
#283A27
(40,58,39)
#1B271A
(27,39,26)
#0E140D
(14,20,13)
#000000
(0,0,0)

Tints of #90D28F

#90D28F
(144,210,143)
#9AD699
(154,214,153)
#A4DAA3
(164,218,163)
#AEDEAD
(174,222,173)
#B8E2B7
(184,226,183)
#C2E6C1
(194,230,193)
#CCEACB
(204,234,203)
#D6EED5
(214,238,213)
#E0F2DF
(224,242,223)
#EAF6E9
(234,246,233)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D28F color. Also use rgb(144,210,143) instead hex code.

Text Font Color

.myTextColor { color: #90D28F; }

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

This text font color is #90D28F.


Background Color

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

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

This div background color is #90D28F.


Border color

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

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

This div border color is #90D28F.


Opacity

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

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

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

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

This text has shadow with #90D28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D28F on black background.


Color preview on white background

This text has color #90D28F on white background.



Black color preview on #90D28F background

This text has black color on #90D28F background.


White color preview on #90D28F background

This text has white color on #90D28F background.