COLOR #90CD12

HEX: #90CD12
RGB: (144,205,18)

Color info

#90CD12 contains mainly green color. Web safe color of #90CD12 is #99CC00 (or #9C0).

RGB color model

#90CD12 color RGB value is (144,205,18).

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

RGB channels and saturation

R 144 of 255 = 56%
G 205 of 255 = 80%
B 18 of 255 = 7%

144
205
18

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

Portions of RGB colors in percentages

R + G + B =
144 + 205 + 18 = 367 (100%)
R 144 of 367 ~ 39.24%
G 205 of 367 ~ 55.86%
B 18 of 367 ~ 4.9%

%39.24
%55.86

CMYK color model

#90CD12 color CMYK value is (30,0,91,20).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 91.22%
  • key color value is 19.61%
CMYK:
(30,0,91,20)
C30M0Y91K20 
(30%,0%,91%,20%)
(0.30/0.00/0.91/0.20)	

CMYK percentages

%29.76
%0
%91.22
%19.61

Codes

Color #90CD12 in popluar color models

90CD12
RGB14420518
HSL80°83.86%43.73%
HSB/HSV80°91.22%80.39%
CMYK29.76%0.00%91.22%
19.61%

Color #90CD12 in popluar number systems.

HEX90CD12
Decimal14420518
Binary100100001100110110010
Octal22031522

Shades and tints

Shades of #90CD12

#90CD12
(144,205,18)
#83BB11
(131,187,17)
#76A910
(118,169,16)
#69970F
(105,151,15)
#5C850E
(92,133,14)
#4F730D
(79,115,13)
#42610C
(66,97,12)
#354F0B
(53,79,11)
#283D0A
(40,61,10)
#1B2B09
(27,43,9)
#0E1908
(14,25,8)
#000000
(0,0,0)

Tints of #90CD12

#90CD12
(144,205,18)
#9AD127
(154,209,39)
#A4D53C
(164,213,60)
#AED951
(174,217,81)
#B8DD66
(184,221,102)
#C2E17B
(194,225,123)
#CCE590
(204,229,144)
#D6E9A5
(214,233,165)
#E0EDBA
(224,237,186)
#EAF1CF
(234,241,207)
#F4F5E4
(244,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CD12; }

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

This text font color is #90CD12.


Background Color

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

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

This div background color is #90CD12.


Border color

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

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

This div border color is #90CD12.


Opacity

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

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

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

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

This text has shadow with #90CD12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CD12 on black background.


Color preview on white background

This text has color #90CD12 on white background.



Black color preview on #90CD12 background

This text has black color on #90CD12 background.


White color preview on #90CD12 background

This text has white color on #90CD12 background.