COLOR #90C66D

HEX: #90C66D RGB: (144,198,109)

Color info

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

RGB color model

#90C66D color RGB value is (144,198,109).

RGB: (144,198,109) (56%, 78%, 43%)

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 109 of 255 = 43%

144
198
109

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

Portions of RGB colors in percentages

R + G + B = 144 + 198 + 109 = 451 (100%)
R 144 of 451 ~ 31.93%
G 198 of 451 ~ 43.9%
B 109 of 451 ~ 24.17'%

%31.93
%43.9
%24.17

CMYK color model

#90C66D color CMYK value is (27,0,45,22).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK: (27,0,45,22) C27M0Y45K22 (27%,0%,45%,22%) (0.27/0.00/0.45/0.22) 

CMYK percentages

%27.27
%0
%44.95
%22.35

Codes

Color #90C66D in popluar color models

90 C6 6D
RGB 144 198 109
HSL 96° 43.84% 60.20%
HSB/HSV 96° 44.95% 77.65%
CMYK 27.27% 0.00% 44.95%
22.35%

Color #90C66D in popluar number systems.

HEX 90 C6 6D
Decimal 144 198 109
Binary 10010000 11000110 1101101
Octal 220 306 155

Shades and tints

Shades of #90C66D

#90C66D
(144,198,109)
#83B464
(131,180,100)
#76A25B
(118,162,91)
#699052
(105,144,82)
#5C7E49
(92,126,73)
#4F6C40
(79,108,64)
#425A37
(66,90,55)
#35482E
(53,72,46)
#283625
(40,54,37)
#1B241C
(27,36,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #90C66D

#90C66D
(144,198,109)
#9ACB7A
(154,203,122)
#A4D087
(164,208,135)
#AED594
(174,213,148)
#B8DAA1
(184,218,161)
#C2DFAE
(194,223,174)
#CCE4BB
(204,228,187)
#D6E9C8
(214,233,200)
#E0EED5
(224,238,213)
#EAF3E2
(234,243,226)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C66D color. Also use rgb(144,198,109) instead hex code.

Text Font Color

.myTextColor { color: #90C66D; }

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

This text font color is #90C66D.

Background Color

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

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

This div background color is #90C66D.

Border color

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

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

This div border color is #90C66D.

Opacity

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

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

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

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

This text has shadow with #90C66D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C66D.

Preview

Color preview on black background

This text has color #90C66D on black background.


Color preview on white background

This text has color #90C66D on white background.


Black color preview on #90C66D background

This text has black color on #90C66D background.


White color preview on #90C66D background

This text has white color on #90C66D background.


Related colors

Complementary color

Complementary color for #hex is #6F3992.


I love getcolorcode.com

Triadic colors

1 #6D90C6 and #C66D90 with #90C66D are triadic colors.

2 #6DC690 and #C6906D with #90C66D are triadic colors.