COLOR #90C72B

HEX: #90C72B
RGB: (144,199,43)

Color info

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

RGB color model

#90C72B color RGB value is (144,199,43).

  • red value is 144;
  • green value is 199;
  • blue value is 43.
RGB:
(144,199,43)
(56%,78%,17%)

RGB channels and saturation

R 144 of 255 = 56%
G 199 of 255 = 78%
B 43 of 255 = 17%

144
199
43

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

Portions of RGB colors in percentages

R + G + B =
144 + 199 + 43 = 386 (100%)
R 144 of 386 ~ 37.31%
G 199 of 386 ~ 51.55%
B 43 of 386 ~ 11.14%

%37.31
%51.55
%11.14

CMYK color model

#90C72B color CMYK value is (28,0,78,22).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 78.39%
  • key color value is 21.96%
CMYK:
(28,0,78,22)
C28M0Y78K22 
(28%,0%,78%,22%)
(0.28/0.00/0.78/0.22)	

CMYK percentages

%27.64
%0
%78.39
%21.96

Codes

Color #90C72B in popluar color models

90C72B
RGB14419943
HSL81°64.46%47.45%
HSB/HSV81°78.39%78.04%
CMYK27.64%0.00%78.39%
21.96%

Color #90C72B in popluar number systems.

HEX90C72B
Decimal14419943
Binary1001000011000111101011
Octal22030753

Shades and tints

Shades of #90C72B

#90C72B
(144,199,43)
#83B528
(131,181,40)
#76A325
(118,163,37)
#699122
(105,145,34)
#5C7F1F
(92,127,31)
#4F6D1C
(79,109,28)
#425B19
(66,91,25)
#354916
(53,73,22)
#283713
(40,55,19)
#1B2510
(27,37,16)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #90C72B

#90C72B
(144,199,43)
#9ACC3E
(154,204,62)
#A4D151
(164,209,81)
#AED664
(174,214,100)
#B8DB77
(184,219,119)
#C2E08A
(194,224,138)
#CCE59D
(204,229,157)
#D6EAB0
(214,234,176)
#E0EFC3
(224,239,195)
#EAF4D6
(234,244,214)
#F4F9E9
(244,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C72B color. Also use rgb(144,199,43) instead hex code.

Text Font Color

.myTextColor { color: #90C72B; }

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

This text font color is #90C72B.


Background Color

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

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

This div background color is #90C72B.


Border color

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

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

This div border color is #90C72B.


Opacity

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

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

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

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

This text has shadow with #90C72B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C72B on black background.


Color preview on white background

This text has color #90C72B on white background.



Black color preview on #90C72B background

This text has black color on #90C72B background.


White color preview on #90C72B background

This text has white color on #90C72B background.