COLOR #90C298

HEX: #90C298 RGB: (144,194,152)

Color info

#90C298 contains red, green and blue colors in about the same proportion. Web safe color of #90C298 is #99CC99 (or #9C9).

RGB color model

#90C298 color RGB value is (144,194,152).

RGB: (144,194,152) (56%, 76%, 60%)

RGB channels and saturation

R 144 of 255 = 56%
G 194 of 255 = 76%
B 152 of 255 = 60%

144
194
152

R + G + B ~ 64%. #90C298 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 194 + 152 = 490 (100%)
R 144 of 490 ~ 29.39%
G 194 of 490 ~ 39.59%
B 152 of 490 ~ 31.02'%

%29.39
%39.59
%31.02

CMYK color model

#90C298 color CMYK value is (26,0,22,24).

  • cyan value is 25.77%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 23.92%
CMYK: (26,0,22,24) C26M0Y22K24 (26%,0%,22%,24%) (0.26/0.00/0.22/0.24) 

CMYK percentages

%25.77
%0
%21.65
%23.92

Codes

Color #90C298 in popluar color models

90 C2 98
RGB 144 194 152
HSL 130° 29.07% 66.27%
HSB/HSV 130° 25.77% 76.08%
CMYK 25.77% 0.00% 21.65%
23.92%

Color #90C298 in popluar number systems.

HEX 90 C2 98
Decimal 144 194 152
Binary 10010000 11000010 10011000
Octal 220 302 230

Shades and tints

Shades of #90C298

#90C298
(144,194,152)
#83B18B
(131,177,139)
#76A07E
(118,160,126)
#698F71
(105,143,113)
#5C7E64
(92,126,100)
#4F6D57
(79,109,87)
#425C4A
(66,92,74)
#354B3D
(53,75,61)
#283A30
(40,58,48)
#1B2923
(27,41,35)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #90C298

#90C298
(144,194,152)
#9AC7A1
(154,199,161)
#A4CCAA
(164,204,170)
#AED1B3
(174,209,179)
#B8D6BC
(184,214,188)
#C2DBC5
(194,219,197)
#CCE0CE
(204,224,206)
#D6E5D7
(214,229,215)
#E0EAE0
(224,234,224)
#EAEFE9
(234,239,233)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C298; }

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

This text font color is #90C298.

Background Color

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

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

This div background color is #90C298.

Border color

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

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

This div border color is #90C298.

Opacity

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

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

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

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

This text has shadow with #90C298 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C298.

Preview

Color preview on black background

This text has color #90C298 on black background.


Color preview on white background

This text has color #90C298 on white background.


Black color preview on #90C298 background

This text has black color on #90C298 background.


White color preview on #90C298 background

This text has white color on #90C298 background.


Related colors

Complementary color

Complementary color for #hex is #6F3D67.


I love getcolorcode.com

Triadic colors

1 #9890C2 and #C29890 with #90C298 are triadic colors.

2 #98C290 and #C29098 with #90C298 are triadic colors.