COLOR #90CA12

HEX: #90CA12
RGB: (144,202,18)

Color info

#90CA12 contains mainly red and green colors. Web safe color of #90CA12 is #99CC00 (or #9C0).

RGB color model

#90CA12 color RGB value is (144,202,18).

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

RGB channels and saturation

R 144 of 255 = 56%
G 202 of 255 = 79%
B 18 of 255 = 7%

144
202
18

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

Portions of RGB colors in percentages

R + G + B =
144 + 202 + 18 = 364 (100%)
R 144 of 364 ~ 39.56%
G 202 of 364 ~ 55.49%
B 18 of 364 ~ 4.95%

%39.56
%55.49

CMYK color model

#90CA12 color CMYK value is (29,0,91,21).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 91.09%
  • key color value is 20.78%
CMYK:
(29,0,91,21)
C29M0Y91K21 
(29%,0%,91%,21%)
(0.29/0.00/0.91/0.21)	

CMYK percentages

%28.71
%0
%91.09
%20.78

Codes

Color #90CA12 in popluar color models

90CA12
RGB14420218
HSL79°83.64%43.14%
HSB/HSV79°91.09%79.22%
CMYK28.71%0.00%91.09%
20.78%

Color #90CA12 in popluar number systems.

HEX90CA12
Decimal14420218
Binary100100001100101010010
Octal22031222

Shades and tints

Shades of #90CA12

#90CA12
(144,202,18)
#83B811
(131,184,17)
#76A610
(118,166,16)
#69940F
(105,148,15)
#5C820E
(92,130,14)
#4F700D
(79,112,13)
#425E0C
(66,94,12)
#354C0B
(53,76,11)
#283A0A
(40,58,10)
#1B2809
(27,40,9)
#0E1608
(14,22,8)
#000000
(0,0,0)

Tints of #90CA12

#90CA12
(144,202,18)
#9ACE27
(154,206,39)
#A4D23C
(164,210,60)
#AED651
(174,214,81)
#B8DA66
(184,218,102)
#C2DE7B
(194,222,123)
#CCE290
(204,226,144)
#D6E6A5
(214,230,165)
#E0EABA
(224,234,186)
#EAEECF
(234,238,207)
#F4F2E4
(244,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CA12; }

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

This text font color is #90CA12.


Background Color

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

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

This div background color is #90CA12.


Border color

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

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

This div border color is #90CA12.


Opacity

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

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

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

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

This text has shadow with #90CA12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CA12 on black background.


Color preview on white background

This text has color #90CA12 on white background.



Black color preview on #90CA12 background

This text has black color on #90CA12 background.


White color preview on #90CA12 background

This text has white color on #90CA12 background.