COLOR #90D440

HEX: #90D440
RGB: (144,212,64)

Color info

#90D440 contains mainly green color. Web safe color of #90D440 is #99CC33 (or #9C3).

RGB color model

#90D440 color RGB value is (144,212,64).

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

RGB channels and saturation

R 144 of 255 = 56%
G 212 of 255 = 83%
B 64 of 255 = 25%

144
212
64

R + G + B ~ 55%. #90D440 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 212 + 64 = 420 (100%)
R 144 of 420 ~ 34.29%
G 212 of 420 ~ 50.48%
B 64 of 420 ~ 15.24%

%34.29
%50.48
%15.24

CMYK color model

#90D440 color CMYK value is (32,0,70,17).

  • cyan value is 32.08%
  • magenta value is 0.00%
  • yellow value is 69.81%
  • key color value is 16.86%
CMYK:
(32,0,70,17)
C32M0Y70K17 
(32%,0%,70%,17%)
(0.32/0.00/0.70/0.17)	

CMYK percentages

%32.08
%0
%69.81
%16.86

Codes

Color #90D440 in popluar color models

90D440
RGB14421264
HSL88°63.25%54.12%
HSB/HSV88°69.81%83.14%
CMYK32.08%0.00%69.81%
16.86%

Color #90D440 in popluar number systems.

HEX90D440
Decimal14421264
Binary10010000110101001000000
Octal220324100

Shades and tints

Shades of #90D440

#90D440
(144,212,64)
#83C13B
(131,193,59)
#76AE36
(118,174,54)
#699B31
(105,155,49)
#5C882C
(92,136,44)
#4F7527
(79,117,39)
#426222
(66,98,34)
#354F1D
(53,79,29)
#283C18
(40,60,24)
#1B2913
(27,41,19)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #90D440

#90D440
(144,212,64)
#9AD751
(154,215,81)
#A4DA62
(164,218,98)
#AEDD73
(174,221,115)
#B8E084
(184,224,132)
#C2E395
(194,227,149)
#CCE6A6
(204,230,166)
#D6E9B7
(214,233,183)
#E0ECC8
(224,236,200)
#EAEFD9
(234,239,217)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90D440; }

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

This text font color is #90D440.


Background Color

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

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

This div background color is #90D440.


Border color

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

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

This div border color is #90D440.


Opacity

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

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

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

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

This text has shadow with #90D440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D440 on black background.


Color preview on white background

This text has color #90D440 on white background.



Black color preview on #90D440 background

This text has black color on #90D440 background.


White color preview on #90D440 background

This text has white color on #90D440 background.