COLOR #90CA3D

HEX: #90CA3D
RGB: (144,202,61)

Color info

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

RGB color model

#90CA3D color RGB value is (144,202,61).

  • red value is 144;
  • green value is 202;
  • blue value is 61.
RGB:
(144,202,61)
(56%,79%,24%)

RGB channels and saturation

R 144 of 255 = 56%
G 202 of 255 = 79%
B 61 of 255 = 24%

144
202
61

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

Portions of RGB colors in percentages

R + G + B =
144 + 202 + 61 = 407 (100%)
R 144 of 407 ~ 35.38%
G 202 of 407 ~ 49.63%
B 61 of 407 ~ 14.99%

%35.38
%49.63
%14.99

CMYK color model

#90CA3D color CMYK value is (29,0,70,21).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 69.80%
  • key color value is 20.78%
CMYK:
(29,0,70,21)
C29M0Y70K21 
(29%,0%,70%,21%)
(0.29/0.00/0.70/0.21)	

CMYK percentages

%28.71
%0
%69.8
%20.78

Codes

Color #90CA3D in popluar color models

90CA3D
RGB14420261
HSL85°57.09%51.57%
HSB/HSV85°69.80%79.22%
CMYK28.71%0.00%69.80%
20.78%

Color #90CA3D in popluar number systems.

HEX90CA3D
Decimal14420261
Binary1001000011001010111101
Octal22031275

Shades and tints

Shades of #90CA3D

#90CA3D
(144,202,61)
#83B838
(131,184,56)
#76A633
(118,166,51)
#69942E
(105,148,46)
#5C8229
(92,130,41)
#4F7024
(79,112,36)
#425E1F
(66,94,31)
#354C1A
(53,76,26)
#283A15
(40,58,21)
#1B2810
(27,40,16)
#0E160B
(14,22,11)
#000000
(0,0,0)

Tints of #90CA3D

#90CA3D
(144,202,61)
#9ACE4E
(154,206,78)
#A4D25F
(164,210,95)
#AED670
(174,214,112)
#B8DA81
(184,218,129)
#C2DE92
(194,222,146)
#CCE2A3
(204,226,163)
#D6E6B4
(214,230,180)
#E0EAC5
(224,234,197)
#EAEED6
(234,238,214)
#F4F2E7
(244,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CA3D color. Also use rgb(144,202,61) instead hex code.

Text Font Color

.myTextColor { color: #90CA3D; }

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

This text font color is #90CA3D.


Background Color

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

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

This div background color is #90CA3D.


Border color

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

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

This div border color is #90CA3D.


Opacity

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

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

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

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

This text has shadow with #90CA3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CA3D on black background.


Color preview on white background

This text has color #90CA3D on white background.



Black color preview on #90CA3D background

This text has black color on #90CA3D background.


White color preview on #90CA3D background

This text has white color on #90CA3D background.