COLOR #90C64A

HEX: #90C64A
RGB: (144,198,74)

Color info

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

RGB color model

#90C64A color RGB value is (144,198,74).

  • red value is 144;
  • green value is 198;
  • blue value is 74.
RGB:
(144,198,74)
(56%,78%,29%)

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 74 of 255 = 29%

144
198
74

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

Portions of RGB colors in percentages

R + G + B =
144 + 198 + 74 = 416 (100%)
R 144 of 416 ~ 34.62%
G 198 of 416 ~ 47.6%
B 74 of 416 ~ 17.79%

%34.62
%47.6
%17.79

CMYK color model

#90C64A color CMYK value is (27,0,63,22).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 62.63%
  • key color value is 22.35%
CMYK:
(27,0,63,22)
C27M0Y63K22 
(27%,0%,63%,22%)
(0.27/0.00/0.63/0.22)	

CMYK percentages

%27.27
%0
%62.63
%22.35

Codes

Color #90C64A in popluar color models

90C64A
RGB14419874
HSL86°52.10%53.33%
HSB/HSV86°62.63%77.65%
CMYK27.27%0.00%62.63%
22.35%

Color #90C64A in popluar number systems.

HEX90C64A
Decimal14419874
Binary10010000110001101001010
Octal220306112

Shades and tints

Shades of #90C64A

#90C64A
(144,198,74)
#83B444
(131,180,68)
#76A23E
(118,162,62)
#699038
(105,144,56)
#5C7E32
(92,126,50)
#4F6C2C
(79,108,44)
#425A26
(66,90,38)
#354820
(53,72,32)
#28361A
(40,54,26)
#1B2414
(27,36,20)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #90C64A

#90C64A
(144,198,74)
#9ACB5A
(154,203,90)
#A4D06A
(164,208,106)
#AED57A
(174,213,122)
#B8DA8A
(184,218,138)
#C2DF9A
(194,223,154)
#CCE4AA
(204,228,170)
#D6E9BA
(214,233,186)
#E0EECA
(224,238,202)
#EAF3DA
(234,243,218)
#F4F8EA
(244,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C64A color. Also use rgb(144,198,74) instead hex code.

Text Font Color

.myTextColor { color: #90C64A; }

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

This text font color is #90C64A.


Background Color

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

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

This div background color is #90C64A.


Border color

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

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

This div border color is #90C64A.


Opacity

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

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

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

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

This text has shadow with #90C64A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C64A on black background.


Color preview on white background

This text has color #90C64A on white background.



Black color preview on #90C64A background

This text has black color on #90C64A background.


White color preview on #90C64A background

This text has white color on #90C64A background.