COLOR #90C844

HEX: #90C844
RGB: (144,200,68)

Color info

#90C844 contains mainly red and green colors. Web safe color of #90C844 is #99CC33 (or #9C3).

RGB color model

#90C844 color RGB value is (144,200,68).

  • red value is 144;
  • green value is 200;
  • blue value is 68.
RGB:
(144,200,68)
(56%,78%,27%)

RGB channels and saturation

R 144 of 255 = 56%
G 200 of 255 = 78%
B 68 of 255 = 27%

144
200
68

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

Portions of RGB colors in percentages

R + G + B =
144 + 200 + 68 = 412 (100%)
R 144 of 412 ~ 34.95%
G 200 of 412 ~ 48.54%
B 68 of 412 ~ 16.5%

%34.95
%48.54
%16.5

CMYK color model

#90C844 color CMYK value is (28,0,66,22).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 66.00%
  • key color value is 21.57%
CMYK:
(28,0,66,22)
C28M0Y66K22 
(28%,0%,66%,22%)
(0.28/0.00/0.66/0.22)	

CMYK percentages

%28
%0
%66
%21.57

Codes

Color #90C844 in popluar color models

90C844
RGB14420068
HSL85°54.55%52.55%
HSB/HSV85°66.00%78.43%
CMYK28.00%0.00%66.00%
21.57%

Color #90C844 in popluar number systems.

HEX90C844
Decimal14420068
Binary10010000110010001000100
Octal220310104

Shades and tints

Shades of #90C844

#90C844
(144,200,68)
#83B63E
(131,182,62)
#76A438
(118,164,56)
#699232
(105,146,50)
#5C802C
(92,128,44)
#4F6E26
(79,110,38)
#425C20
(66,92,32)
#354A1A
(53,74,26)
#283814
(40,56,20)
#1B260E
(27,38,14)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #90C844

#90C844
(144,200,68)
#9ACD55
(154,205,85)
#A4D266
(164,210,102)
#AED777
(174,215,119)
#B8DC88
(184,220,136)
#C2E199
(194,225,153)
#CCE6AA
(204,230,170)
#D6EBBB
(214,235,187)
#E0F0CC
(224,240,204)
#EAF5DD
(234,245,221)
#F4FAEE
(244,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C844 color. Also use rgb(144,200,68) instead hex code.

Text Font Color

.myTextColor { color: #90C844; }

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

This text font color is #90C844.


Background Color

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

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

This div background color is #90C844.


Border color

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

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

This div border color is #90C844.


Opacity

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

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

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

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

This text has shadow with #90C844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C844 on black background.


Color preview on white background

This text has color #90C844 on white background.



Black color preview on #90C844 background

This text has black color on #90C844 background.


White color preview on #90C844 background

This text has white color on #90C844 background.