COLOR #90D307

HEX: #90D307
RGB: (144,211,7)

Color info

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

RGB color model

#90D307 color RGB value is (144,211,7).

  • red value is 144;
  • green value is 211;
  • blue value is 7.
RGB:
(144,211,7)
(56%,83%,3%)

RGB channels and saturation

R 144 of 255 = 56%
G 211 of 255 = 83%
B 7 of 255 = 3%

144
211
7

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

Portions of RGB colors in percentages

R + G + B =
144 + 211 + 7 = 362 (100%)
R 144 of 362 ~ 39.78%
G 211 of 362 ~ 58.29%
B 7 of 362 ~ 1.93%

%39.78
%58.29

CMYK color model

#90D307 color CMYK value is (32,0,97,17).

  • cyan value is 31.75%
  • magenta value is 0.00%
  • yellow value is 96.68%
  • key color value is 17.25%
CMYK:
(32,0,97,17)
C32M0Y97K17 
(32%,0%,97%,17%)
(0.32/0.00/0.97/0.17)	

CMYK percentages

%31.75
%0
%96.68
%17.25

Codes

Color #90D307 in popluar color models

90D307
RGB1442117
HSL80°93.58%42.75%
HSB/HSV80°96.68%82.75%
CMYK31.75%0.00%96.68%
17.25%

Color #90D307 in popluar number systems.

HEX90D307
Decimal1442117
Binary1001000011010011111
Octal2203237

Shades and tints

Shades of #90D307

#90D307
(144,211,7)
#83C007
(131,192,7)
#76AD07
(118,173,7)
#699A07
(105,154,7)
#5C8707
(92,135,7)
#4F7407
(79,116,7)
#426107
(66,97,7)
#354E07
(53,78,7)
#283B07
(40,59,7)
#1B2807
(27,40,7)
#0E1507
(14,21,7)
#000000
(0,0,0)

Tints of #90D307

#90D307
(144,211,7)
#9AD71D
(154,215,29)
#A4DB33
(164,219,51)
#AEDF49
(174,223,73)
#B8E35F
(184,227,95)
#C2E775
(194,231,117)
#CCEB8B
(204,235,139)
#D6EFA1
(214,239,161)
#E0F3B7
(224,243,183)
#EAF7CD
(234,247,205)
#F4FBE3
(244,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D307 color. Also use rgb(144,211,7) instead hex code.

Text Font Color

.myTextColor { color: #90D307; }

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

This text font color is #90D307.


Background Color

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

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

This div background color is #90D307.


Border color

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

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

This div border color is #90D307.


Opacity

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

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

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

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

This text has shadow with #90D307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D307 on black background.


Color preview on white background

This text has color #90D307 on white background.



Black color preview on #90D307 background

This text has black color on #90D307 background.


White color preview on #90D307 background

This text has white color on #90D307 background.