COLOR #90C07D

HEX: #90C07D
RGB: (144,192,125)

Color info

#90C07D contains mainly red and green colors. Web safe color of #90C07D is #99CC66 (or #9C6).

RGB color model

#90C07D color RGB value is (144,192,125).

  • red value is 144;
  • green value is 192;
  • blue value is 125.
RGB:
(144,192,125)
(56%,75%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 125 of 255 = 49%

144
192
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 192 + 125 = 461 (100%)
R 144 of 461 ~ 31.24%
G 192 of 461 ~ 41.65%
B 125 of 461 ~ 27.11%

%31.24
%41.65
%27.11

CMYK color model

#90C07D color CMYK value is (25,0,35,25).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 24.71%
CMYK:
(25,0,35,25)
C25M0Y35K25 
(25%,0%,35%,25%)
(0.25/0.00/0.35/0.25)	

CMYK percentages

%25
%0
%34.9
%24.71

Codes

Color #90C07D in popluar color models

90C07D
RGB144192125
HSL103°34.72%62.16%
HSB/HSV103°34.90%75.29%
CMYK25.00%0.00%34.90%
24.71%

Color #90C07D in popluar number systems.

HEX90C07D
Decimal144192125
Binary10010000110000001111101
Octal220300175

Shades and tints

Shades of #90C07D

#90C07D
(144,192,125)
#83AF72
(131,175,114)
#769E67
(118,158,103)
#698D5C
(105,141,92)
#5C7C51
(92,124,81)
#4F6B46
(79,107,70)
#425A3B
(66,90,59)
#354930
(53,73,48)
#283825
(40,56,37)
#1B271A
(27,39,26)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #90C07D

#90C07D
(144,192,125)
#9AC588
(154,197,136)
#A4CA93
(164,202,147)
#AECF9E
(174,207,158)
#B8D4A9
(184,212,169)
#C2D9B4
(194,217,180)
#CCDEBF
(204,222,191)
#D6E3CA
(214,227,202)
#E0E8D5
(224,232,213)
#EAEDE0
(234,237,224)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C07D color. Also use rgb(144,192,125) instead hex code.

Text Font Color

.myTextColor { color: #90C07D; }

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

This text font color is #90C07D.


Background Color

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

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

This div background color is #90C07D.


Border color

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

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

This div border color is #90C07D.


Opacity

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

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

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

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

This text has shadow with #90C07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C07D on black background.


Color preview on white background

This text has color #90C07D on white background.



Black color preview on #90C07D background

This text has black color on #90C07D background.


White color preview on #90C07D background

This text has white color on #90C07D background.