COLOR #90CC98

HEX: #90CC98 RGB: (144,204,152)

Color info

#90CC98 contains mainly green and blue colors. Web safe color of #90CC98 is #99CC99 (or #9C9).

RGB color model

#90CC98 color RGB value is (144,204,152).

RGB: (144,204,152) (56%, 80%, 60%)

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 152 of 255 = 60%

144
204
152

R + G + B ~ 65%. #90CC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 204 + 152 = 500 (100%)
R 144 of 500 ~ 28.8%
G 204 of 500 ~ 40.8%
B 152 of 500 ~ 30.4'%

%28.8
%40.8
%30.4

CMYK color model

#90CC98 color CMYK value is (29,0,25,20).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 20.00%

CMYK: (29,0,25,20)
C29M0Y25K20 (29%, 0%, 25%, 20%)
(0.29 / 0.00 / 0.25 / 0.20)

CMYK percentages

%29.41
%0
%25.49
%20

Codes

Color #90CC98 in popluar color models

90 CC 98
RGB 144 204 152
HSL 128° 37.04% 68.24%
HSB/HSV 128° 29.41% 80.00%
CMYK 29.41% 0.00% 25.49%
20.00%

Color #90CC98 in popluar number systems.

HEX 90 CC 98
Decimal 144 204 152
Binary 10010000 11001100 10011000
Octal 220 314 230

Shades and tints

Shades of #90CC98

#90CC98
(144,204,152)
#83BA8B
(131,186,139)
#76A87E
(118,168,126)
#699671
(105,150,113)
#5C8464
(92,132,100)
#4F7257
(79,114,87)
#42604A
(66,96,74)
#354E3D
(53,78,61)
#283C30
(40,60,48)
#1B2A23
(27,42,35)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #90CC98

#90CC98
(144,204,152)
#9AD0A1
(154,208,161)
#A4D4AA
(164,212,170)
#AED8B3
(174,216,179)
#B8DCBC
(184,220,188)
#C2E0C5
(194,224,197)
#CCE4CE
(204,228,206)
#D6E8D7
(214,232,215)
#E0ECE0
(224,236,224)
#EAF0E9
(234,240,233)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CC98 color. Also use rgb(144,204,152) instead hex code.

Text Font Color

.myTextColor { color: #90CC98; }

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

This text font color is #90CC98.

Background Color

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

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

This div background color is #90CC98.

Border color

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

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

This div border color is #90CC98.

Opacity

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

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

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

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

This text has shadow with #90CC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CC98.

Preview

Color preview on black background

This text has color #90CC98 on black background.


Color preview on white background

This text has color #90CC98 on white background.


Black color preview on #90CC98 background

This text has black color on #90CC98 background.


White color preview on #90CC98 background

This text has white color on #90CC98 background.


Related colors

Complementary color

Complementary color for #hex is #6F3367.


I love getcolorcode.com

Triadic colors

1 #9890CC and #CC9890 with #90CC98 are triadic colors.

2 #98CC90 and #CC9098 with #90CC98 are triadic colors.