COLOR #90CD6A

HEX: #90CD6A
RGB: (144,205,106)

Color info

#90CD6A contains mainly green color. Web safe color of #90CD6A is #99CC66 (or #9C6).

RGB color model

#90CD6A color RGB value is (144,205,106).

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

RGB channels and saturation

R 144 of 255 = 56%
G 205 of 255 = 80%
B 106 of 255 = 42%

144
205
106

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

Portions of RGB colors in percentages

R + G + B =
144 + 205 + 106 = 455 (100%)
R 144 of 455 ~ 31.65%
G 205 of 455 ~ 45.05%
B 106 of 455 ~ 23.3%

%31.65
%45.05
%23.3

CMYK color model

#90CD6A color CMYK value is (30,0,48,20).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 48.29%
  • key color value is 19.61%
CMYK:
(30,0,48,20)
C30M0Y48K20 
(30%,0%,48%,20%)
(0.30/0.00/0.48/0.20)	

CMYK percentages

%29.76
%0
%48.29
%19.61

Codes

Color #90CD6A in popluar color models

90CD6A
RGB144205106
HSL97°49.75%60.98%
HSB/HSV97°48.29%80.39%
CMYK29.76%0.00%48.29%
19.61%

Color #90CD6A in popluar number systems.

HEX90CD6A
Decimal144205106
Binary10010000110011011101010
Octal220315152

Shades and tints

Shades of #90CD6A

#90CD6A
(144,205,106)
#83BB61
(131,187,97)
#76A958
(118,169,88)
#69974F
(105,151,79)
#5C8546
(92,133,70)
#4F733D
(79,115,61)
#426134
(66,97,52)
#354F2B
(53,79,43)
#283D22
(40,61,34)
#1B2B19
(27,43,25)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #90CD6A

#90CD6A
(144,205,106)
#9AD177
(154,209,119)
#A4D584
(164,213,132)
#AED991
(174,217,145)
#B8DD9E
(184,221,158)
#C2E1AB
(194,225,171)
#CCE5B8
(204,229,184)
#D6E9C5
(214,233,197)
#E0EDD2
(224,237,210)
#EAF1DF
(234,241,223)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CD6A; }

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

This text font color is #90CD6A.


Background Color

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

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

This div background color is #90CD6A.


Border color

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

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

This div border color is #90CD6A.


Opacity

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

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

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

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

This text has shadow with #90CD6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CD6A on black background.


Color preview on white background

This text has color #90CD6A on white background.



Black color preview on #90CD6A background

This text has black color on #90CD6A background.


White color preview on #90CD6A background

This text has white color on #90CD6A background.